Bing Search
Search Engines
Bing Search
Execute a Bing search and retrieve parsed results with web pages, images, videos, and news
GET
Bing Search
Overview
The/bing/search endpoint executes a Bing search query and returns structured, parsed results. This API handles anti-bot measures and provides clean data extraction from Bing’s search results.
Parameters
Query Parameters
The search query
Market code in language-country format (e.g.,
en-US, en-GB, de-DE, fr-FR)Country code to limit results (e.g.,
US, GB, DE)UI language code (e.g.,
en, es, fr, de)Number of results to return (1-50)
Offset for pagination (e.g.,
0 for first page, 10 for second)Device type to emulate. Options:
desktop, mobile, tabletLocation for geo-targeted results (e.g.,
New York, USA)Safe search mode. Options:
Off, Moderate, StrictTime filter for results. Options:
Day, Week, MonthFilter response type. Options:
Webpages, Images, Videos, NewsAdd bold markers around search terms in snippets
Text format for snippets. Options:
Raw, HTMLReturn raw HTML instead of parsed results
Async mode - returns job ID immediately for later retrieval
Example Requests
Basic Search
News Search with Freshness Filter
Localized Search
Response
Success Response (200)
Returns parsed search results:Response Headers
| Header | Description |
|---|---|
x-remaining-credits | Number of API credits remaining |
x-trace-id | Unique identifier for the request |
Error Responses
| Status | Description |
|---|---|
400 | Bad Request - Invalid query parameters |
401 | Unauthorized - Invalid or missing API key |
500 | Internal Server Error |
Use Cases
- Alternative search data: Get search results from Bing as an alternative to Google
- SEO research: Compare rankings across different search engines
- Market research: Analyze search trends on Bing’s platform
- News aggregation: Collect news articles from Bing News
- Image search: Find images using Bing’s image search
- Video discovery: Search for videos across the web