Bing Search API
Get Bing search results with advertisements and shopping ads in JSON format. Perfect for competitive analysis and market research.
curl -X GET "https://api.serply.io/v1/b/search/q=search+api" \
-H "X-Api-Key: YOUR_API_KEY" \
-H "X-Proxy-Location: US" \
-H "X-User-Agent: desktop"{
"ads": [
{
"title": "Search API - Get Started Today",
"displayUrl": "https://www.example.com/search-api",
"targetUrl": "https://www.example.com/search-api?utm_source=bing",
"content": "Powerful search API with real-time results. Start your free trial today.",
"position": 1,
"area": "top",
"realPosition": 1
}
],
"adsCount": 2,
"shoppingAds": [
{
"title": "Search API Software - Premium Edition",
"price": "$99.99",
"originalPrice": null,
"advertiser": "Tech Store",
"targetUrl": "https://www.example.com/products/search-api",
"image": "https://example.com/images/search-api.jpg"
}
],
"results": [
{
"title": "Bing Search API Documentation",
"description": "Learn how to integrate Bing Search API into your applications with comprehensive documentation and examples.",
"realPosition": 2,
"link": "https://example.com/bing-search-api-docs"
},
{
"title": "Using Bing Search API for Web Scraping",
"description": "A complete guide to using Bing Search API for extracting search results programmatically.",
"realPosition": 3,
"link": "https://example.com/bing-api-guide"
}
],
"location": {
"htmlLang": "en"
},
"ts": 1.246995449066162,
"device_type": null
}Advertisement Data Included
Get comprehensive search data including paid advertisements and shopping ads. Perfect for competitive analysis, market research, and understanding ad positioning strategies.
Shopping Ads Support
Access shopping advertisement data including product titles, prices, images, and advertiser information. Track e-commerce trends and competitor pricing strategies with structured shopping ad data.
Alternative to Google Search
Access Bing's search index for different ranking algorithms and results. Perfect for comparing search results across platforms, diversifying data sources, and accessing Bing-specific features.
Global Coverage
Target specific regions with the X-Proxy-Location header. Get location-relevant results and advertisements from US, EU, UK, Japan, and 10+ other countries.
Frequently Asked Questions
What is a Bing Search API?
A Bing Search API provides programmatic access to Bing's search results, allowing developers to retrieve web search results, advertisements, and shopping ads in structured JSON format. Serply's Bing Search API returns comprehensive search data including organic results, paid advertisements, and shopping listings.
How do I get a Bing Search API key?
Sign up for a free Serply account at serply.io to get your API key. Once registered, you'll find your API key in your dashboard. The free tier includes generous monthly credits to get started with Bing Search API.
What's the difference between Google Search API and Bing Search API?
While both provide search results, Bing Search API includes advertisement data and shopping ads in the response, making it ideal for competitive analysis and market research. Bing also offers different ranking algorithms and may return different results than Google.
Does the Bing Search API include advertisements?
Yes! The Bing Search API returns both organic search results and paid advertisements. The response includes an 'ads' array with advertisement details including titles, URLs, content, and positioning information. Shopping ads are also included in a separate 'shoppingAds' array.
What data does the Bing Search API return?
The API returns a JSON response containing organic search results, paid advertisements, shopping ads, and metadata. Each result includes title, description, link, and position information. Ads include display URLs, target URLs, and content.
Can I filter Bing search results by location?
Yes, use the X-Proxy-Location header to specify the geographic location for your search. Supported locations include US, EU, CA, GB, FR, DE, JP, and 10+ other countries. This ensures you get location-relevant search results and advertisements.
Start Building with Bing Search API Today
Join thousands of developers using Serply to build competitive analysis tools, market research applications, and search monitoring systems.