google_scholar_scholar: GET /
hasdata_google_scholar_scholar_getScholarSearchResultsSearch Google Scholar for academic articles using author/source operators, year ranges, cited-by and all-versions lookups, with pagination and filters for reviews, citations, and language.
Instructions
Get Scholar Search Results
Scrapes Google Scholar for a query with author:/source: search helpers, year range (asYlo/asYhi), cited-by and all-versions lookups (cites/cluster), review-article and citation-inclusion filters, language/language-restrict, and start/num pagination. Returns each organic result with title, link, snippet, publication info (authors with profile links), cited-by count and link, related-articles link, and all-versions count and link. Use for academic research, literature review automation, citation tracking, and grounding research agents with scholarly sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query. Supports Google Scholar search helpers such as `author:` and `source:`. | |
| hl | No | The two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`. | |
| lr | No | The 'lr' parameter specifies the language of the websites to return results from. This parameter filters results based on the language of the web content. | |
| num | No | Maximum number of results to return per page. | |
| asRr | No | Set to 1 to return review articles only, or 0 (default) to return all articles. | |
| safe | No | Adult content filtering option. | |
| asSdt | No | Search type/filter, e.g. `0,5` for the default Articles filter, `4` for case law with court codes, or `0`/`7` for patents. | |
| asVis | No | Set to 1 to exclude citations from the results, or 0 (default) to include them. | |
| asYhi | No | Return results published up to and including this year. | |
| asYlo | No | Return results published from this year onward. | |
| cites | No | Unique article ID to look up articles that cite it, as returned in a result's `citedBy.citesId`. | |
| start | No | Result offset for pagination, where 0 is the first result. | |
| filter | No | Defines whether to enable or disable the filters for 'Similar Results' and 'Omitted Results'. Set to 1 (default) to enable these filters, or 0 to disable them. | |
| scisbd | No | Sort results by date instead of relevance: 1 for abstracts only, 2 for everything. Omit for relevance sorting. | |
| cluster | No | Unique article ID to look up all indexed versions of that article, as returned in a result's `versions.clusterId`. |