Skip to main content
POST
Search the web

Authorizations

X-API-Key
string
header
required

Body

application/json
query
string
required

What to search the web for.

Maximum string length: 500
Example:

"best open source vector databases"

limit
number

How many ranked results to return. Omit for the default.

Required range: 1 <= x <= 15
Example:

5

scrapeResults
boolean

When true (default), each result comes back with its page fetched and returned as clean data. When false, you get just the ranked title, url, and snippet.

Example:

true

scrapeOptions
object
engine
enum<string>

Pin the search engine to use. Omit to let us pick the best available one and fall back automatically if it is unavailable — recommended unless you need results from one specific index.

Available options:
duckduckgo,
brave
Example:

"brave"

timeRange
enum<string>

Restrict results to a recency window relative to now.

Available options:
day,
week,
month,
year
Example:

"week"

country
string

ISO 3166 alpha-2 country code to bias results toward a region.

Example:

"us"

includeDomains
string[]

Only return results from these domains.

Maximum array length: 15
Example:
excludeDomains
string[]

Drop results from these domains.

Maximum array length: 15
Example:

Response

200 - application/json

The ranked search results.

data
object
required