App Store Reviews Tracker — Apple iTunes (RSS, no auth) avatar

App Store Reviews Tracker — Apple iTunes (RSS, no auth)

Pricing

$0.30 / 1,000 apple app store review extracteds

Go to Apify Store
App Store Reviews Tracker — Apple iTunes (RSS, no auth)

App Store Reviews Tracker — Apple iTunes (RSS, no auth)

Scrape Apple App Store customer reviews using the iTunes RSS feed. Multi-country support, up to 500 newest reviews per (app × country). One row per review with rating, app version, title, body, author, date. No auth required.

Pricing

$0.30 / 1,000 apple app store review extracteds

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

App Store Reviews Tracker

Pull Apple App Store customer reviews for any app, in any country. Public RSS, no auth, datacenter-friendly. One row per review — rating, version, title, body, author, votes, date.

What you get

{
"snapshotAt": "2026-06-02T11:55:11+00:00",
"appId": "389801252",
"country": "us",
"page": 1,
"reviewId": "14130285960",
"rating": 1,
"title": "Filters not working since the last update",
"body": "Title says it all — please fix the comment filters …",
"author": "Arandom goat",
"authorProfileUrl": "https://itunes.apple.com/us/reviews/id1749225265",
"appVersion": "431.0.0",
"voteCount": 12,
"voteSum": 8,
"updatedAt": "2026-06-01T00:42:16-07:00"
}

How to use

Input.

{
"appIds": ["389801252", "544007664"],
"countries": ["us", "gb", "de"],
"maxPagesPerApp": 10,
"sortBy": "mostRecent"
}

appIds — numeric Apple App Store IDs. Find them in the App Store URL: apps.apple.com/us/app/.../id<NUMBER>. Common examples:

AppID
Instagram389801252
YouTube544007664
X / Twitter333903271
Netflix363590051
Spotify324684580
Snapchat447188370
TikTok835599320
Reddit1064216828
Slack618783545
WhatsApp310633997

countries — ISO 3166-1 alpha-2 codes for App Store locales. Each locale has its own review pool. Useful for multi-market sentiment tracking.

maxPagesPerApp — Apple's RSS caps at 10 pages × 50 reviews = 500 newest reviews per (app × country). Lower this on small test runs to bound cost.

sortBymostRecent (default, for monitoring) or mostHelpful (for the long-tail signal).

Pricing

PAY_PER_EVENT · $0.0003 per review_extracted · 10 000 reviews = $3.

Buyer

  • Mobile growth teams running weekly review-sentiment reviews.
  • Competitor-watch — track how a competitor's app rating moves release-over-release.
  • Product managers reading raw critical reviews after a release.
  • ASO consultants building review-snippet datasets.
  • Crisis-detection — flag a sudden drop in average rating.

Source

https://itunes.apple.com/<country>/rss/customerreviews/id=<APP_ID>/sortBy=<sort>/page=<1..10>/json — Apple's free public RSS, no auth, fully cacheable. Same endpoint that powers App Store homepage review widgets. Actor paces 0.25 s between pages.