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

How can I list topselling_paid or topselling_free? #29

Closed
harunresitc opened this issue Jan 19, 2019 · 1 comment
Closed

How can I list topselling_paid or topselling_free? #29

harunresitc opened this issue Jan 19, 2019 · 1 comment

Comments

@harunresitc
Copy link

How can I list topselling_paid or topselling_free?
Links:
https://play.google.com/store/apps/category/GAME/collection/topselling_paid
https://play.google.com/store/apps/category/GAME/collection/topselling_free

@danieliu
Copy link
Owner

The README has a section and example for collections.

import play_scraper

data = play_scraper.collection('TOP_FREE', 'GAME_ACTION')
print(data)

I'll update the category list to include GAME as an accepted option since that seems to be missing.

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