Hourly App Store & APK/IPA Decompilation

Mobile Apps & SDKs Intelligence: Raw, verifiable feeds.

Reverse-engineered iOS & Android app manifests tracking SDK installations, version drift, permissions, and app store telemetry.

Global Coverage Scope
6.2M+ Active iOS & Android Apps

Indexed across global registries, app stores, and active domain networks.

Delivery Channels
Hourly REST • S3 • Snowflake

Query via low-latency HTTP endpoints or stream directly into your cloud data lake.

Schema Specification

Verified metadata & schema keys.

Each field is parsed deterministically with confidence scoring and timestamp provenance.
$bundle_idIndexed
$app_nameIndexed
$installed_sdksIndexed
$removed_sdksIndexed
$permissionsIndexed
$downloads_estimateIndexed
$revenue_estimateIndexed
$developer_entityIndexed

Payload

Raw sample response.

Example JSON structure returned by the MixRank REST & Webhook endpoints.
{
  "bundle_id": "com.spotify.music",
  "app_name": "Spotify: Music and Podcasts",
  "platform": "iOS & Android",
  "category": "Music & Audio",
  "active_sdks": [
    {
      "name": "Adjust SDK",
      "category": "Attribution",
      "version": "4.38.1",
      "detected_at": "2026-08-15"
    },
    {
      "name": "Firebase Analytics",
      "category": "Analytics",
      "version": "10.22.0",
      "detected_at": "2026-08-14"
    },
    {
      "name": "Stripe Mobile SDK",
      "category": "Payments",
      "version": "20.35.0",
      "detected_at": "2026-08-16"
    },
    {
      "name": "Branch.io",
      "category": "Deep Linking",
      "version": "3.2.0",
      "detected_at": "2026-08-17"
    }
  ],
  "recent_sdk_churn": [
    {
      "name": "AppsFlyer",
      "action": "removed",
      "timestamp": "2026-07-28"
    }
  ],
  "estimated_monthly_downloads": "18.4M",
  "hourly_telemetry_status": "active_sync"
}