App Store Reviews Scraper — Apple iTunes RSS (No API Key)
Pricing
from $1.00 / 1,000 reviews
Go to Apify Store
App Store Reviews Scraper — Apple iTunes RSS (No API Key)
Scrape Apple App Store customer reviews: rating, title, body, author, version, date. Uses Apple's open iTunes RSS feed — no API key needed. Pay per review.
Pricing
from $1.00 / 1,000 reviews
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
0
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape Apple App Store customer reviews for any iOS/macOS app. Uses Apple's open iTunes RSS API — no API key required. Pay per review scraped.
What you get
| Field | Description |
|---|---|
review_id | iTunes review ID |
app_id | Numeric App Store app ID |
country | Storefront country (e.g. us) |
rating | 1–5 star rating |
title | Review title |
body | Full review text |
author | Reviewer username |
author_url | Reviewer profile URL |
app_version | App version reviewed |
date | Review date (ISO 8601) |
vote_count | Total helpfulness votes |
vote_sum | Net helpful votes |
parse_confidence | Data quality score 0.0–1.0 |
warnings | List of parse warnings |
Usage
- Find your app ID: look at the App Store URL —
id389801252→ ID is389801252 - Enter the app ID or paste the full App Store URL
- Choose country code (default:
us) and max reviews - Run — results appear in the dataset
Input example
{"appId": "389801252","country": "us","maxReviews": 200}
Or paste the full URL:
{"appId": "https://apps.apple.com/us/app/facebook/id389801252"}
Limits
- iTunes RSS provides up to 10 pages × 50 reviews = 500 reviews per app per country
- Reviews are sorted by most recent
- Supports all App Store country storefronts
Why this scraper?
- No API key required — Apple's RSS is completely open
parse_confidencescore flags incomplete records automatically- Lightweight and reliable — direct JSON API, no HTML parsing