🍎 App Store Scraper — Rankings & Reviews avatar

🍎 App Store Scraper — Rankings & Reviews

Pricing

from $3.00 / 1,000 results

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 $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

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

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.