Make your first request in minutes

Test the Bing SERP API in minutes with this ready-to-use code example.

Bing SERP API Quick Start Examples

Run these basic examples to check that your Bing SERP API is working (remember to update in your API key and query):
  curl -X POST https://api.brightdata.com/request \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer API_KEY" \
  --data '{
    "zone": "serp_api1",
    "url": "https://www.bing.com/search?q=pizza",
    "format": "raw"
  }'

Microsoft Bing API to Bright Data SERP API migration guide

Bing API to Bright Data SERP API migration guide