Domain Intelligence Lookup
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
domains | array | Domains to look up (URLs are accepted and reduced to the domain). |
domain | string | Convenience field for a single domain. |
includeWhois | boolean | Include WHOIS lookup (default true). |
includeSsl | boolean | Include 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.