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. No setup.

Pricing

from $0.0005 / review scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days 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.

App Store Reviews Scraper input — app IDs, country and sort order in the Apify Console

What you get

App Store Reviews Scraper output example — one review per row with rating, title, text and date as structured JSON

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.

Output schema

FieldTypeDescription
appIdstringNumeric App Store ID of the app the review belongs to.
appNamestringName of the app.
countrystringStorefront country code the review was collected from.
reviewIdstringUnique identifier of the review.
userNamestringReviewer's public nickname.
userUrlstring (URL)Link to the reviewer's public App Store profile.
titlestringReview headline.
textstringFull review body text.
ratingintegerStar rating from 1 to 5.
appVersionstringApp version the review was left on.
voteSumintegerNet helpful-vote score for the review.
voteCountintegerNumber of users who voted on the review's helpfulness.
updatedstring (ISO date)Date and time the review was posted or last updated.
reviewUrlstring (URL)Direct link to the review.
developerstringApp developer name.
appAverageRatingnumberOverall average star rating of the app.

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.

Can I connect this to other apps and services? The App Store Reviews Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

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.