Our Google Scholar Profiles API allows you to scrape profile results from the Google Scholar Profiles search page. The API is accessed through the following endpoint: /search?engine=google_scholar_profiles.
A user may query the following: https://serpapi.abcproxy.com/search?engine=google_scholar_profiles utilizing a GET request. Head to the playground for a live and interactive demo.
Parameter defines the author you want to search for. You can also use helpers in your query such as: label:.
Mike
Localization
Name
Type
Required
Description
Example
hl
String
No
Parameter defines the language to use for the Google Scholar Profiles search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). Head to the Google languages page for a full list of supported Google languages.
en
Pagination
Name
Type
Required
Description
Example
after_author
Int
No
Parameter defines the next page token. It is used for retrieving the next page results. The parameter has the precedence over before_author parameter.
1
before_author
Int
No
Parameter defines the previous page token. It is used for retrieving the previous page results.
1
Serpapi Parameters
Name
Type
Required
Description
Example
engine
String
Yes
Set parameter to google_scholar_profiles to use the Google Finance API engine.
google_scholar_profiles
no_cache
boolean
No
Parameter will force SerpApi to fetch the results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache.