JoMingyu / google-play-scraper

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

How does sort feature work? #159

Closed EuphoriaCelestial closed 1 year ago

EuphoriaCelestial commented 1 year ago

Hi @JoMingyu , thank you for a very useful repo, I just have a quick, short question: How does your sort by newest function work? I can't find the sorting code anywhere and what is the key/timestamp/... did you based on to sort?

JoMingyu commented 1 year ago

It uses what is provided by Google Play's query parameter unit. It's a little complicated, but you can see through the part that builds the request body.