serpapi / public-roadmap

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

Google Shopping API returns the same products on every page #1646

Closed miro-scalewest closed 4 weeks ago

miro-scalewest commented 4 weeks ago

Playing with Google Shopping API and found that for most searches, it returns the same products even though I change the start position. I can't reproduce it at the playground, but using my API key, seems to be reproducable every time.

image image
kagermanov27 commented 4 weeks ago

@miro-scalewest I have tried to recreate the problem but wasn't able to. I have observed a problem with the request URL you have shared in the images though. An ampersand (&) is missing between the query parameter and the start parameter:

image

Using space between the query parameter and the start parameter is causing the start parameter to be nullified:

start

Example Playground Link

Thank you for your feedback. We would be grateful if you let us know if adding an ampersand resolves your problem.

miro-scalewest commented 4 weeks ago

Yes, the space seems to cause the problem. Thanks.