App Store Reviews (uncapped)
Under maintenancePricing
from $0.10 / 1,000 reviews
App Store Reviews (uncapped)
Under maintenanceiOS App Store reviews beyond Apple's 500-per-country cap, aggregated across storefronts and deduped, plus app metadata. Official public RSS, no key.
Pricing
from $0.10 / 1,000 reviews
Rating
0.0
(0)
Developer
Heenal Rajani
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
15 days ago
Last modified
Categories
Share
App Store Reviews (uncapped) ⭐
Pull iOS App Store customer reviews for any app — past Apple's 500-review-per-country limit — by aggregating across storefronts and de-duplicating, plus full app metadata. No API key, no login, no anti-bot: it uses only Apple's official public RSS feed and iTunes lookup API.
The most complete App Store review scraper and iOS app reviews API for ASO keyword research, review sentiment analysis, and competitor monitoring.
The problem this solves
Apple's public reviews feed caps at ~500 reviews per app, per country. Every basic scraper hits that wall. This actor gets around it the clean way — each App Store storefront (country) exposes its own ~500, so pulling from several and merging (deduped by review ID) gives you thousands of real reviews. Want everything? Pass more countries.
Who uses this
- App developers & PMs monitoring reviews and triaging complaints at scale.
- ASO / app-marketing teams mining review language for keywords and sentiment.
- Competitive analysts studying a rival app's full review history.
- AI agents doing app research / sentiment analysis (clean JSON, per-review billing).
Input
{"appId": "618783545","countries": ["us", "gb", "ca", "au"],"sortBy": "mostRecent","maxReviews": 2000}
| Field | Required | Description |
|---|---|---|
appId | ✅ | Numeric App Store id (the number in the apps.apple.com URL) |
countries | Storefronts to pull from; each adds up to ~500 more (deduped). Default ["us"] | |
sortBy | mostRecent or mostHelpful | |
maxReviews | Cap on total reviews returned | |
includeAppInfo | Also store app name, developer, average rating, total count |
Output
Each review: review_id, country, author, rating (1–5), title, review, app_version, updated. App metadata (name, developer, average rating, total rating count) is saved to the key-value store as APP_INFO.
Pricing
Pay per review returned. App metadata lookup is free.
How it works
For each requested storefront it walks Apple's public customerreviews RSS (up to its 10-page / 500-review limit), parses the JSON, normalizes each review, and merges across countries with de-duplication by review ID. Everything comes from Apple's official public endpoints — nothing gated or scraped from protected pages.
FAQ
How do I find the app id? It's the number in the App Store URL, e.g. apps.apple.com/us/app/slack/id618783545 → 618783545.
Can I really get more than 500 reviews? Yes — by adding storefronts. One country ≈ 500; ten countries ≈ up to 5,000, deduped.
Android / Google Play? Not yet — this is iOS App Store only.
Roadmap
- Google Play reviews companion actor
- Incremental mode (only reviews since last run)
- Standby mode for low-latency agent lookups