public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Bing News API] Different results returned in the response than in actual Bing search

Open martin-serpapi opened this issue 2 years ago • 6 comments

Internal Repository Issue

An Enterprise customer reported that our Bing News API returns different results than the actual Bing search. I was able to reproduce it in our Playground.

Inspect

Even if I use different first parameter values, the same 4 results are returned from our Bing News API.

first=10

Inspect

first=30

Inspect

Intercom

martin-serpapi avatar Feb 22 '24 14:02 martin-serpapi

Thanks martin for this.

One thing I noticed that when I remove + sign from the q parameter then I get results but still these results are not matching with those results I get on navigating the search engine query. E.g. request#65d7618f969c0800e6e325b9

vinodagole avatar Feb 22 '24 16:02 vinodagole

Thank you for providing additional information @vinodagole .

I will investigate that as well and will share my findings.

martin-serpapi avatar Feb 22 '24 19:02 martin-serpapi

We'll try using the infinitescrollajax endpoint which returns more Bing News results for our Bing News API.

Initially, Bing News returns 14 results despite count=100 parameter.

Bing returns 14 results for cURL requests.

It's incorrect that only 4 results are returned for SerpApi requests from Bing News.

ilyazub avatar Feb 23 '24 12:02 ilyazub

@ilyazub, can you please give us the timeline till when we can expect this issue is resolved?

vinodagole avatar Feb 26 '24 10:02 vinodagole

@vinodagole I apologize for the issue you are having. Thank you for your patience.

Addressing the first part of the issue related to differences in results between SerpApi and local browser search using the same query.

The reason why you see the difference in results is that your browser is using your IP address for location and not the one you set with mkt parameter.


Using the search that was provided.

Viewed on SerpApi:

Inspect

Viewed from Paris, France:


You can see that the results are identical. And that SerpApi returns results that you would actually see if located in France.


Addressing the second part of the issue related to pagination not working correctly (using first and count parameters). We are currently working on the fix and will update you as soon as it's done.


Please let us know if we have missed something or if you have additional questions.

aciddjus avatar Mar 06 '24 10:03 aciddjus

The customer reported another search for which there are different results returned from our API and the actual Bing News engine. I was able to reproduce it in the Playground.

Inspect

Intercom

martin-serpapi avatar Mar 21 '24 15:03 martin-serpapi