google-play-scraper
google-play-scraper copied to clipboard
Google play scraper for Python inspired by <facundoolano/google-play-scraper>
- contribution guide - branch protection rule - etcs
Hello, I am trying to download all the reviews, but the code is working only for 178 reviews. lang="jp" country="jp" id="jp.go.mhlw.covid19radar" app_reviews = reviews_all( id, sleep_milliseconds=0, country=country count=200 ) How...
**Library version** 1.2.6 **Describe the bug** I cannot download all the reviews of an app with large amount of reviews. The number of downloaded reviews is always a multiple of...
[BUG]
from google_play_scraper import Sort, reviews import pandas as pd store_id='com.fantome.penguinisle' result, continuation_token = reviews( store_id, lang='en', # country='in', # sort=Sort.NEWEST, # defaults to Sort.NEWEST,MOST_RELEVANT # count=100, # filter_score_with=5 # defaults...
**Library version** 1.2.6 **Describe the bug** Every time that I ran my script returns a diferent numbers of reviews **Code** import pandas as pd from google_play_scraper import Sort, reviews_all result...
**Library version** 1.2.6 **Describe the bug** When using Sort.NEWEST, the list of reviews provided by the reviews() function works well on windows machine, but doesn't work as expected in Linux....
I've seen that while you scrolling search page, Google Play executes a request with weird response which contains information about the apps which just loaded. Is it a way to...
**Is your feature request related to a problem? Please describe.** We need to do weekly analysis of play store reviews and every time we have to manually count number of...