public-roadmap
public-roadmap copied to clipboard
[Bing Search API] Results from the API do not match results from Bing search
Our Enterprise Customer reported that the results of our Bing Search API do not match the results of the actual Bing search. They used the bing_url
from the JSON response. I've been able to recreate the issue, and I've been served different results from our API than what's available on Bing. I've tried testing it with and without the VPN (France), and have not been able to get matching results.
Results from the API:
Results from the bing_url
:
Playground | Inspect | bing_url
Customer's inspect
Intercom
Similar issue to https://github.com/serpapi/public-roadmap/issues/1428 and https://github.com/serpapi/public-roadmap/issues/1514
Bing search results are quite random. I tested it on my browser with incognito and without VPN.
I ran the query Coffee
Still doing more experiments to see if we can recognize a pattern.
We with @Ovi, have tried using geo proxy for our Bing Search API. It improves consistency between our API and the actual Bing results.
With geo proxy, the number of results was the same and the results were related to France (cc
parameter we used)
Without geo proxy, the number of results was different and the results were related to the random proxy IP
P.S. Bing results do indeed differ across page reloads.