7 ms·
Here is a crawler for the Play store (Python): https://github.com/ohwang/scraper https://github.com/ohwang/scraper And for the App Store, try the following: (C#
by parad0x1 14y ago
Here is a crawler for the Play store (Python):
https://github.com/ohwang/scraper https://github.com/ohwang/scraper
And for the App Store, try the following:
(C#) https://github.com/geykel/AppStoreScraper https://github.com/geykel/AppStoreScraper
(JS) https://github.com/johncch/AppStoreScraperJS https://github.com/johncch/AppStoreScraperJS
This only scrapes the icons though, but I bet you could adapt it to scrape info too.
- Avalaxy 14y agoThanks! I'm currently trying to write my own scraper for the Apple App Store (C#). Had some code lingering around from the Windows Store crawler that I wrote earlier. I can reuse some parts of it. I'm not sure if the Play Store lists the entire list of apps. The headers say 'popular paid' and 'popular free', but I'm not sure if these are just the 'most popular apps' or 'all apps'.