Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer token used for request authentication. Alternatively, you can send the API key in the x-api-key header.

Body

application/json
query
string
required

The original search query.

Maximum string length: 500
max_queries
integer
default:5

Upper bound on the number of sub-queries generated.

Required range: 1 <= x <= 30
search_options
object

Search options applied to each sub-query. Shares the same parameters and defaults as the Web Search API.

Response

Successful broad search response

code
integer

Business status code. 0 indicates success.

msg
string

A message describing the result.

request_id
string

The unique identifier for this request.

data
object

The main response payload.

meta
object

Additional metadata for the search request.