VOOZH about

URL: https://apify.com/logiover/app-store-data-api

โ‡ฑ App Store Scraper โ€” Unofficial iOS App Data API ยท Apify


๐Ÿ‘ App Store Scraper โ€” iOS App Data, Reviews & ASO API avatar

App Store Scraper โ€” iOS App Data, Reviews & ASO API

Pricing

from $1.00 / 1,000 results

Go to Apify Store

App Store Scraper โ€” iOS App Data, Reviews & ASO API

Unofficial App Store scraper & API. Export iOS app details, reviews, ratings, top charts and ASO keywords to CSV/JSON โ€” no API key, no login.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

7

Monthly active users

4 days ago

Last modified

Share

An unofficial Apple App Store scraper and REST-style iOS app data API in a single Apify actor. Extract App Store app details, user reviews, ratings, top charts, ASO keyword suggestions, Apple Privacy Labels and version history โ€” no App Store Connect account, no API key, no headless browser, just fast HTTP and clean JSON.

This App Store data scraper is built for iOS developers, ASO platforms, app intelligence tools, market researchers and AI agents who need structured Apple App Store data on demand. Ten endpoints (modes) share one input form, and every result is tagged with _mode so you can mix modes in a single dataset.

What you get

Each mode returns documented, flat fields. Highlights across all 10 modes:

  • App details โ€” id, appId (bundle), title, description, url, icon, screenshots[], ipadScreenshots[], appletvScreenshots[]
  • Ratings โ€” score, ratings, currentVersionScore, currentVersionRatings, plus a full 1โ€“5 star histogram in ratings mode
  • Reviews โ€” userName, score, review title, full text, date, app version (sort by RECENT or HELPFUL)
  • Pricing โ€” price, currency, free
  • Version โ€” version, releaseDate, currentVersionReleaseDate, releaseNotes, versionHistory[]
  • Compatibility โ€” requiredOsVersion, supportedDevices[], languages[], size
  • Genre โ€” primaryGenre, primaryGenreId, genres[], genreIds[]
  • Developer โ€” developer, developerId, developerUrl, developerWebsite
  • Privacy Labels โ€” data[] (categories collected + purposes), privacyTypes[], managePrivacyChoicesUrl
  • ASO suggestions โ€” ranked autocomplete search terms from App Store
  • Universal โ€” _mode and scrapedAt (ISO 8601) on every item

Export everything as CSV, JSON, Excel (XLSX), HTML, RSS or JSONLines. Four pre-built dataset views (Overview, App catalog, Reviews, App details) let you slice the data with no post-processing.

The 10 modes

ModeWhat it returns
searchKeyword search results (App Store search box)
appFull details for one app or many (batch, 5ร— concurrency)
reviewsUp to ~500 reviews per app/country (App Store cap)
listTop charts (free / paid / grossing) by category & device
similar"You Might Also Like" apps for a given app
developerEvery app published by a developer (artistId)
suggestAutocomplete suggestions for ASO keyword research
ratings1-star to 5-star rating histogram
privacyApple Privacy Labels (data collected, tracking)
versionHistoryFull version-release history with notes

Use cases

  • ASO & App Store optimization โ€” track keyword rankings with search, mine long-tail keywords with suggest, monitor competitor metadata changes.
  • App market intelligence โ€” bulk-ingest app details, top charts by country, and rating histograms into dashboards.
  • Review monitoring & sentiment โ€” pull reviews for your app or competitors, alert on 1-star spikes, feed NPS/sentiment models.
  • Privacy & compliance research โ€” extract Apple Privacy Labels for GDPR/CCPA vendor reviews and App Tracking Transparency analysis.
  • AI agents & RAG โ€” wrap the actor as a tool so an LLM can answer "what are the top fitness apps in Japan?" or embed app descriptions + reviews.

How to use

  1. Open the actor and pick a Mode.
  2. Fill the fields that mode needs (the input form shows which apply): a numeric id or bundle appId for app-targeted modes, a query for search/suggest, a devId for developer, or a collection for list.
  3. Set country (storefront, e.g. us, de, jp) and language (e.g. en-us). The same app can differ per storefront.
  4. Optionally set maxResults. Run the actor and export results as CSV, JSON or Excel โ€” or pull them via the Apify API.

Example โ€” search for meditation apps:

{
"mode":"search",
"query":"meditation",
"country":"us",
"language":"en-us",
"maxResults":50
}

Example โ€” pull the newest reviews for an app:

{
"mode":"reviews",
"id":324684580,
"country":"us",
"maxResults":500,
"reviewSort":"RECENT"
}

Call it from your stack via the Apify API (run-sync-get-dataset-items), the JavaScript/Python clients, or no-code tools like Make, n8n and Zapier.

FAQ

Do I need an Apple Developer account or API key?

No. This is an unofficial scraper that reads publicly available data from apps.apple.com and the public iTunes endpoints. You only need an Apify account โ€” no App Store Connect account, no JWT, no API key.

Why are reviews capped at around 500?

That is an App Store limitation, not an actor limit. Apple's public review feed returns up to 10 pages of ~50 reviews per app per country. To gather more, run reviews mode across additional country storefronts and dedupe.

Should I use the numeric id or the bundle appId?

Either works for most modes. Numeric id (e.g. 324684580) is supported everywhere; bundle appId (e.g. com.spotify.client) works for app, reviews, similar, ratings, privacy and versionHistory. For ratings and privacy the actor resolves the bundle ID to the numeric ID automatically.

Can I run several modes in one run?

Each run executes one mode. To combine modes, call the actor multiple times and join the datasets on id. Every item carries a _mode field, so mixed datasets stay easy to filter.

Is this an App Store API alternative or unofficial App Store API?

Yes. It works as an unofficial App Store API and Apple App Store API alternative โ€” no App Store Connect account or paid plan required. You get structured JSON from publicly available apps.apple.com and iTunes data over fast HTTP.

How do I export App Store data to CSV or JSON?

Run any mode and download the dataset as CSV, JSON, Excel (XLSX), HTML, RSS or JSONLines from the run page, or pull it via the Apify API. This makes it a simple App Store data export and iOS app dataset tool.

Can I scrape App Store reviews without an API key?

Yes. This Apple App Store reviews scraper reads the public review feed with no API key and no login โ€” just pick reviews mode, set the app id and country, and run.

Support

Open an issue on the actor page for bugs, feature requests, or custom modifications. Responses typically within 24 hours.

Changelog

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for App Store API alternative usage, exporting App Store data to CSV/JSON, and scraping Apple App Store reviews without an API key.

2026-06-05

  • Reliability fix: results are no longer dropped by strict output validation โ€” runs complete cleanly at high volume.
  • Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like

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 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

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

Apple App Store Scraper - Rankings, Reviews & Apps

haketa/app-store-scraper

Apple App Store scraper & data API: export top-chart rankings (Top Free, Paid, Grossing, New) by category & country, scrape app reviews & ratings, full app details, metadata and ASO keyword search. iOS app market intelligence & competitor tracking โ€” fast, no login. Pairs with a Google Play scraper.

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

Google Play Scraper โ€” App Data, Reviews & ASO API

logiover/google-play-data-api

Unofficial Google Play API alternative. Scrape Play Store app data & reviews without login; export app data to CSV/JSON. No API key, no browser.