JoMingyu / google-play-scraper

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

[FEAT-REQ] Detect wether an app has geographic restrictions #82

Closed pnu-s closed 3 years ago

pnu-s commented 3 years ago

Hello there and thanks a lot for your tool! :+1:

Is your feature request related to a problem? Please describe.

We are considering adding google-play-scraper into our project https://github.com/Exodus-Privacy/exodus and there is one more feature that we'd love to have: be able to know whether the app can be downloaded or not.

Some apps have geographic restrictions, which means if I try to download them from a specific country I won't even have an Install button.

Describe the solution you'd like

Depending on the country I set with the country option, have an additional boolean field such as canBeDownloaded A description of what you want to happen.

Thanks a lot! :wave:

pnu-s commented 3 years ago

Duplicate of #72 Forget it!