All sites
Data API
Bing Data API
Web, news and image search results from Bing.
11endpointsRate Limit handled for you
Bing Data API
Extract web, news, image and video search from Bing as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/bing/{action}Key Features
Structured JSON
Clean, normalized records for web, news, image and video search. No HTML parsing on your side.
11 endpoints
Across 4 categories, all under one base path.
Anti-bot handled
Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
marketdefault usgldefault usPagination
Page through results with page, offset.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/bing/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "best laptops 2024",
"market": "us",
"safe_search": "moderate",
"page": "1",
"per_page": 10
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/bing/autocompleteAutocomplete | Search | 1 credit / run |
/v1/data/bing/copilotCopilot Answer | Search | 1 credit / run |
/v1/data/bing/imagesImage Search | Search | 1 credit / run |
/v1/data/bing/newsNews Search | Search | 1 credit / run |
/v1/data/bing/reverse-imageReverse Image Search | Search | 1 credit / run |
/v1/data/bing/searchWeb Search | Search | 1 credit / run |
/v1/data/bing/videosVideo Search | Search | 1 credit / run |
/v1/data/bing/mapsMaps Search | Maps | 1 credit / run |
/v1/data/bing/marketsList Markets | Reference | 1 credit / run |
/v1/data/bing/productProduct Search | Shopping | 1 credit / run |
/v1/data/bing/shoppingShopping Offers | Shopping | 1 credit / run |