Apple App Store Reviews Scraper avatar

Apple App Store Reviews Scraper

Pricing

from $2.50 / 1,000 review scrapeds

Go to Apify Store
Apple App Store Reviews Scraper

Apple App Store Reviews Scraper

Extract user reviews and ratings for any iOS app from the Apple App Store. Get rating, title, content, version, and author for up to the most recent 500 reviews per country.

Pricing

from $2.50 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Extract user reviews and ratings for any iOS app from the Apple App Store. Get rating, title, full review text, app version, author, and helpful-vote counts for the most recent 500 reviews per country — no developer account or login required.

What you get

  • One dataset record per review with: rating (1–5), title, content, app version, author name, author profile URL, vote counts, and review timestamp
  • Sort by Most Recent (newest reviews first) or Most Helpful (highest-voted reviews first)
  • Multi-country support — pull reviews from 29+ App Store regions, including US, UK, Japan, Germany, Brazil, India, and more
  • Up to 500 reviews per app per country in a single run
  • Export to JSON, CSV, or Google Sheets directly from the Apify console

Use cases

  • Product feedback monitoring — surface complaints, feature requests, and bug reports from real users
  • Competitive intelligence — track sentiment and version-to-version changes across competitor apps
  • App Store Optimization (ASO) — analyze keywords and themes mentioned in positive vs negative reviews
  • Customer support triage — feed reviews into a ticketing system or LLM for tagging and prioritization
  • Localization research — compare review themes across countries to inform regional product decisions
  • Investor / market research — gauge user sentiment and adoption of public-company apps over time

How to use

  1. Find your app's ID — it's the number in any App Store URL. For apps.apple.com/us/app/instagram/id389801252, the ID is 389801252
  2. Paste it into App ID
  3. Choose the Country storefront (reviews are localized — pull each country separately)
  4. Choose Sort By — Most Recent for monitoring, Most Helpful for top sentiment
  5. Set Max Reviews (0 fetches all available, capped at 500)
  6. Click Run — reviews appear in the Dataset tab when complete

Output format

Each dataset record:

{
"reviewId": "14044087091",
"appId": "389801252",
"country": "us",
"rating": 1,
"title": "They removed quizzes",
"content": "No reason to use the app anymore",
"version": "428.2.0",
"author": "nickname.nbbfijxnd",
"authorUrl": "https://itunes.apple.com/us/reviews/id955840349",
"voteCount": 0,
"voteSum": 0,
"updatedAt": "2026-05-08T22:59:32-07:00",
"sortBy": "mostrecent"
}

Input options

FieldTypeDescription
App IDTextApple App Store numeric ID (find it in any App Store URL)
CountrySelectTwo-letter ISO storefront code — us, gb, de, jp, etc.
Sort BySelectmostrecent (default) or mosthelpful
Max ReviewsIntegerCap on reviews to return; 0 = all available, max 500

Limits

  • Apple's customer-reviews feed is capped at 500 reviews per app per country (10 pages × 50 reviews). Older reviews beyond that are not accessible.
  • Reviews are localized per region — to monitor multiple markets, run the actor once per country.
  • Review content reflects what's currently shown on the App Store, including any reviews that may have been hidden, edited, or removed since posting.