Apple App Store Scraper โ App Metadata & ASO Data API
Pricing
from $20.00 / 1,000 app listings
Apple App Store Scraper โ App Metadata & ASO Data API
Extract app data from Apple App Store โ rankings, ratings, reviews, pricing & developer info. Build ASO tools, app market analysis & competitive intelligence. Pay per app.
Pricing
from $20.00 / 1,000 app listings
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Apple App Store Scraper
Extract app details, ratings, reviews, and developer portfolios from the Apple App Store. Fast and reliable โ uses the iTunes Search API with App Store review feeds.
Features
- Search apps by keyword, category, or genre
- Lookup apps by App Store ID or bundle ID (e.g.,
com.instagram.Instagram) - Fetch reviews with ratings, titles, author info, and vote counts
- Developer portfolios โ list all apps by a specific developer
- Multi-country โ supports all 155+ App Store country codes
- No browser needed โ pure HTTP, fast and cost-effective
Run behaviour
- If the App Store / iTunes API is blocked or unreachable after retries, the run fails with a status message naming the cause โ it never ends green with a silent 0 rows.
- If the source answers but nothing matches, the run succeeds with 0 rows and a status message explaining why; nothing is charged.
- If a required field for the chosen mode is missing, the run succeeds with 0 rows and names the field.
- Long runs stop cleanly before the run timeout and say so, so partial batches are never silently billed.
Use Cases
- Competitor analysis โ track ratings, reviews, and feature changes
- Market research โ discover trending apps in specific categories
- Review monitoring โ aggregate user feedback across app versions
- Developer intelligence โ map developer portfolios and release patterns
- ASO research โ analyze keyword rankings and category competition
Input Examples
Search for apps
{"mode": "search","searchTerm": "fitness tracker","country": "us","maxResults": 50}
Look up specific apps
{"mode": "lookup","appIds": ["544007664", "310633997"],"includeReviews": true,"maxReviews": 100}
Look up by bundle ID
{"mode": "lookup","bundleId": "com.instagram.Instagram"}
Get reviews only
{"mode": "reviews","appIds": ["544007664"],"maxReviews": 200,"country": "us"}
List all apps by a developer
{"mode": "developer","developerId": "284417353","country": "us"}
Output Example
{"appId": 544007664,"bundleId": "com.instagram.Instagram","name": "Instagram","developer": "Instagram, Inc.","price": 0,"formattedPrice": "Free","rating": 4.7,"ratingCount": 25431876,"primaryCategory": "Photo & Video","version": "325.0","contentRating": "12+","url": "https://apps.apple.com/us/app/instagram/id544007664","iconUrl": "https://is1-ssl.mzstatic.com/image/...","screenshots": ["..."],"releaseNotes": "Bug fixes and performance improvements","reviews": [{"title": "Great app but...","content": "Love the features but the algorithm...","rating": 4,"author": "user123","version": "325.0"}]}
Country Codes
Use standard ISO 3166-1 alpha-2 codes: us, gb, ca, au, de, fr, jp, kr, in, br, etc.
Category IDs
Common App Store genre IDs:
6014โ Games6007โ Productivity6015โ Finance6005โ Social Networking6016โ Entertainment6002โ Utilities6013โ Health & Fitness6017โ Education6008โ Photo & Video6012โ Business
Pricing
Pay-per-event. $0.005 per Actor start (per GB of memory, minimum one event) and $0.02 per dataset item โ one item is one app listing, or one review row in reviews mode. Runs that return no rows (empty search, missing required field) charge nothing beyond the Actor start.
Support
Questions? Open an issue on the actor page or contact NexGenData.
๐ป Code Example โ Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/apple-app-store-scraper").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
๐ Code Example โ cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~apple-app-store-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
โ FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings โ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? $0.005 for the start plus $0.02 per row. A 10-app search run costs about $0.205.
Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes โ you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
๐ฐ Pricing
Pay-per-event pricing โ you only pay for what you actually extract.
- Actor Start: $0.0050 per run (per GB of Actor memory, minimum one event)
- App listing / review row (dataset item): $0.0200 each
๐ Related NexGenData Actors
๐ Apify Affiliate Program
New to Apify? Sign up with our referral link โ it helps fund the maintenance of this actor fleet.
๐ More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com โ the brand home for everything we ship.
- ๐ Tutorials & how-to guides
- ๐๏ธ Full actor catalog with usage examples
- ๐ฆ Gumroad data packs (one-time purchases)
- ๐ฌ Newsletter โ monthly drops of new actors and revenue experiments
Built and maintained by NexGenData โ 165+ actors covering scraping, enrichment, MCP servers, and automation. ๐ Home: thenextgennexus.com
Why Apple App Store Scraper Beats Sensor Tower, data.ai & AppFigures
| Feature | NexGenData Apple App Store Scraper | Sensor Tower | data.ai (App Annie) | AppFigures |
|---|---|---|---|---|
| Cost | $0.02 / app, pay-per-result | $99-1500+ / user / month | Enterprise ($$$$) | $9.99-199 / month |
| Coverage | iTunes + App Store reviews + developer | App Store + Play Store + IAP | App Store + Play Store | App Store + Play Store |
| Auth required | Apify token | Account + plan | Enterprise contract | Account + plan |
| Country coverage | 155+ App Store countries | 60+ countries | 60+ countries | All |
| Review extraction | Yes โ full text | Yes (plan-gated) | Yes (plan-gated) | Yes |
| Developer portfolio scan | Yes โ all apps by developer | Yes | Yes | Yes |
| Billing model | Pay-per-result, no seat licence | Seat licence | Enterprise contract | Monthly subscription |
Indie app developers, ASO consultants, and competitive-intel teams pick this actor instead of a Sensor Tower seat license because the per-app cost is an order of magnitude lower at comparable App Store coverage. It is a drop-in alternative to data.ai's enterprise contract when you only need App Store data, not the full multi-store + IAP aggregation. Compared with AppFigures' entry tier, this actor is cheaper for low-volume usage and removes the monthly seat license entirely.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| G2 SaaS reviews (B2B side) | G2 Reviews Scraper |
| SaaS pricing-page tracker | SaaS Pricing Tracker |
| Google Play Store equivalent (where available) | Google Maps MCP Server |
| Shopify storefront teardown | Shopify Store Analyzer |
| Tech-stack / Wappalyzer replacement | Wappalyzer Replacement |
| Page-speed & CWV analyzer | Page Speed Analyzer |
| GitHub trending repos | GitHub Trending Scraper |
| Competitor price tracking (e-comm) | Competitor Price Monitor |
| Hacker News + Show HN tracker | Hacker News Scraper |
Affiliate signup: apify.com/nexgendata?fpr=2ayu9b.