serpapi / public-roadmap

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

[Google Shopping API] Some Searches Missing `source`field in `inline_shopping_results` #2055

Open schaferyan opened 3 days ago

schaferyan commented 3 days ago

An Enterprise Customer reported some Google Shopping API responses are missing the source field in inline_shopping_results.

Screenshot 2024-10-24 at 11 08 34 AM

The customer provided an example. However I was unable to replicate the issue in the Playground, even by resubmitting the customer's search several times with no_cache=true. I've asked them for additional examples.

Public links: Playground

Internal links: Intercom | Search Inspect

btaunt commented 2 days ago

I'm having a hard time replicating this issue myself on multiple searches. Looking at the generated HTML from the provided inspect link leads me to believe it was an issue rendering/loading?

Seems the hover event for each inline_shopping_results items failed to render (which is where the non-truncated source is pulled from). More details / reproducible steps would be helpful! 👍