Playground

Search Bing web results API playground

Returns normalized Bing web search results for a query string, including organic results, optional context panel data, related queries, people-also-ask questions, news modules,.

GETapiKey3 credits/requestbing.searchResponseDoc

Selected endpoint

GET /bing/search

Returns normalized Bing web search results for a query string, including organic results, optional context panel data, related queries, people-also-ask questions, news modules, video modules, and page-based pagination. Empty optional blocks are omitted from the JSON response. Locale defaults to country=us and lang=en-us. Results are fetched with the repo's Chrome-impersonated request client and return 502 when Bing serves a challenge page or unusable HTML.

Group
Bing
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
0
Query parameters
5
Body parameters
0
GETapiKey3 credits/requestsearchResponseDoc

Search Bing web results

Returns normalized Bing web search results for a query string, including organic results, optional context panel data, related queries, people-also-ask questions, news modules, video modules, and page-based pagination. Empty optional blocks are omitted from the JSON response. Locale defaults to country=us and lang=en-us. Results are fetched with the repo's Chrome-impersonated request client and return 502 when Bing serves a challenge page or unusable HTML.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI - Reddit",
        "url": "https://www.reddit.com/r/OpenAI/",
        "description": "OpenAI is an AI research and deployment company. OpenAI's mission is to ensure that artificial general intelligence benefits all of humanity...",
        "hostname": "www.reddit.com",
        "display_url": "https://www.reddit.com › OpenAI",
        "favicon": "https://th.bing.com/th/id/ODLS.A2450BEC-5595-40BA-9F13-D9EC6AB74B9F..."
      }
    ],
    "pagination": {
      "page": 1,
      "count": 10,
      "next_page": 2
    }
  }
}