0

Can I get bing.com search results in JSON without AppID.

I found that I can get bing search results in JSON, but it seem to require appid. I wonder if tehre is another way without teh appid. I just want to use it for my own need in console.

exebook
  • 32,014
  • 33
  • 141
  • 226

1 Answers1

1

What type of results do you want to get? Web results only?

I think that the easiest way is to use rss. You will get XML but it is easy to transform it to json. Use URL like:

http://www.bing.com/search?format=rss&q=seattle

vmg
  • 9,920
  • 13
  • 61
  • 90