Search academic papers
Scholar API
Scholar Search
Search academic papers
POST
Search academic papers
Search academic papers and scholarly materials. Returns paper titles, links, snippets, authors, citation counts, and related metadata when available.
Best for: Literature discovery, academic source lookup, and finding citation-backed research materials.
Scholar search endpoints use
POST with parameters in the query string. Do not send query or max_num_results as a JSON or form body.Example
Response
Returns a searchid and a results array of scholarly results. Use the returned id with Explain Search Results to generate an explanation over the results.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search query for scholarly materials
Example:
"machine learning"
Maximum number of search results to return, up to 100
Required range:
1 <= x <= 100Year of publication lower bound
Required range:
1900 <= x <= 2030Year of publication upper bound
Required range:
1900 <= x <= 2030