
Entity Search Client
Entity Search Client
Bing Entity Search recognizes queries as named entities (people, places, organizations) and returns structured card info (description, image, related links).
Backed by Bing/Microsoft knowledge graph
Sunsets 2025-08-11
Obtain a Subscription Key in Azure. GET /v7.0/entities?q=microsoft with the Ocp-Apim-Subscription-Key header.
Uptime · 30-day window
About this API
Entity Search takes a query string ("Bill Gates", "Mount Everest", "Apple") and returns the entity Bing identifies: entity type (Person/Place/Organization), description text, representative image, related URLs, Wikipedia/official links. Its core value is entity linking — the same name ("Apple") can refer to multiple entities; Entity Search returns the most likely candidate with context, plus a _type field for programmatic handling. Typical use cases: knowledge cards in a SERP, NLP-pipeline disambiguation, or as an intermediate layer for knowledge-based QA. Sunsets 2025-08-11 with the Bing Search family.
What you can build
- 1Show "knowledge cards" alongside search results
- 2Disambiguate which entity the user is asking about
- 3Entity linking step in an NLP pipeline
Strengths & limitations
Strengths
- Backed by Bing/Microsoft knowledge graph
- Single call returns full structured record
- Strong disambiguation ("Apple" the fruit or the company)
Limitations
- Sunsets 2025-08-11
- Long-tail entity coverage is incomplete
Example request
curl https://microsoft.com/<endpoint>Getting started
Obtain a Subscription Key in Azure. GET /v7.0/entities?q=microsoft with the Ocp-Apim-Subscription-Key header.
FAQ
Does it work for Chinese entities?+
Yes, but Chinese coverage is weaker than English — China-specific entities (e.g. local companies) may not be indexed.
Technical details
- Auth type
- unknown
- Pricing
- unknown
- Protocols
- REST
- SDKs
- python, javascript, csharp
- Response time
- 72 ms
- Last health check
- 5/12/2026, 7:37:52 AM
More from Microsoft
Bing Autosuggest API returns search suggestions from a partial query — for search-box type-ahead completion.
Bing Computer Vision API analyzes images — OCR, object detection, face detection, scene captioning, content moderation.
Bing Custom Image Search restricts image search to a custom set of domains — the image counterpart of Bing Custom Search.
Bing Custom Search lets you define a custom domain subset and run Bing search against it — for vertical or enterprise search.
Custom Vision Prediction API runs inference using your trained Custom Vision model — upload an image, get classification labels and confidence scores.
Custom Vision Training API programmatically trains image-classification / object-detection models — create projects, upload labeled images, trigger training, publish iterations.
Bing Image Search runs image search over Bing's web-wide image index — by keyword, similar image, aspect ratio, or size filter.
Bing Local Business Search finds local businesses (restaurants, hotels, hospitals) by geographic query — returns business info, address, ratings.