We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used the code: print(play_scraper.collection( collection='TRENDING', category='GAME_RACING', results=5, page=1))
but get the result: 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME_RACING/collection/movers_shakers?hl=en&gl=us
can you help me?
The text was updated successfully, but these errors were encountered:
This seems to be no longer supported. Check the url, and manual test it in GP, you would figure out this issue
Sorry, something went wrong.
facing the same issue. please help.
check https://github.com/danieliu/play-scraper/issues/72
No branches or pull requests
I used the code:
print(play_scraper.collection(
collection='TRENDING',
category='GAME_RACING',
results=5,
page=1))
but get the result:
404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME_RACING/collection/movers_shakers?hl=en&gl=us
can you help me?
The text was updated successfully, but these errors were encountered: