Enrich any domain with WHOIS records, full DNS, and email-deliverability posture. Returns registrar, registrant org, creation date, expiry, name servers, A / AAAA / MX / TXT / NS / CNAME records, SPF / DMARC / DKIM status, and the inferred email provider (Google Workspace, Microsoft 365, Zoho, custom). Built for bulk: pass 10,000 domains and it returns one row per domain. Ideal for B2B prospecting, security audits, M&A research, and email-deliverability cleanup.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~domain-whois-dns/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "stripe.com", "shopify.com", "example-prospect.com", "competitor.io", "partner-domain.co" ], "checkSpfDmarc": true, "detectEmailProvider": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/domain-whois-dns
| Field | Type | Example |
|---|---|---|
| domain | string | stripe.com |
| registrar | string | MarkMonitor Inc. |
| creation_date | string | 2008-09-08T00:00:00Z |
| expiry_date | string | 2027-09-07T00:00:00Z |
| registrant_org | string | Stripe, Inc. |
| primary_mx | string | aspmx.l.google.com |
| email_provider | string | Google Workspace |
| has_spf | boolean | true |
| dmarc_policy | string | reject |
| ns_records | array | ["ns-cloud-a1.googledomains.com"] |