serpapi / public-roadmap

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

[Yahoo Search API] `title` is not scraped in `local_results` #1680

Closed zyc9012 closed 2 months ago

zyc9012 commented 3 months ago

image

Playground Inspect

ocvit commented 3 months ago

Follow-up after detailed investigation.

We're missing out not only title but whole bunch of other things as well. Yahoo changed their local_results layout in both desktop and mobile versions.

Beside that, gps_coordinates extraction has been broken all this time, providing non-normalized data and only for the first business, e.g.:

[{"latitude": "40.78343","longitude": "-73.97946%3B"},null,null,null,null]

That's gonna be big PR.

ocvit commented 2 months ago

Fix has been released.

All recent changes in Yahoo layouts have been addressed.

Desktop:

Screenshot 2024-07-12 at 17 10 53

Mobile:

Screenshot 2024-07-12 at 17 12 23