Google Scholar Profiles API

Discover renowned authors featured on the Google Scholar platform using our dedicated API.

To access this specialized feature, incorporate the engine=google_scholar_profiles parameter in your request.

The Google Scholar Profiles API meticulously curates and delivers a comprehensive list of esteemed authors, precisely matched to the keyword specified in your query parameter. Dive into the academic world and uncover notable authors relevant to your research or interest.

Google Scholar Profiles API Integration Examples

We will use following URL as an example for this request:

https://serp.shifter.io/v1?api_key=<YOUR_API_KEY>&engine=google_scholar_profiles&mauthors=jake

Ready to use Google Scholar Profiles Scraping Scripts

curl --request GET --url "https://serp.shifter.io/v1?api_key=YOUR_API_KEY&engine=google_scholar_profiles&mauthors=jake"

Google Scholar Profiles Parameters

#1: Query Parameter

Parameter
Type
Description

mauthors Required

string

The names that you are searching for (the query).

#2: Localisation Parameters

Parameter
Type
Description

hl

string

The language you want to use for your Google Search. List of supported languages

#3: Pagination Parameters

Parameter
Type
Description

after_author

int

Defines the next page token and must precede the value of before_author.

before_author

int

Defines the previous page token.

Response Example

Last updated

Was this helpful?