Google Scholar Profiles API

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

Parameters

Paramter
Description

api_key

required

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

mauthors

required

ParThe author parameter specifies the author you wish to search for. Additionally, you can include query helpers like label: in your search. Type: String

after_author

The parameter specifies the token used to fetch the next set of results. It takes precedence over the before_author parameter. Type: String

before_author

The parameter specifies the token used to retrieve the results from the previous page. Type: String

API Example

cURL "https://api.scrapingdog.com/google_scholar/profiles?api_key=APIKEY&mauthors=Mike"

Response

Last updated