Skip to main content
POST
Consume Search API

Headers

apiKey
string
required

API key used for authentication.

Body

application/json
query
string
required

Search keywords

Example:

"Iphone"

gl
string
required

Geographic location for search results

Example:

"California,United States"

lang
string
required

Search language code

Example:

"en"

domain
string
required

Search domain (e.g., com, co.uk)

Example:

"com"

page
integer
required

Page number, range 1-100

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

1

retry
boolean
default:false

Whether to retry on failure

Example:

false

hostLang
string

Host language

Example:

"en"

Response

200 - application/json

Successful Response

code
integer

Response status code

Example:

200

msg
string

Response message

Example:

"success"

data
object