Google Scholar Author API allows you to scrape author results from the Google Scholar Author search page.
Engine: google_scholar_author
The engine of the API. Needs to be set to google_scholar_author for this request.
Your API Key
The device used for your search. Can be set to desktop
, mobile
or tablet
.
Represents the id of the author.
Is used to view specific parts of the page. It can be set to view_citation
or list_colleagues
Sorts the results. Can be set as title
to sort by title or pubdate
to sort by published date
It's used to retrieve a specific citation. It is required when view_op
is set on view_citation
The offset of the google search results. Represents the number of results that you want to skip.
The number of results returned on each page.
The language you want to use for your google search. List of supported languages
Example for author_id
:"LSsXyncAAAAJ"
https://api.searchdata.io/v1?engine=google_scholar_author&api_key=YOUR_API_KEY&author_id=LSsXyncAAAAJ
{
"search_parameters": {
"google_url": "https://scholar.google.com/citations?user=LSsXyncAAAAJ&sourceid=chrome&ie=UTF-8",
"engine": "google_scholar_author",
"google_domain": "scholar.google.com",
"device": "desktop",
"query": "LSsXyncAAAAJ"
},
"author": {
"name": "Cliff Meyer",
"affiliations": "Dana-Farber Cancer Institute and Harvard T.H. Chan School of Public Health",
"email": "Verified email at jimmy.harvard.edu",
"interests": [
{
"link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:computational_biology",
"title": "Computational Biology"
},
{
"link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:epigenetics",
"title": "Epigenetics"
},
{
"link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:gene_regulation",
"title": "Gene Regulation"
},
{
"link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:genomics",
"title": "Genomics"
},
{
"link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:transcription_factors",
"title": "Transcription Factors"
}
]
}
}