Apple App Store Reviews & App Metadata Scraper avatar

Apple App Store Reviews & App Metadata Scraper

Pricing

from $0.28 / 1,000 result rows

Go to Apify Store
Apple App Store Reviews & App Metadata Scraper

Apple App Store Reviews & App Metadata Scraper

Search the Apple App Store and extract app metadata plus customer reviews with ratings, versions and dates, across any App Store country - no API key required.

Pricing

from $0.28 / 1,000 result rows

Rating

0.0

(0)

Developer

Joseph McRell

Joseph McRell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Extract Apple App Store customer reviews and app metadata for one app or a batch, from any App Store storefront. Every record is a flat, CSV-ready row of 42 columns, and every review row carries its app's identity so a single export needs no joining.

Pairs with Google Play Reviews Scraper: the two Actors emit the same shape of row, so one run each gives you iOS and Android feedback side by side.

What data can I extract?

Per review

  • Apple's review ID, star rating, title and full body text
  • Reviewer nickname and profile URL
  • The app version the review was written against, and the post/edit timestamp
  • Helpful-vote sum and total vote count
  • The storefront the review came from

Per app (always attached to each review row, and emitted on its own when include_reviews is off)

  • Track ID, bundle ID, app name and canonical store URL
  • Developer name, developer ID and developer page
  • Primary category and the full category list
  • Price and currency
  • Lifetime average rating and rating count, plus current-version rating and count
  • Current version string, first release date, and current-version release date
  • Download size, minimum iOS version, supported-device count
  • Content advisory rating, description, What's New notes, icon URL, screenshot count
  • Supported languages and the developer's own website

Input example

{
"search_query": "language learning",
"countries": ["us", "gb"],
"include_reviews": true,
"max_reviews_per_app": 100,
"max_items": 200
}

Target specific apps instead of searching by passing app_ids — numeric track IDs (570060128), bundle IDs (com.duolingo.DuolingoMobile) or App Store URLs, whichever you already have:

{
"app_ids": ["570060128", "https://apps.apple.com/us/app/id284882215"],
"countries": ["us"],
"max_reviews_per_app": 200
}

Reviews are per storefront

Apple keeps a separate review feed for every country, so the us and gb feeds hold different reviews for the same app. Listing several countries multiplies coverage rather than repeating it, and rows are deduplicated per storefront by Apple's review ID.

The public review feed serves 50 reviews per page and stops at page 10, so 500 reviews per app per storefront is Apple's ceiling, not ours. Ask for more coverage by adding storefronts.

Filtering, before you are billed

min_rating, max_rating and recent_days are applied before any row is pushed, so a filtered-out review never appears on your bill:

  • {"min_rating": 4} — testimonials and positive quotes
  • {"max_rating": 2} — complaint mining and churn reasons
  • {"recent_days": 30} — what changed since the last release

Typical uses

  • Track sentiment across a version release and see which build the complaints attach to
  • Compare your ratings with competitors in the same category, in several countries at once
  • Mine one and two-star reviews for feature requests and defect reports
  • Pull app metadata in bulk for market maps and ASO research
  • Diff iOS against Android feedback for the same product

Output example

{
"record_type": "review",
"app_id": "570060128",
"app_bundle_id": "com.duolingo.DuolingoMobile",
"app_name": "Duolingo: Language Lessons",
"app_url": "https://apps.apple.com/us/app/duolingo-language-lessons/id570060128",
"country": "us",
"developer": "Duolingo, Inc",
"primary_genre": "Education",
"price": 0,
"currency": "USD",
"app_average_rating": 4.72323,
"app_rating_count": 5454005,
"app_version": "7.140.0",
"app_updated": "2026-09-14T15:53:43Z",
"review_id": "14561009045",
"review_title": "Enjoying the format and the teaching process",
"review_body": "Three months in and the streak is the only reason I have kept at anything this long.",
"review_rating": 5,
"review_author": "Hapagirl8",
"review_version": "7.140.0",
"review_updated": "2026-09-17T09:27:36-07:00",
"review_vote_sum": 0,
"review_vote_count": 0,
"fetched_at": "2026-09-18T21:44:02Z"
}

Common use cases

  • Release triage. Pull the reviews attached to the version you shipped this week and read the complaints by build.
  • Competitor tracking. Search a category, take the top apps, and compare rating trajectories across storefronts.
  • Voice of the customer. Mine one and two-star bodies for the phrases that repeat, then feed them to your backlog.
  • Market maps. Metadata-only runs return one row per app: category, price, size, ratings and release cadence.
  • Cross-platform view. Run this with the Google Play Actor for the same product and compare iOS to Android.

Use with AI agents and MCP

This Actor is exposed as an MCP tool, so an agent can call it directly. Example agent intent:

Get the 100 most recent one and two-star Duolingo reviews from the UK and US stores, with the app version each one was written against.

{
"app_ids": ["570060128"],
"countries": ["gb", "us"],
"max_rating": 2,
"max_reviews_per_app": 50,
"max_items": 100
}

Reliability

Apple's public search, lookup and review endpoints are used directly - no browser, no proxy, no API key, so there is no anti-bot surface to drift. Requests retry with backoff on throttling and transport errors, reviews are deduplicated per storefront by Apple's review ID, and an app that returns no reviews in a storefront still yields its metadata row rather than an empty result. Rating and date filters run before rows are pushed, so a filtered row is never billed.

Limitations and responsible use

  • Public App Store data only.
  • Apple's public review feed serves 50 reviews per page and stops at 10 pages, so 500 reviews per app per storefront is the ceiling. Add storefronts for more coverage.
  • Reviews differ per country; a review visible in the US feed may be absent from the GB feed.
  • Apple does not expose developer replies in the public feed, so there is no reply column here.
  • App-level columns describe the app at run time, not at the time each review was written. Ratings, prices and versions change.
  • Review timestamps are returned as Apple reports them, including the storefront's UTC offset.
  • Use public review data in accordance with applicable law and platform terms.

FAQ

Do I need an Apple developer account or API key? No. Every endpoint used here is public.

Can I get more than 500 reviews for one app? Not from one storefront - that is Apple's limit. Query several countries to widen coverage.

Can I look up an app by its App Store link? Yes. app_ids accepts numeric track IDs, bundle IDs and full App Store URLs.

Why did I get an app row instead of reviews? Either include_reviews was off, or that app has no reviews in the storefront you queried.

Does it cover the Mac App Store? The search and lookup calls target iOS software. Mac-only titles are out of scope.

Pricing and cost control

Output is billed per result at $0.0004 per result (about $0.40 per 1,000 results), plus a $0.0005 Actor-start charge billed once per gigabyte of memory at run start. Use max_items to cap both output volume and charges. The price shown on the Apify Store listing is authoritative.

max_items caps the total rows a run can return and bill; max_reviews_per_app caps each app's share. A metadata-only run (include_reviews: false) returns one row per app and is the cheapest way to survey a category.

Notes and limits

  • No API key, browser or proxy is needed; the Actor uses Apple's own public search, lookup and review-feed endpoints.
  • Apple does not expose developer replies in the public review feed. That column exists only on the Google Play Actor.
  • An app with no reviews in a storefront still returns its metadata row rather than nothing.
  • Review timestamps are returned exactly as Apple reports them, including the storefront's UTC offset.