JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
722 stars 197 forks source link

[FEAT-REQ] Could we search more than 30 app information? #219

Open gaolongxi opened 1 week ago

gaolongxi commented 1 week ago

I'm always frustrated when i want to crawl more than 30 apps using search() method and one keyword. For example, I want to crawl the app information of the top 100 of the ART&DESIGN category. Although i run search() more than one time, it will respond the same 30 app information. Maybe some pagination solution could help? Thanks for your contribution anyway.