App Store Reviews Scraper — Apple iTunes RSS (No API Key) avatar

App Store Reviews Scraper — Apple iTunes RSS (No API Key)

Pricing

from $1.00 / 1,000 reviews

Go to Apify Store
App Store Reviews Scraper — Apple iTunes RSS (No API Key)

App Store Reviews Scraper — Apple iTunes RSS (No API Key)

Scrape Apple App Store customer reviews: rating, title, body, author, version, date. Uses Apple's open iTunes RSS feed — no API key needed. Pay per review.

Pricing

from $1.00 / 1,000 reviews

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape Apple App Store customer reviews for any iOS/macOS app. Uses Apple's open iTunes RSS API — no API key required. Pay per review scraped.

What you get

FieldDescription
review_idiTunes review ID
app_idNumeric App Store app ID
countryStorefront country (e.g. us)
rating1–5 star rating
titleReview title
bodyFull review text
authorReviewer username
author_urlReviewer profile URL
app_versionApp version reviewed
dateReview date (ISO 8601)
vote_countTotal helpfulness votes
vote_sumNet helpful votes
parse_confidenceData quality score 0.0–1.0
warningsList of parse warnings

Usage

  1. Find your app ID: look at the App Store URL — id389801252 → ID is 389801252
  2. Enter the app ID or paste the full App Store URL
  3. Choose country code (default: us) and max reviews
  4. Run — results appear in the dataset

Input example

{
"appId": "389801252",
"country": "us",
"maxReviews": 200
}

Or paste the full URL:

{
"appId": "https://apps.apple.com/us/app/facebook/id389801252"
}

Limits

  • iTunes RSS provides up to 10 pages × 50 reviews = 500 reviews per app per country
  • Reviews are sorted by most recent
  • Supports all App Store country storefronts

Why this scraper?

  • No API key required — Apple's RSS is completely open
  • parse_confidence score flags incomplete records automatically
  • Lightweight and reliable — direct JSON API, no HTML parsing