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

Reverse engineered prompt

GitHub

Build me a Node.js package that lets people pull public app information from Google Play with simple function calls.

I want someone to be able to give it an app id and get back useful details like title, description, installs, rating, price, developer info, images, screenshots, category, content rating, version, update date, permissions, data safety info, and the Play Store URL. It should also let them search apps by keyword, get top app lists by category or collection, find apps from a developer, get search suggestions, fetch reviews, find similar apps, and list available categories.

Please make the results clean JSON objects that are easy to use in another project. Include sensible options for language, country, number of results, and whether to fetch full details. Add clear error handling because Google Play pages can change. Include simple examples, basic tests, and TypeScript definitions if possible. Look up current Google Play behavior online if you need to.

Want more depth? Deep Reverse