Google Scholar Author Articles API

Google Scholar Author Articles API allows a user to scrape the articles results of a Google Scholar Author search. SerpApi is able to scrape, extract, and make sense of this information. When SerpApi encounters articles results, we add them to our JSON output.

We are able to extract: title, link, citation_id, authors, publication, cited_by results and more. Maximum number of results that can be returned per page is 100. Articles are sorted by cited_by.value (default), but you can also sort them by "title" or "year", using the sort parameter.

API Parameters

sort

Optional

Parameter is used for sorting and refining articles. Available options:

title - Select to sort articles by 'Title'.
pubdate - Select to sort articles by 'date'.

API Examples

Articles results overview

Articles results overview

JSON Example

{
  ...
  "articles": [
    {
      "title": "Lifetime prevalence and age-of-onset distributions of DSM-IV disorders in the National Comorbidity Survey Replication",
      "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=EicYvbwAAAAJ&citation_for_view=EicYvbwAAAAJ:UeHWp8X0CEIC",
      "citation_id": "EicYvbwAAAAJ:UeHWp8X0CEIC",
      "authors": "RC Kessler, P Berglund, O Demler, R Jin, KR Merikangas, EE Walters",
      "publication": "Archives of general psychiatry 62 (6), 593-602, 2005",
      "cited_by": {
        "value": 29693,
        "link": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=2173726401600747709,7905695317477875023,11857341765727177149,16204114791750186183,8105499853130787711,12694166320960692368",
        "serpapi_link": "https://serpapi.com/search.json?cites=2173726401600747709%2C7905695317477875023%2C11857341765727177149%2C16204114791750186183%2C8105499853130787711%2C12694166320960692368&engine=google_scholar&hl=en",
        "cites_id": "2173726401600747709,7905695317477875023,11857341765727177149,16204114791750186183,8105499853130787711,12694166320960692368"
      },
      "year": "2005"
    },
    {
      "title": "Lifetime and 12-month prevalence of DSM-III-R psychiatric disorders in the United States: results from the National Comorbidity Survey",
      "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=EicYvbwAAAAJ&citation_for_view=EicYvbwAAAAJ:u5HHmVD_uO8C",
      "citation_id": "EicYvbwAAAAJ:u5HHmVD_uO8C",
      "authors": "RC Kessler, KA McGonagle, S Zhao, CB Nelson, M Hughes, S Eshleman, ...",
      "publication": "Archives of general psychiatry 51 (1), 8-19, 1994",
      "cited_by": {
        "value": 18077,
        "link": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=9166229658659884654,17770652143223938494,14788406689424125393,13688238965805019665,6529840622575999790,4584112493344830124,492005129401512373",
        "serpapi_link": "https://serpapi.com/search.json?cites=9166229658659884654%2C17770652143223938494%2C14788406689424125393%2C13688238965805019665%2C6529840622575999790%2C4584112493344830124%2C492005129401512373&engine=google_scholar&hl=en",
        "cites_id": "9166229658659884654,17770652143223938494,14788406689424125393,13688238965805019665,6529840622575999790,4584112493344830124,492005129401512373"
      },
      "year": "1994"
    },
    {
      "title": "Prevalence, severity, and comorbidity of 12-month DSM-IV disorders in the National Comorbidity Survey Replication",
      "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=EicYvbwAAAAJ&citation_for_view=EicYvbwAAAAJ:qjMakFHDy7sC",
      "citation_id": "EicYvbwAAAAJ:qjMakFHDy7sC",
      "authors": "RC Kessler, WT Chiu, O Demler, EE Walters",
      "publication": "Archives of general psychiatry 62 (6), 617-627, 2005",
      "cited_by": {
        "value": 14533,
        "link": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=9617930262438990334,2868652058781502804,7274687702513756793,13147119474050373048,8146689225083970017",
        "serpapi_link": "https://serpapi.com/search.json?cites=9617930262438990334%2C2868652058781502804%2C7274687702513756793%2C13147119474050373048%2C8146689225083970017&engine=google_scholar&hl=en",
        "cites_id": "9617930262438990334,2868652058781502804,7274687702513756793,13147119474050373048,8146689225083970017"
      },
      "year": "2005"
    },
    ...
  },
  ...
}