← ClaudeAtlas

google-play-apilisted

Google Play data toolkit via ScraperSocial — Android app metadata, user reviews, keyword search and store categories.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Google Play API skill Read public Google Play data as clean JSON. This Google Play API skill returns Android app metadata, user reviews, keyword search results and the store's category list — the Android half of app store optimisation work, at 1 credit per call. This skill wraps **4 live Google Play endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are doing ASO for an Android app and need listing data or rankings for a keyword. - You need Play Store reviews to track sentiment after a release. - A user pastes a Play Store link and asks what the app is or how it is rated. ### Do not use this skill when - **You need Play Console data** — installs, revenue, crash rates, or anything tied to a developer account. This reads the public storefront only. - **You need iOS data.** Use the `app-store-api` skill; app identifiers differ between the two stores. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does | Input | Credits | |---|---|---|---| | `get_app_info.js` | Get Google Play app info. | handle | 1 credit | | `get_app_reviews.js` | List Google Play app reviews. | handle | 1 credit per review | | `app_search.js` | List Google Play app search. | query | 1 credit per app | | `get_ca