Entity Search Client logo

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).

Visit site ↗Health checked 9h ago
Use it when

Backed by Bing/Microsoft knowledge graph

Watch for

Sunsets 2025-08-11

First check

Obtain a Subscription Key in Azure. GET /v7.0/entities?q=microsoft with the Ocp-Apim-Subscription-Key header.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
72 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 72ms
01

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.

02

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
03

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
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://microsoft.com/<endpoint>
05

Getting started

Obtain a Subscription Key in Azure. GET /v7.0/entities?q=microsoft with the Ocp-Apim-Subscription-Key header.

06

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.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
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
08

Tags

09

More from Microsoft