Domain Intelligence
Resolve a domain (JSON body)
POST
/v3/domain-intelligence Same as GET, with the parameters in a JSON body.
Request body
domainstring requiredA domain, a full URL, or an email address. All are normalized to the root domain, sohttps://www.datadoghq.com/pricing,datadoghq.comandjane@datadoghq.comare equivalent.
Responses
200 Always returned, including while research is still running. Check `status`.
domainstringThe normalized root domain.statusstring (enum)completebuildingpendingrefreshingfailedcompletemeansdatais populated.buildingandpendingmean research is still running anddataisnull.messagestringrequest_idstringmetadataobjectShow 3 nested fieldsHide nested fields
last_updatedstring <date-time>processing_started_atstring <date-time>estimated_completionstring <date-time>
dataobjectNull untilstatusiscomplete.Show 10 nested fieldsHide nested fields
statusstring (enum)matchedpartial_matchinconclusiveno_matchconfidenceintegertypestringsubtypestringentityobjectShow 10 nested fieldsHide nested fields
idstringdisplay_namestringThe brand or common name.legal_namestringThe registered name, as it appears on the government record.statusstring (enum)activeinactivedescriptionstringwebsitestringheadquartersobjectThe headquarters address, always as the nestedaddressobject — there are no flat alias fields. Every key below is always present; unknown values arenullrather than omitted, so the key set is stable across responses and endpoints.Show 1 nested fieldHide nested fields
addressobjectShow 10 nested fieldsHide nested fields
street_addressstringstreet_numberstringsub_premisestringcitystringstatestringSubdivision as written ("California"), when we hold it.state_codestringISO-3166-2 subdivision code ("CA"). Derived fromstatewhen we can map it confidently;nullrather than guessed when we cannot.postal_codestringcountrystringcountry_codestringformatted_addressstringSingle-line rendering of the parts above. Composed from them when we hold no stored formatting.
primary_legal_entityobjectThe government registration that anchors this entity.Show 5 nested fieldsHide nested fields
idstringjurisdictionstringcountry_codestringstate_codestringregistration_authorityobjectThe government register this entity is recorded in.Show 7 nested fieldsHide nested fields
idintegercodestringnamestringorganizationstringjurisdictionstringcountry_codestringwebsitestring
identifiersarray<object>Typed external identifiers, in a stable order.Show 3 nested fieldsHide nested fields
typestring (enum)registration_idciksec_cikleibiceindunstickervaluestringCanonicalized for its type on the resolution and record endpoints. See Codes & enums.jurisdictionstringISO jurisdiction, where the identifier type is jurisdictional. Absent entirely on/v3/domain-intelligence.
matching_branchobjectSet when the query matched a specific branch or foreign registration rather than the entity's home registration.
candidateobjectOur best hypothesis when an entity could not be confirmed. A response populatesentityorcandidate, never both.Show 6 nested fieldsHide nested fields
namestringlegal_namestringjurisdictionstringstatusstringdescriptionstringprimary_addressobjectShow 3 nested fieldsHide nested fields
full_addressstringstate_codestringcountry_codestring
factorsarray<object>Show 4 nested fieldsHide nested fields
codestringStable code. See Codes & enums.typestring (enum)strengthlimitationdescriptionstringimpactstring
actionsarray<object>Show 2 nested fieldsHide nested fields
codestringdescriptionstring
domain_intelligenceobjectWhat we know about the domain itself, as distinct from the company behind it.Show 11 nested fieldsHide nested fields
domainstringurlstringdomain_aliasesarray<string>descriptionstringtranco_rankintegerGlobal traffic rank. Lower is bigger.website_statusobjectReachability of the domain when we last checked it.Show 6 nested fieldsHide nested fields
statusintegerHTTP status code observed.is_resolvablebooleanis_webserver_responsivebooleanhas_contentbooleanfailure_reasonstringlast_checkedstring <date-time>
domain_contextobjectWhat this domain is, and how it relates to the business behind it.Show 4 nested fieldsHide nested fields
domain_typestring (enum)Show 13 possible valuesHide possible values
corporate_websiteinfrastructureservice_platformemail_domainapi_endpointcdn_domainsubdomainparked_domainpersonal_sitecontent_platformplaceholder_pagenon_businessotherdomain_relationshipstring (enum)direct_ownerparent_companyinfrastructure_providerservice_provideremail_providerplatform_providerdomain_purposestringbusiness_relevancestring
is_disposable_email_providerbooleanindustryobjectIndustry codes keyed by scheme. A scheme that was not classified is absent; an empty key is never returned.Show 1 nested fieldHide nested fields
schemesobjectShow 2 nested fieldsHide nested fields
naics_2022array<object>Show 4 nested fieldsHide nested fields
codestringlabelstringis_primarybooleanOne code per scheme is primary. Primary codes are returned first.confidenceinteger
sicarray<object>Show 4 nested fieldsHide nested fields
codestringlabelstringis_primarybooleanOne code per scheme is primary. Primary codes are returned first.confidenceinteger
classificationobjectScoped to this domain's observable motion, which can legitimately differ from the whole company's. Compare withclassificationon/v3/entities/{id}.Show 7 nested fieldsHide nested fields
sectorstringindustrystringsub_industrystringbusiness_tagsarray<string>market_segmentsarray<string (enum)>revenue_modelsarray<string>products_servicesarray<string>
social_profilesobjectThe accounts this site links to. Same{handle}shape as the entity record, so one parser reads both. The entity record's set is the entity's best-known handles; this set is what the domain itself advertises, and the two can differ.Show 4 nested fieldsHide nested fields
linkedinobjectShow 1 nested fieldHide nested fields
handlestring
facebookobjectShow 1 nested fieldHide nested fields
handlestring
crunchbaseobjectShow 1 nested fieldHide nested fields
handlestring
twitterobjectShow 1 nested fieldHide nested fields
handlestring
redirect_infoobjectPresent only when the requested domain redirected elsewhere.Show 5 nested fieldsHide nested fields
is_redirectbooleanoriginal_domainstringfinal_domainstringredirect_status_codeintegerredirect_typestring
400 Invalid or missing parameters.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
401 Missing or invalid API key.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
402 Credit balance exhausted.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
403 This account is not enabled for the v3 API.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
429 Rate limit exceeded.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
500 Something went wrong on our side.
errorobjectShow 2 nested fieldsHide nested fields
typestringStable, machine-readable error code.messagestringHuman-readable explanation. Do not match on this.
Example request
cURL
curl --request POST \
--url 'https://api.savvyiq.ai/v3/domain-intelligence' \
--header 'apikey: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{"domain":"datadoghq.com"}' Example response
Datadog, resolved from its domain200
{
"domain": "datadoghq.com",
"status": "complete",
"data": {
"status": "matched",
"confidence": 98,
"type": "business",
"subtype": "incorporated_entity",
"entity": {
"id": "siq_33d67jj0wJESjEdFHMhuQ",
"display_name": "Datadog",
"legal_name": "Datadog, Inc.",
"status": "active",
"description": "Datadog, Inc. is an American company that provides an AI-powered observability and security platform for cloud-scale applications. Its SaaS-based data analytics platform enables businesses to monitor servers, containers, databases, and third-party services, offering solutions for infrastructure monitoring, application performance monitoring, log management, and cloud security. The platform helps DevOps teams prevent downtime, resolve performance issues, and ensure optimal user experience by making their entire technology stack observable.",
"website": "https://www.datadoghq.com/",
"headquarters": {
"address": {
"street_address": "620 8th Ave, 45th Floor",
"street_number": "620",
"sub_premise": "45th Floor",
"city": "New York",
"state": "New York",
"state_code": "NY",
"postal_code": "10018",
"country": "United States",
"country_code": "US",
"formatted_address": "620 8th Ave, 45th Floor, New York, New York 10018, United States"
}
},
"primary_legal_entity": {
"id": "le_33ZaMFuXb9ypDhieUu9ld",
"jurisdiction": "US-NV",
"state_code": "NV",
"country_code": "US"
},
"identifiers": [
{
"type": "registration_id",
"value": "NV20263564978",
"jurisdiction": "US-NV"
},
{
"type": "cik",
"value": "0001561550",
"jurisdiction": null
},
{
"type": "lei",
"value": "549300F6JNO0KRPO1K63",
"jurisdiction": null
},
{
"type": "ticker",
"value": "DDOG",
"jurisdiction": null
}
],
"matching_branch": null
},
"candidate": null,
"factors": [
{
"code": "website_official_status",
"type": "strength",
"impact": "Confirms this is the entity's official website.",
"description": "The domain 'datadoghq.com' clearly functions as the official website for Datadog."
},
{
"code": "legal_entity_confirmed_on_website",
"type": "strength",
"impact": "Confirms the legal entity operating this domain.",
"description": "The legal entity 'DATADOG, INC.' is identified and confirmed within the domain's legal information."
},
{
"code": "domain_content_matches_entity",
"type": "strength",
"impact": "Confirms this is the entity's official domain.",
"description": "Domain content, branding, and services on 'datadoghq.com' strongly align with Datadog's operations."
},
{
"code": "consistent_entity_references",
"type": "strength",
"impact": "Eliminates ambiguity about domain ownership.",
"description": "Multiple pages across 'datadoghq.com' consistently reference Datadog and its corporate identity."
}
],
"actions": [],
"domain_intelligence": {
"domain": "datadoghq.com",
"url": "https://www.datadoghq.com/",
"domain_aliases": [],
"description": "Datadog, Inc. is an American technology company that provides a cloud monitoring and analytics platform. Its core business involves offering software solutions for infrastructure monitoring, application performance management, log management, and security monitoring. The company helps businesses gain comprehensive visibility into their cloud applications and IT environments, enabling them to optimize performance, enhance security, and manage costs.",
"tranco_rank": 739,
"website_status": {
"status": 200,
"is_resolvable": true,
"is_webserver_responsive": true,
"has_content": true,
"failure_reason": null,
"last_checked": "2026-08-27T21:11:59.190Z"
},
"social_profiles": {
"linkedin": {
"handle": "company/datadog"
},
"facebook": {
"handle": null
},
"crunchbase": {
"handle": null
},
"twitter": {
"handle": "datadoghq"
}
},
"classification": {
"sector": "Technology",
"industry": "Software & Services",
"sub_industry": "Enterprise Software",
"market_segments": [
"b2b"
],
"revenue_models": [
"subscription",
"usage_based"
],
"products_services": [
"Infrastructure Monitoring",
"Application Performance Monitoring (APM)",
"Log Management",
"Security Monitoring",
"Real User Monitoring (RUM)",
"Synthetic Monitoring",
"Cloud Cost Management",
"AI Integrations"
],
"business_tags": [
"Cloud Monitoring",
"Observability Platform",
"DevOps Tools",
"IT Operations Management",
"Performance Management",
"Security Analytics",
"SaaS",
"Data Analytics",
"Cloud Computing",
"AI-powered Monitoring"
]
},
"domain_context": {
"domain_type": "corporate_website",
"domain_relationship": "direct_owner",
"domain_purpose": "The primary online presence for Datadog, Inc., used for marketing products, providing customer support, and corporate communications.",
"business_relevance": "This domain is central to Datadog's business operations, serving as the main channel for customer engagement, product information dissemination, and brand identity."
},
"is_disposable_email_provider": false,
"industry": {
"schemes": {
"naics_2022": [
{
"code": "513210",
"label": "Software Publishers",
"is_primary": true,
"confidence": 95
},
{
"code": "541511",
"label": "Custom Computer Programming Services",
"is_primary": false,
"confidence": 80
},
{
"code": "51",
"label": "Information",
"is_primary": false,
"confidence": 90
}
]
}
}
}
},
"message": null,
"metadata": {
"last_updated": "2026-08-20T18:43:39.219Z",
"processing_started_at": null,
"estimated_completion": null
}
}