Skip to main content
POST
/
search
/
bing
Bing Search
curl --request POST \
  --url https://api.brightdata.com/search/bing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "q": "<string>",
  "page": 2,
  "num": 2,
  "gl": "<string>",
  "hl": "<string>"
}'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
q
string
page
integer
Required range: x >= 1
num
integer
Required range: x >= 1
gl
string
hl
string

Response

Results

items
object[]
required