VOOZH about

URL: https://apify.com/codingfrontend/app-store-reviews-scraper

โ‡ฑ App Store Reviews Scraper ยท Apify


Pricing

from $4.99 / 1,000 results

Go to Apify Store

App Store Reviews Scraper

Scrape user reviews from the Apple App Store for any app. Extracts ratings, review text, author, version, and more.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

App Store Reviews Scraper ๐Ÿ“ฑ

Extract user reviews from the Apple App Store for any iOS/macOS app. Uses Apple's official iTunes RSS feed to retrieve reviews with ratings, text, author info, and app version data.

Features

  • Official iTunes RSS API โ€” no browser required, fast and lightweight
  • Pagination โ€” fetches up to 500 reviews per app (50 pages ร— 10 reviews)
  • Multiple apps โ€” scrape reviews for several apps in one run
  • Search by name โ€” automatically finds App IDs from app names
  • Sort options โ€” most recent or most helpful reviews
  • Multi-country โ€” 30+ App Store country stores supported
  • Deduplication โ€” prevents duplicate reviews across pages

Input Parameters

FieldTypeDefaultDescription
appIdsarray[]List of numeric App Store IDs (e.g. 389801252 for Instagram)
appNamesarray[]Search by app name (automatically resolves to App IDs)
countrystring"us"App Store country code (us, gb, fr, etc.)
sortstring"mostrecent"Sort: mostrecent or mosthelpful
maxReviewsinteger100Max reviews per app (1โ€“500)

Finding an App ID

The App ID is the number in the App Store URL: apps.apple.com/app/id**389801252**

Example INPUT.json

{
"appIds":["389801252"],
"appNames":["Instagram"],
"country":"us",
"sort":"mostrecent",
"maxReviews":100
}

Output Fields

FieldTypeDescription
positionintegerReview rank (1-based)
appIdstringApp Store ID
appNamestringApp name
reviewIdstringUnique iTunes review ID
titlestringReview title
bodystringFull review text
ratingintegerStar rating (1โ€“5)
authorstringReviewer username
authorUrlstringLink to reviewer's Apple profile
versionstringApp version when review was written
voteSumintegerNet helpful votes
voteCountintegerTotal times voted on
updatedAtstringReview date
countrystringApp Store country
scrapedAtstringISO 8601 scrape timestamp

Example Output

{
"position":1,
"appId":"389801252",
"appName":"Instagram",
"reviewId":"14063535809",
"title":"Great improvements!",
"body":"The latest update significantly improved performance...",
"rating":5,
"author":"JohnDoe123",
"version":"429.0.0",
"updatedAt":"2026-05-14T06:33:34-07:00",
"country":"us"
}

Limitations

  • iTunes RSS API provides a maximum of 500 reviews per app per country
  • Reviews exposed via RSS are not necessarily all-time reviews โ€” they reflect Apple's selection
  • App-specific developer responses are not included in the RSS feed

Use Cases

  • Sentiment analysis โ€” analyze user satisfaction trends over time
  • Competitive intelligence โ€” monitor competitor app reviews
  • App improvement โ€” identify most common user complaints
  • Market research โ€” understand user needs in specific categories
  • Academic research โ€” study mobile app user behavior

You might also like

Best App Store Reviews Scraper

crawlkit/best-app-store-reviews-scraper

Scrape Apple App Store reviews for any app. Get user ratings, review text, and more. Powered by CrawlKit.

App Store Reviews Scraper

scrapers_lat/app-store-reviews-scraper

Extract Apple App Store reviews and ratings for any app by id, URL or search term.

2

5.0

Apple App Store Reviews Scraper

seemuapps/apple-app-store-reviews-scraper

Extract user reviews and ratings for any iOS app from the Apple App Store. Get rating, title, content, version, and author for up to the most recent 500 reviews per country.

Apple App Store Review Scraper

scraped/apple-app-store-review-scraper

Scrape reviews for apps on the Apple App Store

Apple App Store

canadesk/apple-app-store-ppe

Extract app details, reviews, search results, and privacy information from the App Store.

๐Ÿ‘ User avatar

Canadesk Support

25

Apple App Store

scrapio/apple-app-store

Apple App Store Scraper collects public app data from the App Store. Extract app titles, descriptions, ratings, reviews, categories, and update history for market research, ASO analysis, and competitor tracking at scale.