baltpeter / parse-play

Library for fetching and parsing select data on Android apps from the Google Play Store via undocumented internal APIs.
MIT License
26 stars 2 forks source link

Top charts: Server-side limit seems to have changed #8

Open baltpeter opened 1 year ago

baltpeter commented 1 year ago

Whereas previously the top charts would have up to 660 entries, I'm now only getting 200 apps per category. It seems like the server-side limit has changed.

We should check whether that's something we can influence through the request or whether we'll have to accept that (and update the documentation accordingly).