Rev.now API

Programmatic access to app revenue and download estimates. JSON in, JSON out. Free public endpoint - please cache responsibly.

Endpoint

POST https://rev.now/api/estimate
Content-Type: application/json

{ "url": "https://apps.apple.com/us/app/instagram/id389801252" }

Response

{
  "app": { "platform": "ios", "id": "...", "title": "...", "icon": "...", ... },
  "estimate": {
    "monthly":  { "low": ..., "mid": ..., "high": ... },
    "annual":   { "low": ..., "mid": ..., "high": ... },
    "lifetime": { "low": ..., "mid": ..., "high": ... },
    "fun":      { "perSec": ..., "perMin": ..., "perDay": ..., ... },
    ...
  },
  "sharePath": "/app/ios/.../slug"
}

Authenticated tier (coming soon)

Higher rate limits, batch endpoints, historical estimates, and webhooks. Get on the list →