facundoolano / google-play-scraper

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

The List method only response 200 applications whatever you set how much num varliable. #625

Open ayjin-dev opened 1 year ago

ayjin-dev commented 1 year ago

gplay.list({ lang: 'en', country: 'us', num: 1000, collection: gplay.collection.TOP_FREE, category: gplay.category.APPLICATION, fullDetail: false, requestOptions: { retry: {limit: 0}, agent: { https: proxy, http: proxy, } } })

// Response only 200 applications, maybe it be stricted by google?

GLBBBB commented 1 year ago

I also encountered the same problem. Have you solved it?

opopoyt commented 10 months ago

same problem encountered, any suggestions?