Google Scholar Author API

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

Parameters

Paramter
Description

api_key

required

Your personal API key. Available on your dashboard Type: String

author_id

required

Author ID of the person you want to get data for. Type: String

results

Number of results per page. Type: Number(Integer)

language

Language of the results. Possible Values - en, es, fr, de, etc. Default Value - en Type - String

view_op

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.

sort

The parameter is utilized to organize and narrow down articles. The available options are:

  • "title": Sorts articles based on their titles.

  • "pubdate": Sorts articles by their publication dates.

citation_id

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.

API Example

cURL "https://api.scrapingdog.com/google_scholar/author?api_key=APIKEY&author_id=LSsXyncAAAAJ"

Response

Last updated