Every signal behind a domain.
One call.
Sales teams, infosec teams, and growth engineers spend hours stitching together WHOIS lookups, certificate logs, DNS queries, and technology detectors. DataSonar returns all of it in a single response, in real time.
POST https://api.datasonar.dev/v1/dns/intelligence
Authorization: Bearer osk_…
{ "domain": "anthropic.com" } {
"status": "success",
"domain": "anthropic.com",
"email_provider": "Google Workspace",
"nameserver_provider": "Cloudflare",
"has_spf": true,
"has_dmarc": true,
"technologies": [
"SPF", "Google Search Console",
"Microsoft 365", "Stripe", "Atlassian"
],
"records": { "A": [...], "MX": [...], "TXT": [...] }
} Six intelligence endpoints, one key.
POST /v1/dns/lookup DNS lookup
A, MX, TXT, NS, CNAME, AAAA records in one structured response.
POST /v1/dns/intelligence DNS intelligence
Detect the email provider, nameserver provider, SPF and DMARC posture, and inferred technology footprint.
POST /v1/intel/ssl SSL certificate
Issuer, expiry date, days remaining, subject, SANs. Built for monitoring and pipeline-aware renewals.
POST /v1/intel/whois WHOIS
Registrar, creation and expiry dates, abuse contacts, nameservers — all structured.
POST /v1/intel/page Page intelligence
Technology stack, contact emails and phones, social profiles, RSS and JSON feeds, every logo and favicon.
POST /v1/verify/email Email verification
Syntax check, MX lookup, SMTP handshake, catch-all detection, disposable provider check, deliverability score.
Who uses domain intelligence
Sales intelligence platforms
Enrich every account in your pipeline with technology stack, mail provider, and decision-maker email patterns. One call per domain, structured JSON in milliseconds.
Threat intelligence and infosec
Monitor certificate expiry across thousands of domains, flag SPF and DMARC gaps, detect when infrastructure quietly changes hands. All from a single API.
RevOps and ABM
Target by technology footprint. Identify accounts running specific stacks — Stripe, Atlassian, Workspace — without scraping LinkedIn or licensing a separate enrichment vendor.
Competitive monitoring
Track when a competitor's SSL provider changes, when their CDN switches, when a new subdomain appears on a sitemap. Signals you cannot get from a marketing fly-by.
Two lines of code.
Drop intelligence into any pipeline today.
# Get the full domain intelligence picture in one call.
curl -X POST https://api.datasonar.dev/v1/dns/intelligence \
-H "Authorization: Bearer osk_..." \
-H "Content-Type: application/json" \
-d '{"domain": "anthropic.com"}'Common questions about domain intelligence
What is the difference between DNS lookup and DNS intelligence? ▾
How fast is the intelligence layer? ▾
How accurate is technology detection? ▾
Can I verify email deliverability without sending an email? ▾
Is this safe to run at scale against the same domain? ▾
How is this different from a tool like BuiltWith? ▾
Enrich your first 1,000 domains free.
No credit card. Every endpoint included.