App Store Reviews Scraper — Unlimited | $5/1K avatar

App Store Reviews Scraper — Unlimited | $5/1K

Pricing

$5.00 / 1,000 results

Go to Apify Store
App Store Reviews Scraper — Unlimited | $5/1K

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

Finjard Neumeier

Maintained by Community

Actor 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

ModeWhat you get
Reviews of an appStar rating, title, full text, app version, reviewer, helpfulness votes and storefront
App details and ratingsPrice, category, developer, ratings overall and for the current version, release dates, size, languages
Search the App StoreFind apps by keyword with all the detail fields attached
Top chartsFree, paid, grossing and new-app rankings for any country and category

Quick start

  1. Pick Reviews of an app.
  2. Paste an App ID (310633997) or a store URL.
  3. To get more than 500 reviews, tick Use all major storefronts.
  4. 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

FieldDescription
ratingStars, 1 to 5
title, reviewHeadline and full body
appVersionWhich build the reviewer was running
countryWhich storefront the review came from
authorName, authorUrlWho wrote it
updatedAtWhen it was posted or last edited
helpfulVotes, totalVotesCommunity response
appId, appName, reviewId, urlIdentifiers and link

Apps

FieldDescription
name, developer, developerId, bundleIdIdentity
averageRating, ratingCountOverall reception
averageRatingCurrentVersion, ratingCountCurrentVersionReception of the current build
price, currency, isFreePricing in the chosen storefront
version, currentVersionReleaseDate, releaseNotesCurrent release
releaseDateWhen the app first shipped
primaryGenre, genres, contentRating, advisoriesClassification
languages, fileSizeBytes, minimumOsVersion, supportedDevicesTechnical detail
description, iconUrl, screenshotCount, sellerUrlStore 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.com URL.
  • 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.


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.