JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
722 stars 197 forks source link

[QUERY] Results are different when executed from different machines #210

Open pratul20 opened 4 months ago

pratul20 commented 4 months ago

Library version 1.2.6

Describe the bug When using Sort.NEWEST, the list of reviews provided by the reviews() function works well on windows machine, but doesn't work as expected in Linux. Therefore, returning different output on both machines. I'm not sure it is because of different IP or different Machine. On Linux, it returns reviews of 15-20 days before, not the Latest ones. In contrast, on windows, Even if I fetch 1000 reviews of the same app, it gives all the reviews of it which are not older than 5 days.

Expected behavior It should be giving the same output independent of IP or Machine