Google Scholar Cite API
Extract citation metrics from published Google Scholar authors.
To enable this engine, set the engine=google_scholar_cite
parameter.
In Google Scholar, authors are allowed to publish their citation metrics, which get automatically updated. With the Google Scholar Cite API you can easily scrape these results by simply passing the General API Parameters and the query parameter.

Google Scholar Cite API Integration Examples
We will use following URL as an example for this request:
https://serpapi.webscrapingapi.com/v1?engine=google_scholar_cite&api_key=<YOUR_API_KEY>&q=FDc6HiktlqEJ
Ready to Use Google Scholar Cite API Scraping Scripts
curl --request GET --url "https://serpapi.webscrapingapi.com/v1?engine=google_scholar_cite&api_key=YOUR_API_KEY&q=FDc6HiktlqEJ"
Google Scholar Cite API Parameter
#1: Query Parameter
Parameter
Type
Description
q
Required
string
The keywords that you are searching for on Google (the query).
To access this API, your GET request should be sent to the following address:
https://serpapi.webscrapingapi.com/v1?engine=google_scholar_cite&api_key=<YOUR_API_KEY>&q=<CITATION_ID>
Last updated