facundoolano / google-play-api

Turns google-play-scraper into a RESTful API
MIT License
335 stars 121 forks source link

is this api working #71

Closed AbhishekOnedigital closed 8 months ago

AbhishekOnedigital commented 2 years ago

I have downloaded the latest version but it is giving an error

i am calling /api/apps/{bundleid}

image

srikanthlogic commented 2 years ago

Google recently changed the layout and the scraper is breaking. There are fixes being tried out at https://github.com/facundoolano/google-play-scraper/ , will update this once something gets merged upstream.

AbhishekOnedigital commented 2 years ago

Thanks @srikanthlogic

joe21244966 commented 2 years ago

Same problem.wait for update.Thanks.

and found this I fix it https://github.com/facundoolano/google-play-scraper/pull/583

srikanthlogic commented 2 years ago

@facundoolano I suggest we put an note on README and a dev branch here that points to https://github.com/facundoolano/google-play-scraper.git in dependencies, so that people can always attempt to use dev branch if they found master not working. -- Submitted #76, might need to add a note on readme.