-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
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.