App Store Reviews Scraper (Apple) avatar

App Store Reviews Scraper (Apple)

Pricing

from $2.00 / 1,000 reviews

Go to Apify Store
App Store Reviews Scraper (Apple)

App Store Reviews Scraper (Apple)

Scrape customer reviews from the Apple App Store: rating, title, text, author, version and date, by app ID or name, across any country storefront. No API key needed.

Pricing

from $2.00 / 1,000 reviews

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

App Store Reviews Scraper (Apple) ⭐

Scrape customer reviews from the Apple App Store — rating, title, text, author, version and date — by app ID or name, across any country. No API key required.

App reviews are gold for product teams, marketers and competitor analysis. This Actor pulls the most recent reviews for one or more iOS / Mac App Store apps, from any country storefront, and returns clean structured records. Point it at your app (or a competitor's), filter by rating, and go.

Uses Apple's public reviews feed — no key, no login, no browser. Public review data.


What you can do with it

  • Track your app's reviews — monitor sentiment, catch 1-star complaints fast.
  • 🕵️ Competitor analysis — read what users love and hate about rival apps.
  • 🗣️ Voice of customer — mine feature requests and bugs from real users.
  • 🌍 Multi-country — compare reviews across storefronts (US, UK, DE, …).
  • 🔔 Review alerts — run on a schedule and push new low-star reviews to Slack.

Features

  • No API key — works out of the box.
  • By app ID or name — pass IDs directly, or let it resolve names.
  • Multi-app, multi-country — many apps and storefronts per run.
  • Rating filters — e.g. only 1–2 star reviews.
  • Low-maintenance — official Apple endpoints.

Finding an app's ID

The app ID is the number in the App Store URL: apps.apple.com/app/instagram/id389801252 → app ID is 389801252. Or just pass the app name and the Actor resolves it.

Input

FieldDescription
App IDsNumeric App Store IDs, e.g. 389801252.
App namesNames to resolve automatically, e.g. Spotify.
Country storefrontsTwo-letter codes, e.g. us, gb, de.
Sort reviews byMost recent or most helpful.
Min / Max ratingKeep only reviews in a star range.
Max reviews per appUp to ~500 (Apple's public cap).
Max resultsOverall cap.

Example — recent 1–2 star reviews for two apps

{
"appIds": ["389801252"],
"appNames": ["TikTok"],
"countries": ["us", "gb"],
"sortBy": "mostRecent",
"minRating": 1,
"maxRating": 2,
"maxReviewsPerApp": 200
}

Output

Each row is one review:

{
"app_id": "389801252",
"app_name": "Instagram",
"country": "us",
"review_id": "1234567890",
"rating": 1,
"title": "Too many ads",
"content": "The latest update is full of ads…",
"author": "someuser",
"author_url": "https://itunes.apple.com/us/reviews/id123456789",
"app_version": "300.0",
"vote_sum": 4,
"vote_count": 5,
"updated": "2026-07-14T09:12:00-07:00"
}

Run it on a schedule

Schedule the Actor to pull new reviews daily, and connect a Slack / email / webhook / Google Sheets integration to route negative reviews straight to your team.

Notes & limitations

  • Uses Apple's public reviews RSS — no key needed.
  • Apple's public feed returns up to ~500 of the most recent reviews per app per storefront.
  • Reviews are per country storefront — add more countries for more coverage.
  • Covers the Apple App Store. (Google Play uses a different, scraping-based approach.)
  • This is public review data.

Keywords

App Store reviews, app reviews scraper, Apple App Store, iOS app reviews, app ratings, customer reviews, review scraper, app store data, ASO, app marketing, competitor analysis, voice of customer, sentiment, app feedback, mobile app reviews, review monitoring, app intelligence, user reviews, iTunes reviews, app store scraper.