Google Scholar Cite API
Harvest citation metrics of renowned authors published on Google Scholar with ease.
To tap into this specialized scraping capability, append the engine=google_scholar_cite
parameter to your request.
Google Scholar enables authors to showcase their citation metrics, which are continually updated. Leveraging the Google Scholar Cite API, you can seamlessly extract these metrics. Just furnish your specific query and the relevant parameters to obtain tailored citation data.
Google Scholar Cite API Integration Examples
We will use following URL as an example for this request:
https://serp.shifter.io/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://serp.shifter.io/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://serp.shifter.io/v1?engine=google_scholar_cite&api_key=<YOUR_API_KEY>&q=<CITATION_ID>
Last updated
Was this helpful?