Google Scholar Profiles API

Find published authors on the Google Scholar platform.

The Google Scholar Profiles API returns a list of available authors, based on the keyword you pass to the query parameter.

Scrape Google Scholar Profiles

Google Scholar Profiles API Integration Examples

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

Ready to use Google Scholar Profiles Scraping Scripts

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