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

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>
Response Example
{
 "search_parameters": {
  "google_url": "https://scholar.google.com/scholar?q=info:FDc6HiktlqEJ:scholar.google.com&output=cite&sourceid=chrome&ie=UTF-8",
  "engine": "google_scholar_cite",
  "google_domain": "scholar.google.com",
  "device": "desktop",
  "query": "FDc6HiktlqEJ"
 },
 "citations": [
  {
   "title": "MLA",
   "snippet": "Schwertmann, U. T. R. M., and Reginald M. Taylor. \"Iron oxides.\" Minerals in soil environments 1 (1989): 379-438."
  },
  {
   "title": "APA",
   "snippet": "Schwertmann, U. T. R. M., & Taylor, R. M. (1989). Iron oxides. Minerals in soil environments, 1, 379-438."
  },
  {
   "title": "Chicago",
   "snippet": "Schwertmann, U. T. R. M., and Reginald M. Taylor. \"Iron oxides.\" Minerals in soil environments 1 (1989): 379-438."
  },
  {
   "title": "Harvard",
   "snippet": "Schwertmann, U.T.R.M. and Taylor, R.M., 1989. Iron oxides. Minerals in soil environments, 1, pp.379-438."
  },
  {
   "title": "Vancouver",
   "snippet": "Schwertmann UT, Taylor RM. Iron oxides. Minerals in soil environments. 1989 Jan 1;1:379-438."
  }
 ],
 "links": [
  {
   "name": "BibTeX",
   "link": "https://scholar.googleusercontent.com/scholar.bib?q=info:FDc6HiktlqEJ:scholar.google.com/&output=citation&scisdr=CgVZ4FBiGAA:AAGBfm0AAAAAYQvoREOhWGSEQolJxcNMAraGUolUmLw6&scisig=AAGBfm0AAAAAYQvoRP3-8nWDCT-_ICEcbyAKFuUy8_v1&scisf=4&ct=citation&cd=-1&hl=en"
  },
  {
   "name": "EndNote",
   "link": "https://scholar.googleusercontent.com/scholar.enw?q=info:FDc6HiktlqEJ:scholar.google.com/&output=citation&scisdr=CgVZ4FBiGAA:AAGBfm0AAAAAYQvoREOhWGSEQolJxcNMAraGUolUmLw6&scisig=AAGBfm0AAAAAYQvoRP3-8nWDCT-_ICEcbyAKFuUy8_v1&scisf=3&ct=citation&cd=-1&hl=en"
  },
  {
   "name": "RefMan",
   "link": "https://scholar.googleusercontent.com/scholar.ris?q=info:FDc6HiktlqEJ:scholar.google.com/&output=citation&scisdr=CgVZ4FBiGAA:AAGBfm0AAAAAYQvoREOhWGSEQolJxcNMAraGUolUmLw6&scisig=AAGBfm0AAAAAYQvoRP3-8nWDCT-_ICEcbyAKFuUy8_v1&scisf=2&ct=citation&cd=-1&hl=en"
  },
  {
   "name": "RefWorks",
   "link": "https://scholar.googleusercontent.com/scholar.rfw?q=info:FDc6HiktlqEJ:scholar.google.com/&output=citation&scisdr=CgVZ4FBiGAA:AAGBfm0AAAAAYQvoREOhWGSEQolJxcNMAraGUolUmLw6&scisig=AAGBfm0AAAAAYQvoRP3-8nWDCT-_ICEcbyAKFuUy8_v1&scisf=1&ct=citation&cd=-1&hl=en"
  }
 ]
}

Last updated