Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All pages have the same review #40

Open
marceloeler opened this issue Sep 19, 2019 · 6 comments
Open

All pages have the same review #40

marceloeler opened this issue Sep 19, 2019 · 6 comments

Comments

@marceloeler
Copy link
Contributor

I'm trying to get all reviews of a given app but all pages have the same reviews. For instance, the following requests return the same reviews:
http://localhost:3000/api/apps/com.whatsapp/reviews
http://localhost:3000/api/apps/com.whatsapp/reviews/?page=1
http://localhost:3000/api/apps/com.whatsapp/reviews/?page=2
...

Do you have an idea what might be going on? I have already changed dependency on package.json to scrapper 7.0.1.

@facundoolano
Copy link
Owner

The most recent google-play-scraper is using num instead of pages, this one needs to update to align with that.

@marceloeler
Copy link
Contributor Author

Right. Thanks.
So I just set num to retrieve the number of reviews I want? Let's say I want to retrieve all reviews - do I need to retrieve all of them at once? Is there a way to use "num" as we used "pages"?

@facundoolano
Copy link
Owner

That's a good question, seems like we missed adding a start option along with the num

@marceloeler
Copy link
Contributor Author

That would solve the problem.

@marceloeler
Copy link
Contributor Author

How hard is it do get done?

@facundoolano
Copy link
Owner

Apparently this is not straightforward to do, see here: facundoolano/google-play-scraper#341 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants