[Google Shopping API] `min_price` not behaving as expected.
UPDATE (12th Nov): Looks like the issue is with min_price not working as expected. However this seems to be an intermittent issue:
~min_price and max_price not working when used in combination~
~## Just min_price:~
~## Adding max_price:~
Public links: Playground 1 (without max_price) | Playground 2 (with max_price) | Documentation
Internal links: Intercom | Search Inspect 1 (without max_price) | Search Inspect 2 (with max_price)
Thanks @oceansize! Are we sure this isn't the case for that very specific search above ^
Playground example of Google Shopping API working with min and max set: https://serpapi.com/playground?engine=google_shopping&q=laptop&location=Germany&google_domain=google.de&gl=de&hl=de&min_price=400&max_price=4000&no_cache=true&newPara=as_sitesearch+direct_link
Results are returned but only sometimes:
I found the way how to improve consistency, working on it.