← ClaudeAtlas

app-store-apilisted

Apple App Store data toolkit via ScraperSocial — app metadata, user reviews, keyword search, category charts and storefront locations.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# App Store API skill Read public Apple App Store data as clean JSON. This App Store API skill returns app metadata, user reviews, keyword search results, ranked category lists and the storefronts an app is available in — the raw material for app store optimisation, competitor tracking and review analysis. Every endpoint here costs 1 credit, which makes it cheap to poll regularly. This skill wraps **6 live App Store endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are doing ASO work: checking how an app ranks for a keyword, or what its listing says. - You need user reviews for an app to summarise sentiment or track a regression after a release. - You are building a competitor watchlist and want category charts over time. - A user pastes an App Store link and asks what the app is or how it is rated. ### Do not use this skill when - **You need App Store Connect data** — sales, installs, crash reports or anything tied to a developer account. This reads the public storefront only. - **You need Google Play data.** Use the `google-play-api` skill; the two stores are separate endpoints with different app identifiers. - **You want download or revenue estimates.** The API returns what the storefront publishes; it does not model private metrics. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](htt