Google Scholarly Articles API
For some searches, Google search results includes a Scholarly Articles block. SerpApi is able to scrape, extract and make sense of this information.
API Examples
JSON structure overview
{
...
"scholarly_articles": {
"title": "String - Title of the Scholarly Articles",
"link": "String - Link of the Scholarly Articles",
"serpapi_link": "String - SerpApi link of google scholar search",
"articles": [
{
"title": "String - Title of the article",
"link": "String - Link of the article",
"displayed_link": "String - Displayed link of the article",
"authors": "String - Author of the article",
"cited_by": "String - Cited by of the article",
"extracted_cited_by_number": "String - Number of citations",
"highlighted_words": "Array - Highlighted words of the title"
},
]
},
...
}