Domain WHOIS and DNS Lookup: Bulk Domain Intelligence, $1 per 1,000 Domains

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.

Open on Apify → Try it now
Pricing
$0.001/domain
RAM
128MB
Coverage
All gTLDs + ccTLDs
Output fields
25+
Proxy
Apify datacenter
Tech
WHOIS + DNS resolver

What you get

Primary use cases

API example

# 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

Integrations

Output fields

FieldTypeExample
domainstringstripe.com
registrarstringMarkMonitor Inc.
creation_datestring2008-09-08T00:00:00Z
expiry_datestring2027-09-07T00:00:00Z
registrant_orgstringStripe, Inc.
primary_mxstringaspmx.l.google.com
email_providerstringGoogle Workspace
has_spfbooleantrue
dmarc_policystringreject
ns_recordsarray["ns-cloud-a1.googledomains.com"]

Related Actors

Open on Apify → Try it now (free tier available)