1

I read the Bing documentation but can't find a way to query Bing for local listing information such as name, address, phone, website, claimed or not, number of reviews and some snippets, and images associated with the listing if any, etc. Is there any RESTFul search API for this purpose? Could you point me to the correct API?

Thank you a lot.

user755806
  • 6,565
  • 27
  • 106
  • 153

1 Answers1

1

You will be able to find this kind of information in Bing Maps for Enterprise platform. Here some links that might be helpful:

You should be able to find what is appropriate to your needs and also keep in mind the licensing associated to those platform and services.

Nicolas Boonaert
  • 2,954
  • 1
  • 20
  • 28
  • Thanks for your reply. i am using Java. can i use java to call the API ? Thanks! – user755806 Jul 09 '13 at 14:13
  • Yes of course you can, all services described here are usable in any languages. Prefer JSON response (rather than XML), response would be smaller in most of the cases. Call a REST service using Java should be pretty simple, see: http://stackoverflow.com/questions/7177628/calling-restful-service-from-java – Nicolas Boonaert Jul 09 '13 at 15:48
  • How do I search for Business listing data using Bing Search API? Couldn't find adequate documentation on that. – Ananth Feb 03 '15 at 11:37
  • Here are the basic that you should be able to update using the new URI: http://www.bing.com/developers/s/APIBasics.html – Nicolas Boonaert Feb 03 '15 at 13:15