Enrichissez tout domaine avec WHOIS, DNS complet et posture de délivrabilité email. Retourne registrar, organisation enregistrante, date de création, expiration, serveurs de noms, enregistrements A / AAAA / MX / TXT / NS / CNAME, statut SPF / DMARC / DKIM et fournisseur email inféré (Google Workspace, Microsoft 365, Zoho, sur mesure). Construit pour le bulk : 10 000 domaines en entrée, une ligne par domaine en sortie. Idéal pour prospection B2B, audits de sécurité, recherche M&A et nettoyage de délivrabilité email.
# Lancer une exécution via l'API Apify 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 }' # Ou utiliser avec des agents IA via MCP : # https://mcp.apify.com?tools=santamaria-automations/domain-whois-dns
| Champ | Type | Exemple |
|---|---|---|
| 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"] |