Google Scholar Author API
Scrape Google Author Profiles and get instant data about the authors and their academic publications.
Last updated
Scrape Google Author Profiles and get instant data about the authors and their academic publications.
Last updated
To enable this engine, set the engine=google_scholar_author
parameter.
The Google Scholar Author API is used to scrape author profiles and quickly retrieve data regarding published authors. Make use of in order to customise your request.
We will use following URL as an example for this request:
author_id
Required
string
The ID of the author you want to scrape.
device
string
The device used for your search. Can be set to desktop
, mobile
or tablet
.
view_op
string
Is used to view specific parts of the page. It can be set to view_citation
or list_colleagues
.
sort
string
Sorts the results. Can be set as title
to sort by title or pubdate
to sort by published date.
citation_id
string
It's used to retrieve a specific citation. It is required when view_op
is set on view_citation
.
hl
string
start
int
The offset of the Google Search Results. Represents the number of results that you want to skip.
num
int
The number of results returned on each page.
The language you want to use for your Google Search.