Google Scholar Author API

Scrape Google Author Profiles and get instant data about the authors and their academic publications.

To enable this engine, set the engine=google_scholar_author parameter.

The Google Scholar Author API is used to scrape author profiles and quickly retrieve data regarding published authors. Make use of these parameters in order to customise your request.

Google Scholar Author API Integration Examples

We will use following URL as an example for this request:

https://serpapi.webscrapingapi.com/v1?engine=google_scholar_author&api_key=<YOUR_API_KEY>&author_id=LSsXyncAAAAJ

Ready to Use Google Scholar Author Scraping Scripts

curl --request GET --url "https://serpapi.webscrapingapi.com/v1?engine=google_scholar_author&api_key=YOUR_API_KEY&author_id=LSsXyncAAAAJ"

Google Scholar Profiles Parameters

#1: Query Parameter

#2: Request Customisation Parameters

#3: Localisation Parameters

#4: Pagination Parameters

Response Example
{
  "search_parameters": {
    "google_url": "https://scholar.google.com/citations?user=LSsXyncAAAAJ&sourceid=chrome&ie=UTF-8",
    "engine": "google_scholar_author",
    "google_domain": "scholar.google.com",
    "device": "desktop",
    "query": "LSsXyncAAAAJ"
  },
  "author": {
    "name": "Cliff Meyer",
    "affiliations": "Dana-Farber Cancer Institute and Harvard T.H. Chan School of Public Health",
    "email": "Verified email at jimmy.harvard.edu",
    "interests": [
      {
        "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:computational_biology",
        "title": "Computational Biology"
      },
      {
        "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:epigenetics",
        "title": "Epigenetics"
      },
      {
        "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:gene_regulation",
        "title": "Gene Regulation"
      },
      {
        "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:genomics",
        "title": "Genomics"
      },
      {
        "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:transcription_factors",
        "title": "Transcription Factors"
      }
    ]
  }
}

Last updated