Bing Entity Search API endpoint

Warning

On October 30, 2020, the Bing Search APIs moved from Azure AI services to Bing Search Services. This documentation is provided for reference only. For updated documentation, see the Bing search API documentation. For instructions on creating new Azure resources for Bing search, see Create a Bing Search resource through the Azure Marketplace.

The Bing Entity Search API has one endpoint that returns entities from the Web based on a query. These search results are returned in JSON.

Get entity results from the endpoint

To get entity results using the Bing API, send a GET request to the following endpoint. Use headers and query parameters to customize your search request. Search requests can be sent using the ?q= parameter.

 GET https://api.cognitive.microsoft.com/bing/v7.0/entities

Next steps

See also

For more information about headers, parameters, market codes, response objects, errors and more, see the Bing Entity Search API v7 reference article.