4
Google Product API missing local results
complete
Justin O'Hara
Google Product API is not scraping any
local_sellers
in sellers_results
.There are only
online_sellers
being scraped in the response JSON as of right now. Playground:


Activity
Newest
Oldest
Ilya Zub
complete
The bug fix was deployed today but I haven't found a product that has the
Nearby
results. Other search filters work fine and have results.Ilya Zub
in progress
Elizabeth Oster
planned
It looks like Google made a larger change to how they implement the local results for Google Products.
You can currently get local results on Google products with our API by setting the
sellers
parameter to online
in addition to setting the filter
parameter to flocal:1
. Basically Google now does local results through a filter called "Nearby". You can find an example of that here: https://serpapi.com/playground?engine=google_product&product_id=4470751520560525632&location=Austin%2C+Texas%2C+United+States&sellers=online&filter=flocal%3A1&newPara=prdsWe'll update the API and documentation to better accommodate and support this change but currently you can still get local results in some capacity.

Justin O'Hara
under review