App Store Reviews Scraper — Apple App Reviews & Ratings avatar

App Store Reviews Scraper — Apple App Reviews & Ratings

Pricing

from $0.0005 / review scraped

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

App Store Reviews Scraper — Apple App Reviews & Ratings

Scrape user reviews and star ratings from the Apple App Store by app ID or URL. Returns review text, title, rating, author, app version, votes, date and review link across any country. Public Apple feeds — no login, no API key.

Pricing

from $0.0005 / review scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

Pull user reviews and star ratings straight from the Apple App Store. Give the Actor any set of app IDs or App Store URLs and it returns every review Apple exposes — title, full text, rating, author, app version, helpful-votes, date and a direct link — for any country storefront. Public Apple feeds, so no login and no API key.

Perfect for product feedback analysis, review monitoring, competitor research, sentiment datasets, and release-quality tracking.

What you get per review

FieldNotes
rating1–5 stars.
title, textReview headline and full body.
userNameReviewer's nickname.
appVersionApp version the review was left on — track quality across releases.
voteCount, voteSumHow many found the review helpful.
updatedReview date (ISO 8601).
reviewUrlDirect link to the review.
appName, developer, appAverageRatingApp context (when Include app metadata is on).
appId, countryWhich app and storefront the review came from.

Input

{
"appIds": ["324684580", "https://apps.apple.com/us/app/id310633997"],
"country": "us",
"sortBy": "mostRecent",
"maxReviewsPerApp": 0
}
  • appIds — numeric app IDs or full App Store URLs, one per line.
  • country — storefront code (us, gb, de, fr, jp, br, …). Reviews are per-country.
  • sortBymostRecent or mostHelpful.
  • maxReviewsPerApp — cap per app (0 = all Apple exposes, ~500 per country).
  • includeAppMeta — attach app name / developer / overall rating to each review.
  • maxConcurrency — apps processed in parallel.
  • proxyConfiguration — optional; only needed if you hit rate limits.

Output (one row per review)

{
"appId": "324684580",
"appName": "Spotify: Music and Podcasts",
"country": "us",
"reviewId": "14283108814",
"userName": "musiclover42",
"title": "Great app",
"text": "Been using it for years…",
"rating": 5,
"appVersion": "9.1.62",
"voteCount": 3,
"updated": "2026-07-09T11:40:19-07:00",
"reviewUrl": "https://itunes.apple.com/us/review?id=324684580"
}

FAQ

Do I need an API key or Apple account? No. The Actor reads Apple's public review feeds, so there's no login, no API key and no Apple Developer account required — just add app IDs or App Store URLs and run.

How many reviews can I get per app? Apple's public feed exposes up to ~500 recent reviews per app per country. Set maxReviewsPerApp (0 = all Apple exposes), and run across several country storefronts to go deeper on a popular app.

Is scraping the Apple App Store legal? The Actor collects only publicly available review data from the Apple App Store public feeds — the same content any visitor sees. Public data is generally collectible; use it in line with Apple's terms and applicable law.

Does it collect emails or reviewer contact info? No. It captures the reviewer's nickname, rating, title, text, app version and helpful-votes, but no private contact details such as emails.

What's the output format? One structured JSON row per review, optionally enriched with app metadata (name, developer, overall rating). Export as JSON, CSV or Excel for feedback analysis.

Track product and brand sentiment across platforms with these companions:

Notes

Apple's public review feed exposes up to ~500 recent reviews per app per country — to go deeper on a popular app, run it across several country storefronts. Only publicly available review data is collected.