App Store Market Intelligence avatar

App Store Market Intelligence

Pricing

from $2.00 / 1,000 results

Go to Apify Store
App Store Market Intelligence

App Store Market Intelligence

Rankings, reviews with theme analysis, keyword/ASO search & app metadata from the Apple App Store AND Google Play - iOS + Android, 150+ countries incl. Korea & Japan. No API key.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Seoul Data Labs

Seoul Data Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

App Store Market Intelligence πŸ“±

Pull rankings, reviews, keyword/ASO data, and app metadata from any Apple App Store storefront β€” US, Korea, Japan, and 150+ countries β€” with no API key and no setup. Built on Apple's official public feeds, so it runs fast and reliably from anywhere.

Whether you track competitors, research a market before launch, monitor your own app's reviews, or feed app data into a dashboard, this Actor returns clean, structured JSON you can use immediately.

What it does

Choose one of four modes:

ModeWhat you get
Reviews + analysisThe most-recent customer reviews for any app plus an instant summary: rating histogram, positive/negative %, and the top keyword themes driving praise and complaints (works in any language β€” Korean, Japanese, English…).
Top-chart rankingsTop Free / Paid / Grossing / New apps for a country, optionally filtered by category (Games, Finance, Shopping…).
Keyword search (ASO)Where apps rank for a search term in a given storefront β€” the core signal for App Store Optimization.
App detailsFull metadata for specific apps: rating, rating count, version, size, release + update dates, description, screenshots, and more.

Why this Actor

  • 🌏 Every storefront, first-class β€” most scrapers assume the US store. Here Korea (kr), Japan (jp), and every other storefront are equal citizens. Great for Asia-market research.
  • 🧠 Reviews you can act on β€” you don't just get raw review rows, you get why an app is rated the way it is: a rating breakdown and the recurring themes in positive vs. negative reviews.
  • ⚑ Reliable & keyless β€” uses Apple's public CDN feeds. No login, no proxies, no breakage from anti-bot walls.
  • 🧾 Clean schema β€” stable field names, ready for a spreadsheet, database, or BI tool.

Example inputs

Analyze a competitor's Korean reviews

{
"mode": "reviews",
"country": "kr",
"appIds": ["362057947"],
"maxReviewsPerApp": 200,
"includeReviewAnalysis": true
}

Top-grossing games in the US

{ "mode": "rankings", "country": "us", "chart": "topgrossing", "category": "games", "maxItems": 50 }

Who ranks for "배달" (food delivery) in Korea

{ "mode": "search", "country": "kr", "searchTerm": "배달", "maxItems": 25 }

Full details for specific apps

{ "mode": "appDetails", "country": "jp", "appIds": ["310633997", "389801252"] }

Finding an App ID: open any App Store link and copy the number after id, e.g. apps.apple.com/kr/app/kakaotalk/id362057947 β†’ 362057947.

Output

Rows are written to the dataset. Review runs emit one reviewSummary row per app followed by review rows:

{
"recordType": "reviewSummary",
"appId": "362057947",
"country": "kr",
"count": 200,
"averageRating": 2.6,
"ratingHistogram": { "5": 58, "4": 17, "3": 16, "2": 4, "1": 105 },
"negativePct": 54.5,
"positivePct": 37.5,
"topKeywordsNegative": [ { "keyword": "μ—…λ°μ΄νŠΈ", "count": 41 }, { "keyword": "숏폼", "count": 33 } ],
"topKeywordsPositive": [ { "keyword": "μ’‹μ•„μš”", "count": 22 } ]
}

Rankings, search, and app-details rows include rank/searchRank, title, developer, category, rating, ratingCount, price, appId, and more. Export any run to JSON, CSV, Excel, or via API.

Common use cases

  • Competitive intelligence β€” track rival apps' rankings and review sentiment over time (schedule daily runs).
  • Market entry research β€” see what dominates the Korean/Japanese charts before you localize.
  • ASO β€” monitor keyword rankings and mine review language for the terms real users use.
  • Reputation monitoring β€” get alerted to a spike in 1-star reviews and the themes behind them.
  • Investment / trend research β€” watch top-grossing charts across countries.

Notes

  • Apple's public review feed returns up to ~500 most-recent reviews per app per storefront.
  • All data comes from Apple's public endpoints; this Actor performs no login and collects no private data.
  • Country codes are ISO two-letter storefront codes (us, kr, jp, gb, de, fr, cn, in, br, …).