VOOZH about

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

⇱ App Store Reviews Scraper Β· Apify


Pricing

Pay per usage

Go to Apify Store

App Store Reviews Scraper

Scrape detailed user reviews from iOS App Store. Extract ratings, author names, timestamps, and sentiment data at scale. Perfect for competitive analysis, market research, and app feedback monitoring. Fast, reliable, and fully customizable.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

4

Monthly active users

2 months ago

Last modified

Share

Extract Apple App Store reviews at scale using an app list and storefront filters. Collect structured review data including ratings, titles, review text, author info, app version, and timestamps. Built for product research, sentiment analysis, and review monitoring workflows.

Features

  • Flexible app targeting β€” Use one apps string list with IDs or App Store URLs, including messy formats.
  • Country-aware collection β€” Pull reviews from one country, custom country lists, or worldwide.
  • Language fallback β€” Tries your language list first, then safe fallbacks per country.
  • Pagination control β€” Limit crawl depth with maxPages and cap output with resultsWanted.
  • Clean dataset output β€” Records are stored without null or empty fields.
  • Review + app context β€” Includes both review-level and app-level metadata.

Use Cases

Product Feedback Analysis

Track what users like or dislike to guide roadmap decisions and prioritize fixes.

Competitor Monitoring

Collect reviews for competitor apps to benchmark quality, positioning, and user sentiment.

Version Quality Tracking

Measure rating and review patterns across app versions to detect regressions quickly.

Market Research

Compare user feedback by country to understand regional demand and adoption signals.


Input Parameters

ParameterTypeRequiredDefaultDescription
appsStringNoβ€”Comma-separated app identifiers or URLs.
countriesStringNoβ€”Comma-separated country list like us,gb,in.
languagesStringNoβ€”Comma-separated language list like en,es-MX,pt-BR.
sortByStringNomostrecentReview ordering (mostrecent or mosthelpful).
resultsWantedIntegerNo20Maximum reviews to collect.
maxPagesIntegerNo10Maximum pages to check.
proxyConfigurationObjectNo{ "useApifyProxy": false }Optional proxy settings.

Output Data

Each dataset item contains:

FieldTypeDescription
appIdStringApple app ID.
appNameStringApp name.
appUrlStringApp page URL.
countryStringStorefront country code used in collection.
pageIntegerSource page number.
sortByStringSorting mode used.
reviewIdStringUnique review identifier.
reviewTitleStringReview title.
reviewTextStringReview body text.
ratingIntegerStar rating value.
reviewVersionStringApp version reviewed by user.
voteCountIntegerNumber of votes on review.
voteSumIntegerVote score sum.
authorNameStringReviewer name.
authorProfileUrlStringReviewer profile URL.
reviewUrlStringReview page URL.
reviewUpdatedAtStringReview update timestamp.
appDeveloperStringApp developer/publisher name.
appGenreStringPrimary app genre.
appVersionStringCurrent app version.
appAverageRatingNumberOverall app average rating.
appRatingCountIntegerOverall app ratings count.
appCurrentVersionAverageRatingNumberCurrent version average rating.
appRatingCountCurrentVersionIntegerCurrent version ratings count.
scrapedAtStringUTC timestamp when row was stored.

Usage Examples

URL-Based Collection

{
"apps":"https://apps.apple.com/us/app/chatgpt/id6448311069#productRatings",
"resultsWanted":50,
"maxPages":5
}

Multi App Collection

{
"apps":"id6448311069, apps.apple.com/us/app/claude-by-anthropic/id6473753684",
"countries":"us",
"resultsWanted":100,
"maxPages":10
}

Worldwide Collection

{
"apps":"apps.apple.com/us/app/chatgpt/id6448311069#productRatings",
"countries":"worldwide",
"languages":"en",
"resultsWanted":800,
"maxPages":10
}

Sample Output

{
"appId":"6448311069",
"appName":"ChatGPT",
"appUrl":"https://apps.apple.com/us/app/chatgpt/id6448311069?uo=4",
"country":"us",
"page":1,
"sortBy":"mostrecent",
"reviewId":"14002671847",
"reviewTitle":"Sucks, it’s too dumb",
"reviewText":"It gets nothing right and just says β€œAhh! Good catch!” and still gives the wrong answer.",
"rating":1,
"reviewVersion":"1.2026.104",
"voteCount":0,
"voteSum":0,
"authorName":"I love Jesus!124",
"authorProfileUrl":"https://itunes.apple.com/us/reviews/id1702566737",
"reviewUrl":"https://itunes.apple.com/us/review?id=6448311069&type=Purple%20Software",
"reviewUpdatedAt":"2026-04-27T07:55:16-07:00",
"appDeveloper":"OpenAI",
"appGenre":"Productivity",
"appVersion":"1.2026.104",
"appAverageRating":4.9,
"appRatingCount":2418591,
"appCurrentVersionAverageRating":4.9,
"appRatingCountCurrentVersion":2418591,
"scrapedAt":"2026-04-29T10:00:00.000Z"
}

