Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Make your first request in minutes
Test the Bing SERP API in minutes with this ready-to-use code example.
Postman Example
Node.js Example
Python 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"
}'
Links to get started with Bing SERP API
Microsoft Bing API to Bright Data SERP API migration guide
Bing API to Bright Data SERP API migration guide