Hourly HTTP, DNS & Script Decompilation

Web Technographics Engine: Raw, verifiable feeds.

Continuous live inspection of 100M+ web domains tracking SaaS scripts, backend services, advertising pixels, and cloud hosting providers.

Global Coverage Scope
100M+ Active Domains

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.
$domainIndexed
$technologies_detectedIndexed
$first_seenIndexed
$last_seenIndexed
$cmsIndexed
$ecommerce_platformIndexed
$cdnIndexed
$analytics_toolsIndexed

Payload

Raw sample response.

Example JSON structure returned by the MixRank REST & Webhook endpoints.
{
  "domain": "airbnb.com",
  "live_status": 200,
  "dns_provider": "Amazon Route 53",
  "cdn": "Cloudflare Enterprise",
  "technologies": [
    {
      "category": "Web Framework",
      "name": "Next.js & React",
      "certainty": 0.99
    },
    {
      "category": "Cloud Hosting",
      "name": "AWS (us-east-1)",
      "certainty": 0.98
    },
    {
      "category": "Customer Data Platform",
      "name": "Segment",
      "certainty": 0.95
    },
    {
      "category": "Security",
      "name": "Cloudflare Bot Management",
      "certainty": 0.99
    },
    {
      "category": "Payments",
      "name": "Stripe & Adyen",
      "certainty": 0.97
    }
  ],
  "hourly_drift_detected": false,
  "last_scanned": "2026-08-17T12:04:18Z"
}