Searches ranked web results for a given query, with optional filters, highlights, and full content.
API key used for request authentication. Obtain an API key before using the API.
The search query.
500Controls the search strategy. auto automatically selects the best retrieval method based on the query; keyword uses keyword-based search only; semantic uses vector-based or hybrid semantic retrieval.
auto, keyword, semantic Number of results to return.
1 <= x <= 100A list of domains to specifically include in the search results.
100030["octen.ai", "wikipedia.org"]A list of domains to specifically exclude from the search results.
15030["spam.com", "ads.example.net"]Strings that must appear in the result page text.
530Strings that must not appear in the result page text.
530Determines which time field is used for time filtering. published uses time_published; crawled uses time_last_crawled.
auto, published, crawled Start time for filtering results (based on time_basis). ISO 8601 format.
"2025-01-01T00:00:00+08:00"
End time for filtering results (based on time_basis). ISO 8601 format.
"2025-01-01T00:00:00+08:00"
Controls highlight extraction from result pages.
Controls the formatting of highlight outputs.
markdown, text Controls filtering of explicit/adult content. off disables filtering; strict drops all adult content.
off, strict Controls whether to return the full raw content of each result page.