Domain Intelligence

Turn any domain into business intelligence

Resolve a domain to a verified business, with domain-specific context, industry classification, risk signals, and website status.

GET /v1/domain-intelligence?domain=coupa.com

coupa.com

Coupa Software Incorporated · Delaware

matchedconfidence 98

Domain intelligence

Primary NAICS 541511 Custom Computer Programming · 95 / 95
Business model B2B SaaS
Domain aliases exari.com
Tranco rank 32,137
Website 200 OK · resolvable · responsive

Tags

Spend ManagementProcurement SoftwareSupply Chain Management
GET /v1/domain-intelligence?domain=coupa.com
200 OK application/json
{
  "domain": "coupa.com",
  "status": "complete",
  "data": {
    "status": "matched",
    "confidence": 98,
    "entity": {
      "name": "Coupa Software Incorporated",
      "primary_legal_entity": {
        "name": "COUPA SOFTWARE INCORPORATED",
        "jurisdiction": "Delaware"
      }
    },
    "domain_intelligence": {
      "classification": {
        "naics_codes_2022": [
          {
            "code": "541511",
            "name": "Custom Computer Programming Services",
            "relevance": 95,
            "confidence": 95,
            "is_primary": true
          }
        ],
        "business_model": [
          "B2B SaaS"
        ],
        "business_tags": [
          "Spend Management",
          "Procurement Software",
          "Supply Chain Management"
        ]
      },
      "domain_aliases": [
        "exari.com"
      ],
      "tranco_rank": 32137,
      "website_status": {
        "status": 200,
        "is_resolvable": true,
        "is_webserver_responsive": true
      }
    }
  }
}
// real response, trimmed · full schema

How it works

01

Send a domain

Call the domain intelligence API with any domain, backed by our business graph of 265M+ verified entities.

02

Get domain-specific intelligence

Entity resolution with a business profile, domain-specific description, NAICS codes, business model, products/services, and domain context.

03

Act on it

Turn raw domain data into decisions like onboarding, risk, enrichment, and routing, through one API.

Why teams choose Domain Intelligence

Entity resolution

Resolve domains to verified entities with legal names, descriptions, headquarters, parents, and confidence scores.

Domain-specific intelligence

Domain-specific descriptions, industry classification (NAICS), business model, products/services, and tags.

Context & risk

Domain type, relationship to the entity, business relevance, website status, and disposable-email detection.

Signals that add up

Domain aliases, Tranco rank for traffic, responsiveness checks, and detailed matching factors.

Resolve your first entity in minutes

Sign up, get API keys instantly, and make your first call with $25 in free credit. One request returns a verified entity, drawn from 140+ official registries.

POST /v2/entity-resolution/async
{
  "request_id": "reqa_2ZUKmavJxCx4GHMnpJsc9",
  "status": "COMPLETED",
  "data": {
    "status": "matched",
    "confidence": 98,
    "type": "business",
    "entity": {
      "id": "siq_2ZUKocPbFCPLClZ5XtHlJ",
      "name": "Apple",
      "primary_legal_entity": {
        "name": "APPLE INC.",
        "jurisdiction": "California"
      },
      "website": "apple.com"
    }
  }
}