App Store Scraper - Apps, Details & Reviews (iOS)
Pricing
from $5.00 / 1,000 results
App Store Scraper - Apps, Details & Reviews (iOS)
Scrape the Apple App Store: search apps, get full app details (ratings, price, developer, screenshots) and extract customer reviews across 50+ country stores. Official iTunes endpoints, no API key or browser. Export to JSON, CSV or Excel for ASO, market research and review monitoring.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Get Anything
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
App Store Scraper — Apps, Details & Reviews (iOS / iPadOS / macOS)
Scrape the Apple App Store in one run: search apps by keyword, pull full app details (rating, price, size, developer, version, screenshots, description), and extract customer reviews across 50+ country stores. Everything comes from Apple's official iTunes endpoints — no API key, no headless browser, no proxies.
Why this one
Most App Store actors do one thing — usually reviews only. This one covers the whole workflow in a single run and returns clean, flat records ready for a spreadsheet, a database, or an LLM:
- Search → find every app matching a keyword (iTunes Search API).
- Details → 40+ fields of metadata for any app ID or App Store URL (iTunes Lookup API).
- Reviews → up to the ~500 newest customer reviews per app, per country (Apple RSS).
Because it uses Apple's own endpoints, runs are fast, cheap, and reliable.
What it does
- Search the iPhone, iPad, or Mac catalog with multiple keywords at once.
- Look up specific apps by numeric ID or App Store URL.
- Any country store (US, GB, AE, IN, DE, …) — ratings and reviews are per-country.
- Optional review scraping with most-recent or most-helpful sort.
- Deduplicates apps found via both search and direct lookup.
- Export to JSON, CSV, or Excel, or pull via the Apify API.
Input
| Field | Description |
|---|---|
searchTerms | Keywords to search, e.g. habit tracker, expense, notion. |
appIds | Specific apps by numeric ID or App Store URL. |
country | Two-letter store code (us, gb, ae, …). |
entity | Catalog to search: iPhone / iPad / Mac apps. |
maxAppsPerSearch | Cap per search term (Apple returns up to 200). |
scrapeReviews | Also pull each app's reviews. |
maxReviewsPerApp | Cap per app (Apple serves ~500 newest per country). |
reviewsSort | mostRecent or mostHelpful. |
Example
{"searchTerms": ["habit tracker"],"appIds": ["https://apps.apple.com/us/app/notion/id1232780281"],"country": "us","entity": "software","maxAppsPerSearch": 20,"scrapeReviews": true,"maxReviewsPerApp": 200,"reviewsSort": "mostRecent"}
Output
Each dataset item is tagged with resultType — app or review.
App record (abridged):
{"resultType": "app","appId": 1232780281,"appName": "Notion: Notes, Tasks, AI","url": "https://apps.apple.com/us/app/notion/id1232780281","developer": "Notion Labs, Incorporated","formattedPrice": "Free","primaryGenre": "Productivity","averageRating": 4.77,"ratingCount": 89957,"version": "1.7.333","size": 235929600,"currentVersionReleaseDate": "2026-08-20T00:00:00+00:00","icon": "https://.../512x512.png","screenshots": ["https://...", "https://..."]}
Review record:
{"resultType": "review","appId": 1232780281,"appName": "Notion: Notes, Tasks, AI","country": "us","reviewId": "1234567890","title": "Great for teams","text": "We moved our whole workflow over...","rating": 5,"version": "1.7.333","author": "someuser","updated": "2026-08-28T14:03:00+00:00"}
Common uses
- ASO (App Store Optimization) — track keyword rankings, ratings, and competitors.
- Review monitoring — schedule a run per app and feed new reviews into support or sentiment tooling.
- Market research — compare category leaders across countries.
- LLM / RAG — pipe review text into summaries, theme extraction, or a feedback digest.
Notes
- Apple's public reviews RSS returns roughly the 500 newest reviews per app per country store — for deeper history, run the same app across multiple country stores.
- Ratings, prices, and reviews differ by
country; set it deliberately. - This Actor reads only Apple's public iTunes endpoints.