tools / revenue
revenue
read-onlyModeled revenue estimate
Roughly what does this app gross — said with honest error bars?
Apple publishes no revenue numbers for arbitrary apps. What it publishes is the top-grossing chart — and grossing rank maps to spend through a power law. revenue fits that curve (calibrated against published rank–revenue datapoints) and returns gross consumer spend bands in USD, daily and monthly, low/mid/high, scaled per storefront and per genre chart.
The tool is built to be quoted honestly. Bands span mid ÷ K to mid × K (K = 2 from the overall chart, 2.5 from a genre chart); apps on no consulted chart get only upperBoundDaily — they earn less than a rank-100 app, possibly far less. Every response carries the note that these are modeled estimates, that grossing reflects App Store billing only, and that developer proceeds run ~70–85% of gross.
This is the difference from panel-based market intelligence: not a confident-looking point estimate from an opaque pipeline, but a public-signal model that shows its input (topGrossing, via charts), its basis, and its spread.
See the live US top-grossing chart the model reads →
worked example
Model ChatGPT's US gross from its grossing rank.
{ "name": "revenue", "arguments": { "appId": 6448311069, "countries": [ "US" ] } }
{ "appId": 6448311069, "chartSize": 100, "currency": "USD", "storefronts": [ { "country": "US", "appName": "ChatGPT", "genreName": "Productivity", "topGrossing": 1, "genreGrossing": 1, "estimate": { "basis": "overall-chart", "rankUsed": 1, "daily": { "low": 2000000, "mid": 4000000, "high": 8000000 }, "monthly": { "low": 61000000, "mid": 120000000, "high": 240000000 }, "upperBoundDaily": null, "bandMultiplier": 2 } } ], "note": "figures are MODELED estimates, not Apple data: …" }
real response, captured 2026-07-29 — trimmed only where marked with …
- Read it as “#1 grossing US ≈ $2–8M/day gross consumer spend, center $4M” — an order of magnitude with stated spread, not a fake-precise point.
basistells you which chart fed the model; genre-chart estimates carry a wider band (bandMultiplier: 2.5) because genre spend-share scaling adds its own uncertainty.- Gross ≠ developer revenue (Apple's cut) and store billing only — apps monetizing outside IAP earn beyond what their rank shows. The response says all of this itself.
when to use it
- Sizing a category: model the top 10 grossing apps in a genre and you have the addressable spend, bands and all.
- Competitive context without a $70k market-intelligence contract — when order-of-magnitude answers the actual question (“is this a $10k/day or $100k/day competitor?”).
- Tracking monetization movement over time by re-modeling as grossing rank shifts (the hosted service archives daily grossing snapshots).
- Not for apps monetizing off-store (ads, external subscriptions) and not audited financials — agents are instructed to present it as an estimate, never fact.