App Store Reviews Scraper

Apple App Store reviews for any iOS app and country storefront: rating, title, text, version, author, date, plus app metadata.

Apple exposes the 500 most recent reviews per app per country (sorted by most recent or most helpful). Run on a schedule and deduplicate by reviewId to build a history.

Run it

curl -X POST https://fetchsmith.com/api/v1/run/app-store-reviews-scraper \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"apps": ["https://apps.apple.com/us/app/notion-notes-tasks-ai/id1232780281"], "countries": ["us", "gb"], "maxReviewsPerApp": 100, "max_results": 200, "sort": "mostRecent"}'

Price: 1 credit per result (credit packs). Also available on Apify Store with pay-per-event pricing.

Output fields

Sample output

{
  "appId": "1232780281",
  "appName": "Notion: Notes, Tasks, AI",
  "averageRating": 4.78,
  "content": "It\u0027s probably because I\u0027m new but it is really confusing to work with.",
  "country": "us",
  "rating": 4,
  "ratingCount": 90020,
  "reviewId": "14522836737",
  "title": "Confusing",
  "version": "1.7.333"
}

Only publicly accessible pages are read. Respect the source site's terms when using the data.