facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 631 forks source link

List function is returning an empty array #533

Open ozrendev opened 2 years ago

ozrendev commented 2 years ago

Description:

CLUSTER_NAMES mapping needs to be updated for TOP_FREE, TOP_PAID, GROSSING otherwise it returns an empty array and cannot create clusterUrl

Example code:

gplay.list({
    category: gplay.category.COMICS,
    collection: gplay.collection.TOP_FREE,
    num: 2
  })
  .then(console.log, console.log);

Error message:

clusterUrl returns empty array

facundoolano commented 2 years ago

can you check if this still happens with the latest version?