Skip to main content
POST
Search the web with Web Data
This playground sends real production requests. Each successful search consumes one Web Data request.
Results come from Google Search. The search engine is fixed; this endpoint does not accept an engine selector.

Authorizations

X-Api-Key
string
header
required

Client API key for the authenticated account.

Body

application/json
query
string
required

Search query. Whitespace is trimmed before searching.

Required string length: 1 - 200
Example:

"browser automation"

numResults
integer
default:10

Maximum number of organic results to return.

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

10

Response

Normalized organic search results.

requestId
string<uuid>
required

Unique identifier for this search request.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
query
string
required

Normalized search query.

Minimum string length: 1
results
object[]
required

Organic results in provider ranking order.