Endpoints & Pricing
Bing Search Endpoints
Four powerful endpoints covering web, news, image, and video search. Each returns structured JSON with rich features you will not find at this price elsewhere.
Bing Web
- Organic results with snippets
- People Also Ask boxes
- Video results with thumbnails
- Shopping PLAs with prices
- Ads & Related Searches
- Freshness & SafeSearch filters
Bing News
- News articles with source
- Publication date & time
- Article snippets
- Source URL & thumbnail
- Freshness filter (1d, 7d, 30d)
- Country targeting
Bing Images
- Image URLs & thumbnails
- Size filter: small to wallpaper
- Type filter: photo, clipart, GIF
- Color filter: 11 color options
- Source page URL
- Dimensions & alt text
Bing Videos
- Video titles & URLs
- Thumbnails & duration
- Source platform info
- Up to 60 results per query
- Country targeting
- Freshness filtering
Rich Features
More Than Just Organic Results
Bing web search returns a wealth of structured data beyond basic blue links. Every feature is parsed into clean JSON.
People Also Ask
Questions related to the query with expandable answers, giving you content ideas and search intent data.
Video Results
Video thumbnails, titles, durations, and source URLs from YouTube and other platforms embedded in results.
Shopping PLAs
Product Listing Ads with product names, prices, merchant names, and product images for commercial queries.
Ads
Paid search ads with titles, display URLs, and descriptions. Monitor competitor ad copy and positioning.
Related Searches
Suggested related queries that help with keyword expansion and understanding search intent patterns.
Freshness Filter
Filter results by time period: last day, last week, or last month. Ideal for trending topics and recent news.
Quick Start
Bing Search in One Request
Set engine=bing and start getting rich search data. Works with any HTTP client.
# Bing web search with country targeting curl "https://apiserpent.com/api/search?q=best+headphones&engine=bing&country=us&num=10" \ -H "X-API-Key: YOUR_API_KEY"
{
"searchParameters": {
"q": "best headphones",
"engine": "bing",
"country": "us"
},
"organic": [
{
"title": "Best Headphones 2025 - Top Picks Reviewed",
"url": "https://example.com/best-headphones",
"snippet": "We tested 40+ headphones across every category...",
"position": 1
}
],
"peopleAlsoAsk": [
{ "question": "What are the best headphones for noise cancelling?" }
],
"videos": [
{
"title": "Top 5 Headphones You NEED in 2025",
"url": "https://youtube.com/watch?v=...",
"duration": "12:34"
}
],
"shoppingResults": [
{
"title": "Sony WH-1000XM5",
"price": "$278.00",
"merchant": "Amazon"
}
],
"credits": { "used": 1, "remaining": 99 }
}
FAQ
Bing SERP API Questions
engine=bing in your API request to get structured JSON results including organic listings, People Also Ask, videos, shopping PLAs, and more. Both engine=bing and engine=yahoo return identical results with the same features and pricing.
country parameter, including US, UK, India, Germany, France, Japan, Brazil, Canada, Australia, and many more. Country targeting delivers accurate geographic results without needing geo-located proxies.
engine=bing and engine=yahoo return the same high-quality results with identical rich features (PAA, Videos, Shopping PLAs) and identical pricing. This means you get full Bing-equivalent search data at the most affordable rates.
Try the Bing SERP API Free
Get 100 free searches. Test web, news, image, and video search with rich features like PAA, videos, and shopping results. Bing search data from $0.01/1K.
Try for Free