Share via

Bing Entity Search API is not returning a street address

Anonymous
2022-11-18T04:39:43.043+00:00

I'm trying to use the Bing Entity Search API and I'm getting results for state and city but, not a street address. This is the GET url I'm using

https://api.bing.microsoft.com/v7.0/entities?q=stamats&mkt=en-us&responseFilter=places&inclnb=1

The results are like this:
"address": {
"addressLocality": "Cedar Rapids",
"addressRegion": "IA",
"postalCode": "52401",
"addressCountry": "US",
"neighborhood": ""
},
"telephone": "(800) 553-8878"

Any suggestions?

Bing | Bing Search APIs | Bing Entity Search API
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.