Extract citation metrics from published Google Scholar authors.
Last updated
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 and the .
Google Scholar Cite API Integration Examples
We will use following URL as an example for this request:
var client = new RestClient("https://serpapi.webscrapingapi.com/v1?engine=google_scholar_cite&api_key=YOUR_API_KEY&q=FDc6HiktlqEJ");
var request = new RestRequest(Method.GET);
IRestResponse response = client.Execute(request);