Web Search
Search the web and optionally scrape each result to Markdown in one round-trip.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Natural-language search query.
1 - 500Allowlist — only return results from these domains. Example: ["arxiv.org", "github.com"].
Blocklist — drop results from these domains. Example: ["pinterest.com", "reddit.com"].
Restrict results to content published within this window.
last_24_hours, last_week, last_month, last_year Expand the query into multiple parallel variants for broader recall.
Inline Markdown scraping for each result. Set enabled: true to activate.
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1000 <= x <= 300000Response
Search succeeded. Results are ordered by relevance.