Get business type/industry from Bing Phonebook API

筅森魡賤 提交于 2019-11-29 17:40:47

I'm not 100% sure, but I don't think the API has a category option. However, I think if you simply included the category in the search query, you would get better results. It's essentially a standard google(bing in this case, obviously) search so you can have it search for any number of terms.

So to find starbucks and define that it should be coffee:

"&Query=starbucks coffee"

Another tip: Unless distance is absolutely important, use:

SortBy=Relevance

This seems to help reduce dumb results

I have confirmed the above answer is right, but I wanted to add that you can sort on both the relevance and the distance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!