google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

Google play scraper for Python inspired by <facundoolano/google-play-scraper>

Results 72 google-play-scraper issues
Sort by recently updated
recently updated
newest added

Issue solved * #126 by adding the similarApps-field to the app-function * #131 by updating the tests according to the new reviewId format * #132 by adding the moreByDeveloper-field to...

**google_play_scraper.VERSION** Write result of `google_play_scraper.VERSION` **Describe the bug** A description of what the bug is. **Code** Copy and paste the code that have issue. ``` print(app( app_id='com.twitter.android', country='hk' )) #...

**Is your feature request related to a problem? Please describe.** App Search by query is currently limited to 30 results. Isn't it possible to get all results through a pagination...

The new iteration of playstore has introduced mechanism to list and categorize apps based on the target device. For example smart watches or TVs: https://play.google.com/store/games?device=tv Can the scraper currently list...

**google_play_scraper.1.1.0** **Describe the bug** app_meta = app( 'com.webserveis.batteryinfo', lang='en', # defaults to 'en' country='us' # defaults to 'us' ) doesn't return any data about app. all the fields are None...

**google_play_scraper.1.2.0** The top featured app does not appear in the result appId: tej.wifithiefdetector is featured in Position 1 in the Philippines but it is excluded in the result For example,...

**google_play_scraper.VERSION** 1.1.0 **Describe the bug** Since 2 days ago, I'm getting different id's (different formats) for the same reviews. Some in the fomrat gp:AOqpTOEo4G_OphpsFbn5WQKTFrGDKK... and some in the format: 36ff9405-0c1e-4d59-b213-2000afeb87f9...

**google_play_scraper.VERSION** Write result of `google_play_scraper.VERSION` 1.1.0 **Describe the bug** app('com.mobirix.swipebrick3') is not giving moreByDeveloper key with the result **Code** Copy and paste the code that have issue. ``` test=app('com.mobirix.swipebrick3') print(test['moreByDeveloper'])...

**google_play_scraper.1.0.2** Write result of `google_play_scraper.1.0.2` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1255, in request self._send_request(method, url, body, headers,...

Hello and thanks for your great work! Do you think it could be possible to add information on the `privacy` details that google play is rolling out in these days?...

ongoing