๐ŸŽ App Store Scraper โ€” Rankings & Reviews avatar

๐ŸŽ App Store Scraper โ€” Rankings & Reviews

Pricing

from $8.00 / 1,000 app listings

Go to Apify Store
๐ŸŽ App Store Scraper โ€” Rankings & Reviews

๐ŸŽ App Store Scraper โ€” Rankings & Reviews

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 $8.00 / 1,000 app listings

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

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

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 only for results. Billed per dataset item via Apify's pay-per-event model.

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? See the pricing section below. Most runs finish under $0.10 for typical batches.

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
  • App Listing: $0.0080

๐Ÿš€ Apify Affiliate Program

New to Apify? Sign up with our referral link โ€” you get free platform credits on signup, and you help 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