market_bot icon indicating copy to clipboard operation
market_bot copied to clipboard

Google Play Android App store scraper

Results 6 market_bot issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

will you plan such option?

feature
help wanted

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...

feature
help wanted

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...

feature
help wanted