Apple App Store Reviews Scraper
Pricing
from $0.50 / 1,000 app reviews
Apple App Store Reviews Scraper
Extract customer reviews for any iOS/macOS app from the Apple App Store. Pay per review.
Pricing
from $0.50 / 1,000 app reviews
Rating
0.0
(0)
Developer
Steven Carleton
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Apple App Store Reviews Scraper — iOS & macOS Reviews API
Extract customer reviews for any iOS or macOS app from the Apple App Store in seconds. Get star ratings, review titles, full review text, author names, app versions, helpfulness votes, and timestamps — as clean, structured JSON, CSV, or Excel. Works for every App Store country storefront (US, UK, Germany, Japan, and 170+ more).
No Apple account, no API keys, no browser automation — this Actor reads Apple's official public review feeds, which makes it fast, cheap, and extremely reliable.
What data do you get?
Each result is one review:
| Field | Example |
|---|---|
appId / appName / appDeveloper | 310633997 / WhatsApp Messenger / WhatsApp Inc. |
appAverageRating / appTotalRatings | 4.7 / 13,204,551 |
rating | 1–5 stars |
title | "Great app, but…" |
text | Full review body |
userName | Reviewer's public name |
appVersion | Version reviewed, e.g. 24.11.79 |
updatedAt | ISO 8601 timestamp |
voteSum / voteCount | Helpfulness votes |
country | Storefront, e.g. us |
reviewId / reviewUrl | Unique ID + link |
Use cases
- Competitor & market research — monitor what users praise or complain about in competing apps.
- Product feedback mining — feed reviews into ChatGPT/Claude or your BI stack to cluster complaints, feature requests, and bug reports.
- Reputation monitoring — schedule daily runs and alert on new 1-star reviews of your own app.
- ASO (App Store Optimization) — track how rating mix and review sentiment shift after each release.
- Data for AI agents — call this Actor from an LLM agent or via API to pull fresh review data on demand.
How to use it
- Paste one or more app IDs (
310633997) or App Store URLs (https://apps.apple.com/us/app/whatsapp-messenger/id310633997). - Pick the country storefront and sorting (most recent / most helpful).
- Set max reviews per app (up to 500 — that is the maximum Apple's public feed exposes per app per storefront).
- Run. Download results as JSON, CSV, Excel, or consume them via the Apify API.
Input example
{"appIds": ["310633997", "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"],"country": "us","sortBy": "mostrecent","maxReviewsPerApp": 200}
Pricing
Pay per result: you are only charged for reviews actually extracted — no charge for apps that return nothing.
Suggested store pricing (set in the Apify Console → Publication → Monetization):
reviewevent: $0.0005 per review ($0.50 per 1,000 reviews)Rationale: the current category leader advertises $0.10/1K with a minimal feature set; poorly rated competitors (1.2★ and 2.7★ with hundreds of users) charge more for less reliable output. $0.50/1K positions this Actor as premium-but-cheap; adjust downward to $0.20/1K if conversion is slow. Scraping 1,000 reviews costs the customer $0.50 and completes in under a minute.
FAQ
How many reviews can I get per app? Apple's public feed exposes the ~500 most recent (or most helpful) reviews per app per storefront. To collect more over time, schedule the Actor daily and deduplicate by reviewId. To get more at once, run the same app across multiple country storefronts.
Does it work for macOS apps? Yes — any app with an apps.apple.com listing and public reviews.
Is this legal? The Actor only reads Apple's publicly available review feeds (no login, no personal data beyond what reviewers publish publicly). Review the data-protection guidance in your jurisdiction before redistributing extracted content.
Something broke? Open an issue on the Actor's Issues tab — reliability reports are handled with priority.