App Store Reviews Scraper — iOS Ratings & Reviews avatar

App Store Reviews Scraper — iOS Ratings & Reviews

Pricing

from $1.00 / 1,000 results

Go to Apify Store
App Store Reviews Scraper — iOS Ratings & Reviews

App Store Reviews Scraper — iOS Ratings & Reviews

Scrape App Store reviews and ratings for any iOS app: rating, title, text, version, author and helpfulness votes. Multiple countries per run, app metadata and rating breakdown included. No login, no API keys.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

FEDOR TRYAKIN

FEDOR TRYAKIN

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a month ago

Last modified

Share

Scrape App Store reviews and ratings for any iOS app — by app ID, by App Store URL, or by searching app names. No login, no API keys, no tokens: the Actor reads Apple's public endpoints directly, so it is fast, cheap and reliable.

What you get

Per review:

FieldExample
rating15
title"Great update!"
textfull review body
version12.8 — app version reviewed
authorreviewer nickname
voteSum / voteCounthelpfulness votes
updated2026-06-11
countryus

Per app (always returned, even with zero reviews): app name, developer, store rating, total ratings count, genre, price, and a ready-made rating breakdown (how many 1★/2★/.../5★ among scraped reviews) plus the average of what was scraped.

Why this scraper

  • Search or direct — give app IDs/URLs, or just type a name and the Actor finds the apps and scrapes them.
  • Multiple countries per run — reviews are localized; collect us, gb, de, kz… in one go and compare.
  • Always explicit — every app returns metadata and a status, never a silent empty result.
  • Built-in analytics — rating breakdown and averages, no post-processing.

Use cases

  • App Store Optimization (ASO) — track sentiment and rating trends per version and country.
  • Product feedback — pull what users complain about right after a release.
  • Competitor monitoring — compare ratings and review volume of rival apps.
  • Market research — find apps by keyword and measure their reception.
  • Alerting — run on a Schedule, diff datasets, get notified of new 1★ reviews via integrations (Slack, email, webhooks).

Input

{
"appIds": ["686449807", "https://apps.apple.com/us/app/x/id389801252"],
"searchTerms": ["pdf scanner"],
"countries": ["us", "gb", "de"],
"maxPages": 5,
"sort": "mostRecent"
}
  • appIds — numeric IDs or full App Store URLs.
  • searchTerms — find apps by name (each returns up to 10 apps).
  • countries — two-letter App Store codes; reviews are localized.
  • maxPages — Apple exposes up to 10 pages (~50 reviews each) per app/country.
  • sortmostRecent or mostHelpful.

Output example

{
"type": "review",
"appId": "686449807",
"country": "us",
"rating": 1,
"title": "Ban",
"text": "Got banned for no reason...",
"version": "12.8",
"author": "Meovvm",
"voteSum": 0,
"voteCount": 0,
"updated": "2026-06-11"
}
{
"type": "app",
"appId": "686449807",
"country": "us",
"name": "Telegram Messenger",
"seller": "Telegram FZ-LLC",
"rating": 4.01,
"ratingsCount": 270938,
"reviewsScraped": 100,
"avgScrapedRating": 2.92,
"ratingBreakdown": { "1": 41, "2": 5, "3": 11, "4": 7, "5": 36 }
}

FAQ

Do I need an Apple account or API key? No — only public endpoints.

How many reviews can I get? Apple exposes up to ~500 most-recent reviews per app per country (10 pages × ~50). Scrape multiple countries to get more.

Can I monitor an app on a schedule? Yes — create a Task, attach a Schedule, and consume new reviews via API, webhooks or integrations.

Android / Google Play? This Actor covers the Apple App Store.