Microsoft Bing website screenshot

Microsoft Bing

Microsoft Bing provides a comprehensive suite of search APIs that enable developers to integrate web, image, video, news, entity, and visual search capabilities into their applications. These APIs are part of Azure AI Services and provide intelligent search experiences powered by Bing's web-scale index.

10 APIs 0 Features
SearchWeb SearchImagesVideosNewsAzure AIAutosuggestVisual Search

APIs

Bing Web Search API

The Bing Web Search API provides a comprehensive web search experience by returning relevant web pages, images, videos, news, and more for a given search query.

Bing Image Search API

The Bing Image Search API enables developers to search for images across the web with advanced filtering options.

Bing Video Search API

The Bing Video Search API allows developers to search for videos across the web and retrieve video metadata.

Bing News Search API

The Bing News Search API returns relevant news articles from across the web for a given query.

Bing Entity Search API

The Bing Entity Search API returns structured information about people, places, organizations, and other entities.

Bing Autosuggest API

The Bing Autosuggest API provides intelligent search query suggestions as users type.

Bing Spell Check API

The Bing Spell Check API provides contextual spell checking using machine learning models.

Bing Visual Search API

The Bing Visual Search API enables image-based search by analyzing uploaded images or image URLs.

Bing Custom Search API

The Bing Custom Search API allows developers to create tailored search experiences by defining a custom view of the web.

Bing Local Business Search API

The Bing Local Business Search API returns information about local businesses based on search queries and location.

Collections

Pricing Plans

Rate Limits

Microsoft Bing Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
📦
SDKs
SDKs
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Bing Search APIs
  version: v7.0
request:
  auth:
    type: apikey
    key: Ocp-Apim-Subscription-Key
    value: '{{Ocp-Apim-Subscription-Key}}'
    placement: header
items:
- info:
    name: WebSearch
    type: folder
  items:
  - info:
      name: Web search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/search
      params:
      - name: q
        value: ''
        type: query
      - name: count
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
      - name: safeSearch
        value: ''
        type: query
    docs: Web search
- info:
    name: ImageSearch
    type: folder
  items:
  - info:
      name: Image search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/images/search
      params:
      - name: q
        value: ''
        type: query
      - name: count
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
      - name: safeSearch
        value: ''
        type: query
    docs: Image search
- info:
    name: NewsSearch
    type: folder
  items:
  - info:
      name: News search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/news/search
      params:
      - name: q
        value: ''
        type: query
      - name: count
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
    docs: News search
  - info:
      name: Trending news
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/news
      params:
      - name: mkt
        value: ''
        type: query
      - name: category
        value: ''
        type: query
    docs: Trending news
- info:
    name: VideoSearch
    type: folder
  items:
  - info:
      name: Video search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/videos/search
      params:
      - name: q
        value: ''
        type: query
      - name: count
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
    docs: Video search
- info:
    name: EntitySearch
    type: folder
  items:
  - info:
      name: Entity search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/entities
      params:
      - name: q
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
    docs: Entity search
- info:
    name: VisualSearch
    type: folder
  items:
  - info:
      name: Visual search
      type: http
    http:
      method: POST
      url: https://api.bing.microsoft.com/v7.0/images/visualsearch
      body:
        type: multipart-form
        data:
        - name: image
          type: text
          value: ''
        - name: knowledgeRequest
          type: text
          value: ''
    docs: Visual search
- info:
    name: CustomSearch
    type: folder
  items:
  - info:
      name: Custom search
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/custom/search
      params:
      - name: q
        value: ''
        type: query
      - name: customConfig
        value: ''
        type: query
    docs: Custom search
- info:
    name: SpellCheck
    type: folder
  items:
  - info:
      name: Spell check
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/spellcheck
      params:
      - name: text
        value: ''
        type: query
      - name: mode
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
    docs: Spell check
- info:
    name: Autosuggest
    type: folder
  items:
  - info:
      name: Autosuggest
      type: http
    http:
      method: GET
      url: https://api.bing.microsoft.com/v7.0/suggestions
      params:
      - name: q
        value: ''
        type: query
      - name: mkt
        value: ''
        type: query
    docs: Autosuggest
bundled: true