App Store Reviews Scraper — iOS Ratings & Reviews
Pricing
Pay per usage
App Store Reviews Scraper — iOS Ratings & Reviews
Scrape App Store reviews and ratings for any iOS app: rating, title, text, version, author and helpfulness votes. Multiple countries per run, app metadata and rating breakdown included. No login, no API keys.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
FEDOR TRYAKIN
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape App Store reviews and ratings for any iOS app — by app ID, by App Store URL, or by searching app names. No login, no API keys, no tokens: the Actor reads Apple's public endpoints directly, so it is fast, cheap and reliable.
What you get
Per review:
| Field | Example |
|---|---|
rating | 1 … 5 |
title | "Great update!" |
text | full review body |
version | 12.8 — app version reviewed |
author | reviewer nickname |
voteSum / voteCount | helpfulness votes |
updated | 2026-06-11 |
country | us |
Per app (always returned, even with zero reviews): app name, developer, store rating, total ratings count, genre, price, and a ready-made rating breakdown (how many 1★/2★/.../5★ among scraped reviews) plus the average of what was scraped.
Why this scraper
- Search or direct — give app IDs/URLs, or just type a name and the Actor finds the apps and scrapes them.
- Multiple countries per run — reviews are localized; collect
us,gb,de,kz… in one go and compare. - Always explicit — every app returns metadata and a status, never a silent empty result.
- Built-in analytics — rating breakdown and averages, no post-processing.
Use cases
- App Store Optimization (ASO) — track sentiment and rating trends per version and country.
- Product feedback — pull what users complain about right after a release.
- Competitor monitoring — compare ratings and review volume of rival apps.
- Market research — find apps by keyword and measure their reception.
- Alerting — run on a Schedule, diff datasets, get notified of new 1★ reviews via integrations (Slack, email, webhooks).
Input
{"appIds": ["686449807", "https://apps.apple.com/us/app/x/id389801252"],"searchTerms": ["pdf scanner"],"countries": ["us", "gb", "de"],"maxPages": 5,"sort": "mostRecent"}
appIds— numeric IDs or full App Store URLs.searchTerms— find apps by name (each returns up to 10 apps).countries— two-letter App Store codes; reviews are localized.maxPages— Apple exposes up to 10 pages (~50 reviews each) per app/country.sort—mostRecentormostHelpful.
Output example
{"type": "review","appId": "686449807","country": "us","rating": 1,"title": "Ban","text": "Got banned for no reason...","version": "12.8","author": "Meovvm","voteSum": 0,"voteCount": 0,"updated": "2026-06-11"}
{"type": "app","appId": "686449807","country": "us","name": "Telegram Messenger","seller": "Telegram FZ-LLC","rating": 4.01,"ratingsCount": 270938,"reviewsScraped": 100,"avgScrapedRating": 2.92,"ratingBreakdown": { "1": 41, "2": 5, "3": 11, "4": 7, "5": 36 }}
FAQ
Do I need an Apple account or API key? No — only public endpoints.
How many reviews can I get? Apple exposes up to ~500 most-recent reviews per app per country (10 pages × ~50). Scrape multiple countries to get more.
Can I monitor an app on a schedule? Yes — create a Task, attach a Schedule, and consume new reviews via API, webhooks or integrations.
Android / Google Play? This Actor covers the Apple App Store.