user1481828
user1481828

Reputation: 3

How to get EXTRA (complimentary) results from bing-search API

When we generally search for a term in www.bing.com (e.g. newyork), we get some extra information along with search results on the right most side of the page. Like for 'newyork' you would see some content from wikipedia, map location, it's twitter page etc.

Is there a way to get this information from current BING SEARCH API?

Upvotes: 0

Views: 98

Answers (1)

Ronak
Ronak

Reputation: 736

Some of this information is available in the Bing Entity Search API here: https://azure.microsoft.com/en-us/services/cognitive-services/bing-entity-search-api/.

Upvotes: 0

Related Questions