App Logo
scholar.google.com

Get Google Scholar author's papers

Fetch a Google Scholar author's profile (name, affiliation, verified-email domain, interest tags, citation metrics) plus their publication list, sorted by citation count as the profile itself shows. Google Scholar loads 20 papers at a time behind a "Show more" click; pass count to load further pages (capped at what the profile actually has).

Input

authorId required

Scholar author id (the user= param), as returned by search_authors.

count optional

How many papers to return, at most. Google Scholar loads them 20 at a time behind its own "Show more" button; pass a higher count to click through more pages. Defaults to the first page (20).

Default: 20

Output

author required
papers required

FAQ

Fetch a Google Scholar author's profile (name, affiliation, verified-email domain, interest tags, citation metrics) plus their publication list, sorted by citation count as the profile itself shows. Google Scholar loads 20 papers at a time behind a "Show more" click; pass count to load further pages (capped at what the profile actually has).
Required: authorId. Optional: count.
It returns author, papers.
No. It only uses pages of scholar.google.com that are reachable without signing in.
It only reads. It looks things up on scholar.google.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/scholar.google.com/get_author_papers, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/scholar.google.com/get_author_papers
It is part of Reduck's official curated catalogue.

Start building not clicking