Apple App Store Scraper โ€” App Metadata & ASO Data API avatar

Apple App Store Scraper โ€” App Metadata & ASO Data API

Pricing

from $20.00 / 1,000 app listings

Go to Apify Store
Apple App Store Scraper โ€” App Metadata & ASO Data API

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

NexGenData

Maintained by Community

Actor 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 โ€” Games
  • 6007 โ€” Productivity
  • 6015 โ€” Finance
  • 6005 โ€” Social Networking
  • 6016 โ€” Entertainment
  • 6002 โ€” Utilities
  • 6013 โ€” Health & Fitness
  • 6017 โ€” Education
  • 6008 โ€” Photo & Video
  • 6012 โ€” 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 ApifyClient
client = 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

๐Ÿš€ 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

FeatureNexGenData Apple App Store ScraperSensor Towerdata.ai (App Annie)AppFigures
Cost$0.02 / app, pay-per-result$99-1500+ / user / monthEnterprise ($$$$)$9.99-199 / month
CoverageiTunes + App Store reviews + developerApp Store + Play Store + IAPApp Store + Play StoreApp Store + Play Store
Auth requiredApify tokenAccount + planEnterprise contractAccount + plan
Country coverage155+ App Store countries60+ countries60+ countriesAll
Review extractionYes โ€” full textYes (plan-gated)Yes (plan-gated)Yes
Developer portfolio scanYes โ€” all apps by developerYesYesYes
Billing modelPay-per-result, no seat licenceSeat licenceEnterprise contractMonthly 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.

Use caseActor
G2 SaaS reviews (B2B side)G2 Reviews Scraper
SaaS pricing-page trackerSaaS Pricing Tracker
Google Play Store equivalent (where available)Google Maps MCP Server
Shopify storefront teardownShopify Store Analyzer
Tech-stack / Wappalyzer replacementWappalyzer Replacement
Page-speed & CWV analyzerPage Speed Analyzer
GitHub trending reposGitHub Trending Scraper
Competitor price tracking (e-comm)Competitor Price Monitor
Hacker News + Show HN trackerHacker News Scraper

Affiliate signup: apify.com/nexgendata?fpr=2ayu9b.