JoMingyu / google-play-scraper

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

README.md Update #154

Closed gabrielfiorelli closed 1 year ago

gabrielfiorelli commented 1 year ago

Don't know the best way to comment it, so, here we go.

The response is now returning values for realInstalls, with the real quantity of downloads. This isn't described in the README.md

{ "title": "Pokémon GO", "summary": "Discover Pokémon worldwide", "installs": "100,000,000+", "minInstalls": 100000000, "realInstalls": 449897250, "score": 4.2824965, "ratings": 15335075, "reviews": 978618 }

JoMingyu commented 1 year ago

It added. Thanks.