apify-app-store-reviews-scraperlisted
Install: claude install-skill johnisanerd/claude-skill-app-store-reviews-scraper
# App Store Reviews Scraper: Apple Reviews to Structured JSON
Scrape Apple App Store reviews into clean JSON with the Apify Apple App Store Reviews API. Give it a numeric product ID or just an app name, pick a country store and a sort order, and get one flat row per review: rating, title, body text, author, reviewed version, and dates.
## When to use this skill
- The user wants to scrape App Store reviews (to JSON, CSV, a sheet, or a database).
- They want the reviews for a specific iOS or macOS app as a dataset.
- They want reviews from a specific country store, or the most critical or most helpful reviews first.
- They ask for an "app store reviews scraper", "apple reviews scraper", or "iOS review export".
Not for: App Store keyword rankings or app search results (use the Apple App Store Search Actor), app listing metadata such as price or screenshots (use the Apple App Store Product API Actor), or Google Play reviews (different store, different Actor).
## What you get (one row per review)
`review_id`, `review_title`, `review_text`, `rating` (integer 1 to 5), `review_date` (locale string) plus `review_date_iso`, `reviewed_version`, `author_name`, `author_id`, `product_id`, `app_platform` (ios or macos), `app_country`, `sort_order`, `page_number`, `position_on_page`, `position_global`, `total_page_count`, `reviews_for_current_version`, `fetch_timestamp`. When a review carries helpfulness votes and `parse_helpfulness` is on, `helpful_count` and `total_helpful_count` are