v1

latestOpenAPI 3.1.02026-07-26103173152.6 KB
public

Execute Web Search Lite

Lightweight search-only endpoint. Returns search snippets and URLs without fetching page contents. Pair with /open-urls if you need to fetch content later.

post/web-search/search-lite

Request body

queriesstring[] required

List of search queries to send to the configured provider.

max_resultsinteger nullable

Optional cap on number of results to return per query. Defaults to 10.

Response

Successful Response

provider_type'google_pse' | 'serper' | 'exa' | 'searxng' required