Google Play Scraper avatar
Google Play Scraper

Pricing

$0.30 / 1,000 results

Go to Store
Google Play Scraper

Google Play Scraper

Developed by

Curious Coder

Curious Coder

Maintained by Community

Scrape google play store to get apps, details, developers, categories and reviews. If you are looking for a reliable google play reviews scraper you should give this tool a try

1.5 (2)

Pricing

$0.30 / 1,000 results

28

Total users

1.2K

Monthly users

114

Runs succeeded

93%

Issues response

37 days

Last modified

a year ago

MS

Run Fails When App URL Returns 404 (App Not Found)

Open

m.s.e opened this issue
a month ago

Hi there,

I noticed that the actor crashes completely whenever a Google Play URL points to an app that no longer exists (404 error). The run stops instead of skipping the missing app.

Here’s part of the error log:

Error: App not found (404) at google-play-scraper/lib/utils/request.js:41:19 ... at async main.js:86:22

It would be great if the actor could catch this error and continue processing the rest of the apps.

Thanks!

curious_coder avatar

In order to quickly identify the reason of your issue, I need to inspect your run.

Please share the URL of the run where you faced this issue. You can find your runs on this page: https://console.apify.com/actors/runs

curious_coder avatar

FYI - I will have to close the issue if I don't get the run URL in next 24 hours

BL

bleta

25 days ago

Same issue here. Currently using a python script for pre-validating the urls for now. PITA but works.