apify-google-play-scraperlisted
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
-