Search API v2.1

Search calls use the merged API origin and the api-key header.

Endpoint coverage

The SDK covers all Search v2.1 routes:

Method

Purpose

search

Cybernaut agentic Search.

fast_search

Interactive ranked Search.

rich_search

Interactive enriched Search.

bulk_search

Long-running high-volume Search.

time_search

Independent searches across time intervals.

scrape_url

Structured page and snippet extraction.

topic_trend

Date-keyed topic prevalence.

save_search

Create or update a saved Search.

get_searches

List saved Searches.

delete_search

Delete a saved Search.

get_limits

Retrieve current key limits.

fast_searches is the SDK batch convenience for issuing several Fast Search requests. Question lists, list[Search], and SearchSet inputs all receive the shared filters and retrieval options supplied to the batch; non-null fields populated on an individual Search model retain precedence. This includes False for the optional certain filter. Expansion generation is enabled when either the batch or the individual model opts in. Requests run concurrently up to the client’s configured concurrency while results retain input order.