JoMingyu/google-play-scraper — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python package for scraping public Google Play Store data without needing an API key or extra dependencies.

I want to be able to pass in an Android app id like com.nianticlabs.pokemongo and get back a normal Python dictionary with the app title, description, rating, review count, install counts, price, whether it has ads or in app purchases, developer info, genre, screenshots, video links, release date, update date, version, content rating, and recent comments if they’re available.

Please make the API simple for beginners, with sensible defaults for English and US, but let me change language and country. It should fail cleanly when an app can’t be found or Google changes something. Add a clear README with install instructions and copy paste examples, plus tests for the main scraper behavior. Keep the code clean and lightweight. If Google Play’s page format has changed, look up current examples online and adjust the parser.

Want more depth? Deep Reverse