Search the web
Scholar API
Web Search
Search the web
POST
Search the web
Search the web and return structured results with titles, links, and snippets.
Best for: Current web information, quick source discovery, and non-academic research context.
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 web 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