Skip to main content
Full app intelligence report including metadata, market estimates (downloads and revenue), in-app purchases, and sentiment analysis. This is the most comprehensive endpoint for analyzing any iOS app.
Similar apps have moved to a dedicated endpoint. Use GET /v1/apps/:id/similar to fetch similar apps separately. The intelligence endpoint now returns similarApps: [] by default.

Path Parameters

Query Parameters

Code Examples

Response


App Object

In-App Purchases

In-app purchases are sourced from the official App Store web page. Apple embeds this data in structured JSON on the product page. The list includes all subscriptions, consumables, and non-consumables visible on the App Store listing.

Market Object

Downloads

How downloads are estimated (similar to Sensor Tower, AppTweak):
  1. Top Free/Paid chart (high confidence): Power-law model calibrated per category. Top 1 free app ≈ 500K–1.5M downloads/day, dropping off steeply by rank.
  2. Reviews heuristic (low confidence): reviewsCount × category ratio (industry benchmark: 1 review per 60–200 downloads depending on category).
The downloadsSource field tells you which method was used, and downloadsConfidence indicates reliability.

Revenue

How revenue is estimated (modeled after industry leaders):
  1. Top Grossing chart (high confidence): Power-law model with category-specific parameters. Games top 1 ≈ 2.5M/day,Financetop12.5M/day, Finance top 1 ≈ 1.4M/day.
  2. Paid price model (medium confidence): price × estimated daily sales × 0.70 net (Apple takes a 30% cut).
  3. IAP/subscription heuristic (low confidence): estimated MAU × monthly ARPU / 30 where ARPU varies by category (Games 0.80,Music0.80, Music 2.50, Finance 1.80,Education1.80, Education 1.20).

Sentiment

Other Market Fields

The topCountries array is derived from country rankings. The share percentage indicates the relative distribution of the app’s chart presence across countries. If the app only charts in one country, that country will show 100 share.

Similar Apps (Deprecated)

The similarApps field in the intelligence response is now always an empty array. Use the dedicated GET /v1/apps/:id/similar endpoint instead. This separation allows the intelligence report to return much faster (~4-6s vs 30+s).

Errors