App Store Scraper avatar

App Store Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
App Store Scraper

App Store Scraper

Scrape Apple App Store apps and customer reviews into structured data — metadata, ratings, pricing, and reviews. Official Apple endpoints, no API key.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Josh Baker

Josh Baker

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

App Store Scraper 🍎

Pull Apple App Store data — app metadata and customer reviews — into clean, structured data. No API key, no blocking.

Give it a search term or an app ID and get back every app with name, developer, category, price, average rating, rating count, version, description, screenshots, and a direct link — plus customer reviews (star rating, title, text, author, app version, date) when you want them.

Runs on Apple's own public endpoints, so it's fast and reliable — no proxies fighting a wall, no login, no key.


✅ Why people use it

  • 🔎 Find apps by keyword or scrape specific apps by ID/URL
  • Metadata + reviews — ratings, pricing, versions, and full customer reviews
  • 🌎 Any storefront — pick the country (us, gb, de, …); reviews are per-country
  • 📤 Export anywhere — JSON / CSV / Excel download or API
  • 🔁 Schedule it — track a competitor's rating and new reviews over time
  • 🛡️ Reliable — official Apple endpoints, no API key required

🚀 Quick start (30 seconds)

  1. Enter one or more search terms (e.g. photo editor) or App IDs / URLs
  2. Pick a country and how many reviews per app you want
  3. Click Start

📤 Example output

App:

{
"type": "app",
"id": 389801252,
"appName": "Instagram",
"developer": "Instagram, Inc.",
"primaryGenre": "Photo & Video",
"price": 0,
"averageRating": 4.69,
"ratingCount": 29218424,
"version": "300.0",
"url": "https://apps.apple.com/us/app/instagram/id389801252"
}

Review (type: "review"):

{
"type": "review",
"appId": 389801252,
"rating": 5,
"title": "Love it",
"body": "Best way to keep up with friends...",
"userName": "photofan_92",
"appVersion": "300.0",
"updated": "2026-06-30T12:00:00-07:00"
}

🎯 Perfect for

  • ASO & app marketers — track ratings, mine reviews for keywords and complaints
  • Product teams — competitor review analysis, feature requests, bug signals
  • Market researchers — category pricing, rating distributions, release cadence
  • Developers — a clean App Store feed without the official (gated) APIs

💡 FAQ

Do I need an Apple developer account or API key? No — it uses Apple's public endpoints.

How many reviews can I get? Apple exposes up to ~500 recent reviews per app per country (10 pages × 50). Set Max reviews per app to whatever you need up to that.

Are reviews guaranteed? App metadata is always complete (name, developer, category, price, rating average, rating count, version, description, screenshots, dates). Reviews are best-effort: they come from Apple's public review feed, which is per-storefront and is sometimes empty for a given app/country even when it has thousands of ratings. If reviews come back empty, try a different country (e.g. gb) or re-run — Apple's feed is inconsistent. If you only need app data and ratings, turn Include reviews off.

Is this legal? It reads publicly available data from Apple's endpoints. You're responsible for how you use the data and for complying with applicable laws and terms.


🛠️ Input reference

FieldDescription
searchTermsKeywords to find apps
appIdsSpecific app IDs or App Store URLs
countryTwo-letter storefront code (default us)
maxAppsPerSearchApps per search term (max 200)
includeReviews / maxReviewsPerAppAlso pull reviews, capped per app (max 500)
reviewsSortMost recent or most helpful
proxyConfigurationOptional — default Apify Proxy is plenty

Not affiliated with, endorsed by, or sponsored by Apple Inc. "App Store" and "Apple" are trademarks of Apple Inc.