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

Collection Request Returns 404 #76

Open
alec0xFFFFFF opened this issue Sep 17, 2020 · 1 comment
Open

Collection Request Returns 404 #76

alec0xFFFFFF opened this issue Sep 17, 2020 · 1 comment
Labels

Comments

@alec0xFFFFFF
Copy link

Describe the bug
The play_Scraper collection method returns a 404 error. I suspect Google changed their query string parameter/api schema.

To Reproduce
Steps to reproduce the behavior, e.g. the full example code, not just a snippet of where the error occurs!

print(play_scraper.collection(
        collection='TRENDING',
        category='GAME_RACING',
        results=5,
        page=1))

Returns the following error
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME_RACING/collection/movers_shakers?hl=en&gl=us

Expected behavior
It should return a response in json with the app info.

Desktop

  • OS: macOS 10.14
  • Python Version 3.7.2
  • play_scraper Version 0.5.1

Additional context
I ran this the other day and I remember it working.

@SrijaAlla
Copy link

Yes. Can someone tell me how to solve this?

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

No branches or pull requests

2 participants