facundoolano / google-play-scraper

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

Search only returning 13-30 results #666

Closed Derianna closed 11 months ago

Derianna commented 11 months ago

When using search I am only getting 13-30 results with any term e.g.

gplay.search({ term: "clock", num: 250, lang: 'en', country: 'uk', }).then(console.log, console.log);

sometimes gives 13 and sometimes gives 30 results. Should I be adding a loop to get the 250?