← ClaudeAtlas

apify-google-play-scraperlisted

Scrape Google Play into structured JSON with the Apify Google Play API Actor (johnvc/google-play-api). Search mode returns ranked apps for any keyword with title, developer, rating, downloads band and the package name; product mode returns the full listing with version, updatedOn, releasedOn, contentRating, containsAds, hasInAppPurchases and the dataSafety declarations; reviews mode returns review text with rating, likes and reviewDate, 20 per upstream page with paging handled. Per-country and per-language storefronts. Use when the user wants a google play scraper, google play scraping, android app data as JSON or CSV, app listing metadata, or Play reviews from code. Pay per result, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-google-play-scraper · ★ 0 · Data & Documents · score 63
Install: claude install-skill johnisanerd/claude-skill-google-play-scraper
# Google Play Scraper. Apps, Listings, Reviews as Structured JSON A Google Play scraper across search, listings, and reviews: keyword in, ranked apps out; package name in, full listing or review rows out. ## When to use this skill - The user wants a "google play scraper" or "android app data" as JSON or CSV. - They need listing metadata: version, last update, content rating, ads and IAP flags, data safety. - They want app reviews with ratings and dates for a package name. - They want a country and language specific view of the store. Not for: keyword rank tracking over time (use the companion apify-play-store-rankings skill) or iOS data (the Apple App Store Actors, see `references/actor-index.md`). ## What you get One dataset row per app, listing, or review. `resultType` tells them apart. - Search rows: `position`, `title`, `developer`, `category`, `rating`, `downloads`, `productId` (the package name), `url`, `thumbnail` - Listing rows add: `version`, `updatedOn`, `releasedOn`, `contentRating`, `price`, `containsAds`, `hasInAppPurchases`, `requiresAndroid`, `inAppPurchases`, `dataSafety`, `ratingBreakdown`, `developerWebsite`, `developerEmail` - Review rows: `reviewId`, `snippet` (the review text), `rating`, `likes`, `reviewDate`, `productId` ## Prerequisites - Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo). - Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Apify Console, Settings, Integrations). ## The Actor -