App Store Reviews Scraper — Unlimited | $5/1K
Pricing
$5.00 / 1,000 results
App Store Reviews Scraper — Unlimited | $5/1K
Apple App Store reviews past the 500-per-country cap — sweeps every major storefront for tens of thousands per app. Each review carries the app version, so complaints map to releases. Plus app details, prices, search and charts. For ASO and competitor research.
Pricing
$5.00 / 1,000 results
Rating
0.0
(0)
Developer
Finjard Neumeier
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
App Store Reviews & App Data Scraper
Extract Apple App Store reviews, app details, ratings, search results and top charts. No developer account, no API key, no login.
Why this scraper
Past the 500-review cap. Apple returns at most 10 pages per storefront — 500 reviews — and answers page 11 with an error. Scrapers built the obvious way stop there, no matter how many reviews an app has. This one sweeps multiple country storefronts, each holding its own 500, so a single app can yield tens of thousands of reviews.
App version on every review. Apple exposes which build the reviewer was running. That is the column that turns a pile of complaints into "the 2.4.0 release broke something" — and most exports drop it.
Current-version rating separately. A 4.7-star average hides a bad update. The app mode returns the overall rating and the current-version rating side by side, so a drop is visible immediately.
What you can extract
| Mode | What you get |
|---|---|
| Reviews of an app | Star rating, title, full text, app version, reviewer, helpfulness votes and storefront |
| App details and ratings | Price, category, developer, ratings overall and for the current version, release dates, size, languages |
| Search the App Store | Find apps by keyword with all the detail fields attached |
| Top charts | Free, paid, grossing and new-app rankings for any country and category |
Quick start
- Pick Reviews of an app.
- Paste an App ID (
310633997) or a store URL. - To get more than 500 reviews, tick Use all major storefronts.
- Click Start, download as CSV, Excel or JSON.
Example inputs
All recent reviews of an app
{"mode": "reviews","appIds": ["310633997"],"countries": ["us"],"maxItems": 500}
Tens of thousands of reviews across every major market
{"mode": "reviews","appIds": ["571800810"],"allCountries": true,"maxItems": 10000}
German and Austrian reviews only
{"mode": "reviews","appIds": ["310633997"],"countries": ["de", "at"],"maxItems": 1000}
Compare your app against competitors
{"mode": "apps","appIds": ["571800810", "493145008", "1307736395"]}
Find every app in a niche
{"mode": "search","searchQuery": "habit tracker","countries": ["us"],"maxItems": 200}
Track the charts in several markets
{"mode": "charts","chartType": "topgrossingapplications","countries": ["us", "gb", "de", "jp"],"maxItems": 400}
Output fields
Reviews
| Field | Description |
|---|---|
rating | Stars, 1 to 5 |
title, review | Headline and full body |
appVersion | Which build the reviewer was running |
country | Which storefront the review came from |
authorName, authorUrl | Who wrote it |
updatedAt | When it was posted or last edited |
helpfulVotes, totalVotes | Community response |
appId, appName, reviewId, url | Identifiers and link |
Apps
| Field | Description |
|---|---|
name, developer, developerId, bundleId | Identity |
averageRating, ratingCount | Overall reception |
averageRatingCurrentVersion, ratingCountCurrentVersion | Reception of the current build |
price, currency, isFree | Pricing in the chosen storefront |
version, currentVersionReleaseDate, releaseNotes | Current release |
releaseDate | When the app first shipped |
primaryGenre, genres, contentRating, advisories | Classification |
languages, fileSizeBytes, minimumOsVersion, supportedDevices | Technical detail |
description, iconUrl, screenshotCount, sellerUrl | Store presence |
Charts
rank, name, developer, category, price, currency, country, url,
releaseDate, summary, iconUrl
Input notes
- Apps accept an App ID or a full
apps.apple.comURL. - Storefronts are two-letter country codes. Reviews differ per country — more countries means more unique reviews, not duplicates.
- Category IDs for charts: 6014 Games, 6017 Education, 6007 Productivity, 6013 Health & Fitness, 6015 Finance, 6002 Utilities.
Limits
- 500 reviews per storefront is Apple's cap; the way past it is more countries, which this Actor automates.
- Search returns at most 200 results per query — a limit of Apple's search endpoint.
- Ratings are snapshots at the time of scraping.
- Reviews are localised. A German storefront returns mostly German text.
FAQ
Do I need an Apple developer account? No. These are the same public endpoints the App Store website uses.
Can I get more than 500 reviews for one app? Yes — enable Use all major storefronts or list several countries.
Why do the same reviews not repeat across countries? Each storefront keeps its own reviews. Duplicates are filtered out anyway.
Can I see which version a complaint refers to?
Yes, appVersion is on every review row.
What formats can I export? CSV, Excel, JSON, XML, or straight from the Apify API.
Legal and responsible use
This Actor reads publicly available data through Apple's own public endpoints. It does not bypass authentication or access private content.
Review text and reviewer names are personal data under GDPR. You remain responsible for how you store, analyse and republish the output.