YepAPI

Command Palette

Search for a command to run...

POST/v1/serp/bing

Bing SERP API

Bing search results API. Track rankings on Microsoft Bing, which powers Copilot and DuckDuckGo. Enterprise SEO monitoring from $0.01/call.

Live Bing search results. Track rankings on Microsoft's Bing search engine, which powers Copilot, DuckDuckGo, and Yahoo in many markets.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/serp/bing
Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": {
    "query": "best react frameworks 2026",
    "totalResults": 1240000,
    "items": [
      {
        "position": 1,
        "type": "organic",
        "title": "Top 10 React Frameworks in 2026",
        "url": "https://example.com/react-frameworks",
        "description": "A comprehensive guide to the best React frameworks...",
        "domain": "example.com"
      }
    ]
  }
}

Features

Top 10–100 Bing organic results

Set the depth param (10 / 20 / 50 / 100) to control how many Bing organic results each POST to /v1/serp/bing returns, from a fast top 10 to a deep top 100 for rank tracking.

Position, title, URL, and description

Each organic item returns its exact position plus title, URL, and description snippet, giving you precise Bing ranking data that also reflects engines powered by Bing.

Total results count

Every response includes the totalResults figure Bing reports for the query, a quick gauge of competition and index coverage.

Location and language targeting

Set the location and language fields to fetch Bing results for a specific country and locale, since Bing rankings shift by region and language.

Result type classification

The type field on each item lets you distinguish standard organic listings from other blocks Bing returns in the SERP.

Use cases

Bing SEO Tracking

Monitor keyword positions on Bing and track ranking changes.

Enterprise SEO

Many enterprise users default to Bing — track rankings where they search.

Multi-Engine Coverage

Ensure visibility across both Google and Bing for complete search coverage.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/serp/bing', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "query": "best react frameworks 2026",
    "depth": 10,
    "location_code": 2840,
    "language": "en"
  }),
});
const data = await res.json();
console.log(data);

Bing SERP API — track rankings on the engine behind Copilot

The YepAPI Bing SERP API returns live Bing search results as structured JSON. Send a query and get ranked organic results with position, title, URL, description, and the total results count.

It shares one key with YepAPI's Google, Yahoo, and Baidu SERP endpoints plus scraping and AI, so tracking Bing alongside every other engine is a single integration at $0.01 per query.

What is a Bing Search API?

A Bing Search API lets you programmatically query Microsoft's Bing and get structured organic results instead of scraping the page. For a keyword it returns each result's position, title, URL, and description, plus the total results count and a type field per listing. Bing matters more than its standalone share suggests: it powers Microsoft Copilot, DuckDuckGo, and Yahoo in many markets, so its rankings influence a wide swath of search traffic. The API captures those positions directly for any keyword and market — no browser automation or proxy management needed.

Build your own Bing rank tracker

With Bing rankings as JSON you can build a rank tracker that covers the Microsoft search ecosystem. Loop your keywords through the endpoint, store positions and URLs, and chart changes over time. Because Bing feeds Copilot and DuckDuckGo, tracking it gives indirect insight into those surfaces too. Pair it with the YepAPI Google SERP endpoint on the same key to show a side-by-side Google-versus-Bing view for every keyword in one dashboard.

Bing SERP API pricing — $0.01 per query

Each call to /v1/serp/bing is a flat $0.01 whether you pull the top 10 or top 100. No subscriptions, no minimums. SerpApi charges $0.05 per query and enterprise SEO suites cost far more per call. With every YepAPI SERP engine priced at $0.01, monitoring Bing across large keyword sets — and the Copilot and DuckDuckGo traffic it influences — stays predictable and cheap.

Reach enterprise and Copilot-driven search

Many enterprise desktops default to Bing, and Copilot answers lean on Bing's index. Use the endpoint to monitor your positions where these users actually search, and compare Bing rankings against Google to find keywords where you under-perform on one engine. Re-run with different location and language values to track Bing visibility market by market across the Microsoft search footprint.

Try the Bing SERP API free

Get $5 in free credit, no credit card required. That covers 500 Bing queries — enough to benchmark a keyword set across markets and test location and language targeting before you pick a paid plan.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Live Bing search results. Track rankings on Microsoft's Bing search engine, which powers Copilot, DuckDuckGo, and Yahoo in many markets.

Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/serp/bing. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More serp api endpoints