raulr / google-play-scraper

A PHP scraper to get app data from Google Play
MIT License
125 stars 65 forks source link

404 - File Not Found Requested resource not found #38

Open DKSoomro opened 3 years ago

DKSoomro commented 3 years ago
$scraper = new Scraper();
$apps = $scraper->getList('topselling_free', 'SOCIAL');
return print_r($apps);

returning 404 - File Not Found Requested resource not found

Also,

$apps = $scraper->getListChunk('topselling_free', 'SOCIAL', 20, 80);
return print_r($apps);

is returning the same

404 - File Not Found Requested resource not found My project is in CodeIgniter and I want listing from Google PlayStore. Please I need the solution ASAP. Anyone?