Tips for Best Results

Start with Working App Identifiers

  • Prefer the apps list for deterministic and scalable runs.
  • Messy values like id6448311069 and apps.apple.com/.../id... are accepted.

Keep Runs Fast During Testing

  • Set resultsWanted to 20 or 30 for quick validation.
  • Increase gradually for larger production datasets.

Configure Country Intentionally

  • Use the storefront that matches your target audience.
  • Compare multiple countries in separate runs for better insights.
  • Use worldwide plus countries for large multi-country datasets.

Use Proxy on High Volume

  • Keep proxy enabled for stability on repeated or large-volume runs.

Integrations

Connect extracted data with:

  • Google Sheets β€” Review analysis and reporting dashboards.
  • Airtable β€” Centralized app feedback database.
  • Make β€” Automated review processing workflows.
  • Zapier β€” Trigger notifications and downstream actions.
  • Webhooks β€” Deliver fresh records to internal systems.

Export Formats

  • JSON β€” Application pipelines and APIs.
  • CSV β€” Spreadsheet analysis.
  • Excel β€” Business reporting.
  • XML β€” Legacy integrations.

Frequently Asked Questions

Can I scrape reviews from multiple countries?

Yes. Use the countries input to run across one or many storefronts.

Why might some runs return fewer reviews than requested?

Available review volume differs by app, country, and review ordering.

Can I control the amount of data collected?

Yes. Use resultsWanted and maxPages together.

Does the actor return empty or null fields?

No. Output records are cleaned before being stored.


Support

For issues or feature requests, use the actor issue tracker in Apify Console.

Resources


Legal Notice

This actor is intended for lawful data collection and analysis. You are responsible for complying with Apple terms, local regulations, and your own data governance requirements.

You might also like

App Store Reviews Scraper - iOS App Ratings & Sentiment Data

benthepythondev/appstore-reviews-scraper

Scrape customer reviews from any iOS/macOS app on the Apple App Store. Extract ratings (1-5 stars), review titles, full text, author names, app versions, vote counts, and dates. Perfect for App Store Optimization (ASO), sentiment analysis, competitor research, and market intelligence

Apple App Store App Scraper

taroyamada/apple-app-store-intelligence

Extract iOS app metadata, user reviews, aggregate ratings, and pricing directly from the App Store. Perfect for ASO tracking and competitor analysis.

App Store Reviews Scraper – iOS App Review API

cloudcharlestom/app-store-reviews-scraper

Collect real App Store reviews and ratings from any iOS app fast and reliably. Ideal for analysts, product managers, and developers. Supports multiple countries and versions. Great for market research, sentiment analysis, and competitor tracking.

21

4.0

Apple App Store Reviews Scraper

jdtpnjtp/apple-app-store-scraper

Extract App Store reviews for competitor analysis, sentiment tracking, and market research. Get app ratings, developer info, and user feedback from any country. No limits on review count. Pay-per-result pricing.

App Store Search Scraper – iOS App Metadata API

cloudcharlestom/app-store-search-scraper

Search and track iOS apps on the App Store with detailed metadata, ratings, and developer info. Ideal for market research, competitor analysis, and app intelligence. Fast, reliable, and easy to use for analysts, product managers, and developers.

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.

App Store Reviews Scraper

scraper-engine/app-store-reviews-scraper

Apple App Store Scraper collects publicly available data from the App Store, including app titles, descriptions, ratings, reviews, categories, and developer details. Use it for research, analytics, or large-scale app data collection with structured output.

πŸ‘ User avatar

Scraper Engine

8

App Store Reviews Scraper β€” iOS Ratings & Reviews

vujeen/app-store-reviews-scraper

Scrape App Store reviews and ratings for any iOS app: rating, title, text, version, author and helpfulness votes. Multiple countries per run, app metadata and rating breakdown included. No login, no API keys.

2