为任意域名富化 WHOIS 记录、完整 DNS 和邮箱送达性态势。返回注册商、注册组织、注册日期、到期日期、名称服务器,A / AAAA / MX / TXT / NS / CNAME 记录,SPF / DMARC / DKIM 状态,以及推断的邮箱提供商(Google Workspace、Microsoft 365、Zoho、自建)。为批量而生:输入 10,000 域名,每域名一行返回。适用于 B2B 勘探、安全审计、并购研究和邮件送达性清理。
# 通过 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 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/domain-whois-dns
| 字段 | 类型 | 示例 |
|---|---|---|
| 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"] |