App Store Scraper — iOS App Data, Reviews & ASO API
Pricing
from $1.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
7
Monthly active users
12 hours ago
Last modified
Categories
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 starhistograminratingsmode - Reviews —
userName,score, reviewtitle, fulltext,date, appversion(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 —
_modeandscrapedAt(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
| Mode | What it returns |
|---|---|
search | Keyword search results (App Store search box) |
app | Full details for one app or many (batch, 5× concurrency) |
reviews | Up to ~500 reviews per app/country (App Store cap) |
list | Top charts (free / paid / grossing) by category & device |
similar | "You Might Also Like" apps for a given app |
developer | Every app published by a developer (artistId) |
suggest | Autocomplete suggestions for ASO keyword research |
ratings | 1-star to 5-star rating histogram |
privacy | Apple Privacy Labels (data collected, tracking) |
versionHistory | Full version-release history with notes |
Use cases
- ASO & App Store optimization — track keyword rankings with
search, mine long-tail keywords withsuggest, monitor competitor metadata changes. - App market intelligence — bulk-ingest
appdetails, 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
- Open the actor and pick a Mode.
- Fill the fields that mode needs (the input form shows which apply): a numeric
idor bundleappIdfor app-targeted modes, aqueryforsearch/suggest, adevIdfordeveloper, or acollectionforlist. - Set
country(storefront, e.g.us,de,jp) andlanguage(e.g.en-us). The same app can differ per storefront. - 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.