App Store Reviews Scraper — Apple iOS Ratings & Reviews
Pricing
Pay per usage
App Store Reviews Scraper — Apple iOS Ratings & Reviews
Export Apple App Store reviews for any app: text, star rating, title, author, version and helpful votes. No Apple account or API key. JSON/CSV/Excel/Google Sheets.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hasnain Nisar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
App Store Reviews Scraper — Apple App Store Ratings & Reviews
Export Apple App Store reviews for any app: review text, star rating, title, author, app version and helpful-vote counts — as JSON, CSV, Excel or Google Sheets. Give it an app ID or App Store URL and get clean, structured reviews in seconds. No Apple account, no API key, no login.
💡 Use cases
- Monitor your app's ratings & sentiment over time
- Track competitor app reviews and feature requests
- Feed reviews into an LLM for theme/sentiment analysis
- Build QA / product dashboards from real user feedback
⚙️ Input
{ "appIds": ["389801252"], "country": "us", "sortBy": "mostRecent", "maxReviewsPerApp": 100 }
- appIds (required) — numeric IDs or full App Store URLs (the ID is auto-extracted).
- country — two-letter store code (
us,gb,de, …). - sortBy —
mostRecentormostHelpful.
📤 Output (one item per review)
{ "app_id": "389801252", "title": "Great update", "text": "...", "rating": 5,"author": "jane_doe", "version": "312.0", "vote_sum": 12, "country": "us" }
❓ FAQ
Do I need an Apple developer account or API key? No — it uses Apple's public RSS feed.
How many reviews can I get? Apple's public feed exposes the most recent/most helpful pages (up to ~500 per app).
Which countries? Any App Store country — set the country code.
Integrations? Apify API, Scheduler, webhooks, Make, Zapier, n8n, Google Sheets, Slack.
⚖️ Disclaimer
Not affiliated with Apple. Reads only Apple's publicly available customer-reviews feed.