For some reason, when using Bing API, I get a drastically lower number of results then when just using my browser to search bing.
For Example: for the query washington, In the API with http request I get 42 results, while when using the browser I get ~753,000,000 results.
[the first link is "broken" since I removed my app id from the source, but it is a valid url when adding the app id].
Question: Any idea why? Am I using the API wrong? my http request is:
http://api.bing.com/xml.aspx?AppId=<my app id>&Query=washington&Sources=Web
My app uses the rough estimation of "number of results" from Bing API.
I know the results number shown is not exact. I don't need exact... I only need to know what is the scale, [few? thousands? millions?], so please do not answer it is not exact, it will not be helpful.
p.s. It worked perfectly until about 2 weeks ago, and the http request did not change during this time.