serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
45 stars 3 forks source link

[Google News Result API] Incorrect `news_results_state` and `showing_results_for` values returned in the response #1527

Closed martin-serpapi closed 2 months ago

martin-serpapi commented 3 months ago

A high volume customer contacted us regarding autocorrected results in our Google News Result API. I've investigated it and an incorrect news_results_state and showing_results_for are returned for some searches.

q="JPMC ceo" OR "JPMC stock" before:2024-01-01 after:2023-01-01

image

Playground | Inspect

However, the actual results in the response are for the exact spelling of the search term, and not the autocorrected one. A search with the latter returns different results in the response:

q="JPMC ceo" OR "JPM stock" before:2024-01-01 after:2023-01-01

image

Playground | Inspect

Intercom