market_bot
market_bot copied to clipboard
Google Play Android App store scraper
Additional check if more_from_developer exists (prevent from failing with `undefined method 'children' for nil:NilClass` Currently, more_from_developer is fetched only from pages like [WeatherPro](https://play.google.com/store/apps/details?id=com.mg.android&hl=en&gl=us) and not like [My Little Pony Celebration](https://play.google.com/store/apps/details?id=com.hasbro.mlpcoreAPPSTORE&gl=us&hl=en)...
While running the example code - with other apps happens too-: ```ruby # Download/parse the app. app = MarketBot::Play::App.new('com.facebook.katana') app.update ``` I get the following error quite frequently -Added the...
Hi, The pagination system used by Google on the search result pages has changed. Your search method doesn't works anymore, it always returns de same 20 results. (the start and...
This is something I'm really looking for in an asynchronous scraper. How much work would be required to have it supported? I'm open to working on including it, if the...