Back to APIs

Unified Agent API

Site Intelligence

Site Intelligence

Get WHOIS, DNS records, SSL analysis, technology fingerprinting, email security, and hosting data for any domain in one call.

POST/v1/sites/intel6-in-1 intel

Overview

Get comprehensive domain intelligence: WHOIS, DNS, SSL, tech stack, email security, hosting

Credits

Overview: 2, WHOIS: 1, DNS: 1, Tech Stack: 2, Security: 2, Subdomains: 2

Providers

RDAP/WHOISIPinfoSSL Labs

SDK Method

client.site_intel(...)

Modes

The mode parameter is a preset that configures optimal provider routing for common use cases. You can also set individual parameters directly for fine-grained control.

Overview

2 credits

All signals combined.

WHOIS + DNS + SSL + hosting + email security.

WHOIS

1 credit

Registration data.

Registrar, dates, nameservers, DNSSEC.

DNS

1 credit

Full record dump + email security.

A, MX, NS, TXT, SPF/DMARC/DKIM.

Tech Stack

2 credits

Technology fingerprinting.

CDN, frameworks, CMS, analytics from headers+HTML.

Security

2 credits

Security posture with A-F grade.

SSL + email security + HTTP headers scored.

Subdomains

2 credits

Subdomain discovery.

DNS brute force for 40+ common patterns.

Parameters

domainRequired

string

Domain to analyze (e.g. stripe.com).

mode

select (default: overview)

Intelligence depth.

Overview
WHOIS
DNS
Tech Stack
Security
Subdomains

Example Response

{
  "success": true,
  "data": {
    "domain": "stripe.com",
    "whois": {
      "created": "1995-09-12",
      "expires": "2027-09-11",
      "updated": "2025-10-01",
      "registrar": "SafeNames Ltd.",
      "nameservers": [
        "NS-1087.AWSDNS-07.ORG",
        "NS-1882.AWSDNS-43.CO.UK",
        "NS-423.AWSDNS-52.COM",
        "NS-705.AWSDNS-24.NET"
      ],
      "status": [
        "client delete prohibited",
        "client transfer prohibited"
      ],
      "dnssec": false,
      "source": "rdap"
    },
    "dns": {
      "provider": "AWS Route 53",
      "a_records": [
        "54.76.53.164",
        "52.215.231.162"
      ],
      "mx_records": [
        {
          "priority": 10,
          "host": "aspmx.l.google.com"
        },
        {
          "priority": 20,
          "host": "alt2.aspmx.l.google.com"
        }
      ],
      "email_provider": "Google Workspace",
      "has_spf": true,
      "spf_record": "v=spf1 ip4:198.2.180.60/32 include:spf1.stripe.com ~all",
      "has_dmarc": true,
      "dmarc_policy": "reject",
      "dkim_found": true,
      "dkim_selectors": [
        {
          "selector": "google",
          "preview": "v=DKIM1; k=rsa; p=MIGfMA0G..."
        }
      ]
    },
    "ssl": {
      "issuer": "DigiCert Inc",
      "valid_to": "2026-07-02",
      "days_until_expiry": 65,
      "protocol": "TLSv1.3",
      "cipher_suite": "TLS_AES_256_GCM_SHA384"
    },
    "hosting": {
      "provider": "Nginx",
      "confidence": "medium",
      "ip": "54.76.53.164",
      "asn": "AS16509",
      "asn_org": "Amazon.com, Inc.",
      "country": "IE",
      "city": "Dublin"
    }
  },
  "metadata": {
    "provider_used": "multi",
    "providers_tried": [
      "rdap",
      "dnspython",
      "ssl",
      "ipinfo"
    ],
    "mode_used": null,
    "response_time_ms": 2721,
    "request_id": "req_dc74a442"
  },
  "credits_used": 2
}

Get Started

Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.

Try Site Intelligence

Test Site Intelligence in the interactive playground. No setup required.

Open Playground
Site Intelligence API | Unified Agent APIs | suprbrowser