10

i have created the site in which i want to use bing search API. for that it require AppID but i didn't get the AppID. i tried to create a AppId on (azure market place) by creating the windows live ID. i created the client id and register the application. can any one suggest me how get the AppID for bing search API?

ravikiran
  • 105
  • 1
  • 1
  • 7

1 Answers1

8

To use the new Bing Search API, you need to use your account key to authenticate. The AppID was the old method of authenticating soon to be deprecated Bing Search API 2.0. You can find your account key on your account information page.

You can see an example of implementing the current Bing search API in this question.

Community
  • 1
  • 1
John C
  • 8,223
  • 2
  • 36
  • 47
  • i tried this code but i got the following error if u have a solution plz reply me https://api.datamarket.azure.com/Bing/Search/Image?$format=json&Query=%27sushi%27 Warning: file_get_contents(https://api.datamarket.azure.com/Bing/Search/Image?$format=json&Query=%27sushi%27) [function.file-get-contents]: failed to open stream: Connection refused in /home/rahulr/public_html/searchere/mig.php on line 46 Warning: Invalid argument supplied for foreach() in /home/rahulr/public_html/searchere/mig.php on line 52 – ravikiran Aug 04 '12 at 12:14
  • If you signed up through the link I posted it is for Web search only. If you want to search for images make sure you are signed up for this service: https://datamarket.azure.com/dataset/bing/search – John C Aug 04 '12 at 13:20