Serpapi Google Scholar
serpapi_google_scholarSearch Google Scholar for academic papers on <topic> — returns title, link, snippet, publication info, and citation count via SerpApi. Example: serpapi_google_scholar({ q: "graph neural networks", as_ylo: 2020, num: 10, _apiKey: "your-serpapi-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query / topic, e.g. "graph neural networks" | |
| num | No | Max results to return (default 10, max 20) | |
| as_yhi | No | Optional end year (results published up to this year), e.g. 2024 | |
| as_ylo | No | Optional start year (results published from this year onward), e.g. 2020 | |
| _apiKey | Yes | SerpApi API key (get one at serpapi.com) |