VOOZH about

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

โ‡ฑ iOS App Store scraper โ€” metadata, ratings, reviews ยท Apify


๐Ÿ‘ iOS App Store Scraper (Free Metadata) avatar

iOS App Store Scraper (Free Metadata)

Under maintenance

Pricing

Pay per usage

Go to Apify Store

iOS App Store Scraper (Free Metadata)

Under maintenance

Free iOS App Store data scraper. Returns app metadata (name, version, rating average, rating count, icon, genres, price, release date) per iTunes app id across multiple countries. Reviews require App Store Connect API (paid by Apple).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ casper smartwater

casper smartwater

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

16 days ago

Last modified

Share

iOS App Store App Metadata Scraper โ€” Free

Track any iOS app's metadata over time. Name, version, rating average, rating count, install indicator, icon, genres, price, release dates โ€” across any country, all free, no Apple Developer account needed.

โœจ Why this Actor

  • Free โ€” Apple's official API (App Store Connect) is paid + restricted to app owners. This Actor pulls public data anyone can see.
  • No login โ€” uses the public iTunes /lookup endpoint
  • Multi-country โ€” sweep US, UK, India, Brazil etc. in one run; see how the same app's ratings differ by market
  • Historical tracking โ€” schedule this daily and you have a time-series of rating + install evolution

๐Ÿš€ Quick start

Track Spotify across 5 countries:

{
"appId":"324684580",
"countries":["us","gb","ca","au","in"]
}

Just the US:

{
"appId":"284882215",
"countries":["us"]
}

To find an app's iTunes ID, open the App Store URL โ€” it's the digits after id (e.g. apps.apple.com/us/app/spotify-music-and-podcasts/id324684580 โ†’ 324684580).

๐Ÿ“ฆ Output schema

FieldTypeNotes
_kindstrAlways "app_meta"
idstriTunes ID (input)
namestrApp display name
bundle_idstriOS bundle identifier
sellerstrDeveloper / studio
average_rating_currentfloatCurrent version average rating
rating_count_currentintCurrent version rating count
average_ratingfloatAll-time average rating
rating_countintAll-time rating count
current_versionstre.g. 9.1.48
release_dateiso8601When the app was first released
current_version_release_dateiso8601When the current version shipped
track_view_urlstrApp Store URL
iconstrHigh-res app icon URL
genresarrayApp Store categories
price, currencyfloat, str

๐ŸŽฏ Use cases

  • Competitor monitoring โ€” track rating + version of N competitor apps daily
  • Investor diligence โ€” rating velocity is a strong revenue signal; pair with Play Store data
  • Localization research โ€” see how the same app rates in different markets
  • Auto-detect new releases โ€” diff current_version daily; tweet when an app you watch ships an update
  • Pricing intelligence โ€” track app price changes across markets
  • App acquisition pipeline โ€” pre-filter potential targets by rating count + release date

โš™๏ธ Input parameters

ParameterTypeDefaultNotes
appIdstrโ€”Required. Digits-only iTunes ID
countriesarray["us","gb","ca","au","in","de","fr","jp","br","mx"]ISO 2-letter codes
maxReviewsint200Reserved for future. Currently metadata-only โ€” see note below
includeAppMetabooltrue(Always returns app_meta row; this is for parity with other scrapers)

โš ๏ธ Why metadata-only?

In 2025, Apple deprecated the public customerreviews RSS feed that previously powered free iOS review scraping. Reviews are now gated behind their amp-api which requires:

  1. A bearer JWT token (rotates frequently, captured via headless browser)
  2. Or the paid App Store Connect API (only available to app owners)

This Actor tracks the data that's still publicly accessible: app metadata, rating averages, and rating counts. Despite the constraint, this is surprisingly useful โ€” rating velocity tracking + version diffing covers most "competitive intel" use cases without needing review text.

If you specifically need iOS review text, look into the App Store Connect API or commercial services. For everything else, this Actor is the free baseline.

๐Ÿ› ๏ธ How it works

This Actor calls Apple's public iTunes Search/Lookup endpoint:

GEThttps://itunes.apple.com/lookup?id={appId}&country={cc}

This is the same endpoint anyone can hit via curl, returning structured JSON. No auth, no token, no rate-limit problems.

๐Ÿ”— Related Actors

๐Ÿ’ฌ Support

If Apple re-opens the reviews API or you need a custom variant, email caspersmartwater@gmail.com.

โญ Star this Actor.

You might also like

Apple App Store Scraper (iOS Apps & Reviews)

rupom888/appstore-ios-scraper

Scrape iOS app data from Apple App Store using iTunes Search API. Get app name, developer, rating, reviews, price, category, release date, screenshots, version history, and more. Search by keyword or category, or look up specific app IDs.

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

App Store Scraper

gio21/app-store-scraper

Scrape iOS apps from the Apple App Store across 175+ countries via the public iTunes API. Title, developer, price, ratings, version, screenshots, genres. Pay per app.

App Store Reviews Scraper

goat255/app-store-reviews-scraper

Scrape Apple App Store (iOS) reviews by app id, app URL, and country without a login. Returns user name, star rating, title, review text, app version, and date, with an optional app summary row. Walks pages up to your chosen limit.

App Store Scraper

crawlerbros/appstore-scraper

Scrape Apple App Store search results and app details using the public iTunes API. Extract app name, rating, reviews, price, developer info, screenshots, and more.

21

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 Scraper

pear_fight/appstore-scraper

Scrape app listings and reviews from Apple App Store using public iTunes APIs