Google Scholar Author Citation API

You have to send a GET request to http://api.scrapingdog.com/google_scholar/author with the below-given parameters.

Parameters

Paramter
Description

citation_id required

The parameter is essential for fetching the citation of individual articles. It's mandatory when choosing "view_op=view_citation" and allows access to IDs within our structured JSON response. Type: String

view_op required

Author ID of the person you want to get data

The parameter allows users to access specific sections of a page, offering two choices:

  • Use "view_citation" to display citations. It requires the citation ID.

  • Opt for "list_colleagues" to view all co-authors.

Type: String

API Example

cURL "https://api.scrapingdog.com/google_scholar/author?api_key=APIKEY&author_id=LSsXyncAAAAJ&view_op=view_citation&citation_id=LSsXyncAAAAJ:2osOgNQ5qMEC"

Response

Last updated