Domain Intelligence Lookup avatar

Domain Intelligence Lookup

Pricing

Pay per usage

Go to Apify Store
Domain Intelligence Lookup

Domain Intelligence Lookup

Consolidated domain report: DNS records (A/AAAA/MX/NS/TXT/CNAME/SOA), WHOIS (registrar, age, expiry), SSL certificate details, plus derived signals like SPF/DMARC presence and mail provider. For domain investors, security research and lead enrichment.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Y A

Y A

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

One domain in → a full intelligence report out: DNS, WHOIS, SSL, and mail/security signals.

Feed this Actor a list of domains and get a consolidated report for each — everything you'd otherwise gather from five different tools. Built for domain investors, security researchers, sales/lead enrichment, and infrastructure audits.

What it returns

  • 🌐 DNS records — A, AAAA, MX, NS, TXT, CNAME, SOA.
  • 📇 WHOIS — registrar, creation / expiry / updated dates, domain age, name servers.
  • 🔒 SSL certificate — issuer, subject, expiry date, days until expiry, Subject Alt Names.
  • 🧠 Derived signals:
    • hasSpf / hasDmarc — email authentication posture.
    • mailProvider — Google Workspace, Microsoft 365, Zoho, Proton, or Other.
    • sslExpiringSoon — flags certs expiring within 30 days.
    • resolves — whether the domain currently resolves.

Input

FieldTypeDescription
domainsarrayDomains to look up (URLs are accepted and reduced to the domain).
domainstringConvenience field for a single domain.
includeWhoisbooleanInclude WHOIS lookup (default true).
includeSslbooleanInclude SSL certificate inspection (default true).

Example input

{
"domains": ["example.com", "google.com"],
"includeWhois": true,
"includeSsl": true
}

Output (excerpt)

{
"domain": "example.com",
"resolves": true,
"dns": {
"A": ["93.184.216.34"],
"MX": ["0 ."],
"NS": ["a.iana-servers.net", "b.iana-servers.net"],
"TXT": ["v=spf1 -all"]
},
"whois": {
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"createdDate": "1995-08-14",
"expiryDate": "2026-08-13",
"ageDays": 11000
},
"ssl": { "valid": true, "issuer": "DigiCert Inc", "daysUntilExpiry": 210 },
"signals": { "hasSpf": true, "hasDmarc": false, "mailProvider": null, "sslExpiringSoon": false }
}

Pricing

Billed per domain reported.

Notes

  • Uses public DNS, WHOIS, and TLS — no scraping of protected content.
  • WHOIS field availability varies by TLD and registrar; missing fields are returned as null.