DNS + Email Footprint Profiler - MX, SPF, DMARC, SaaS Stack avatar

DNS + Email Footprint Profiler - MX, SPF, DMARC, SaaS Stack

Pricing

$10.00 / 1,000 domain checkeds

Go to Apify Store
DNS + Email Footprint Profiler - MX, SPF, DMARC, SaaS Stack

DNS + Email Footprint Profiler - MX, SPF, DMARC, SaaS Stack

Bulk DNS + email + SaaS vendor profile from any domain list. Pure DNS over HTTPS (Google + Cloudflare resolvers), no scraping. Returns MX vendor (Google Workspace, M365, etc), SPF status, DMARC policy, DKIM signals, nameserver, CDN, hosting, and 25+ SaaS verification TXT signals. $0.01 per domain.

Pricing

$10.00 / 1,000 domain checkeds

Rating

0.0

(0)

Developer

Emily Ward

Emily Ward

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

DNS + Email + Cloud Footprint Profiler

Given a list of domains, returns a rich technographic profile based on public DNS records. Pure DNS over HTTPS (Google + Cloudflare resolvers), no scraping, no auth, fast and accurate.

What it returns

  • MX provider: Google Workspace, Microsoft 365, Proofpoint, Mimecast, Cisco, Zoho, Fastmail, ProtonMail, self-hosted, etc.
  • SPF status: record present, syntactically valid, all-mechanism strictness.
  • DKIM signals: common selector probes (google, k1, selector1, dkim).
  • DMARC policy: none, quarantine, reject, percentage.
  • Nameserver host: Cloudflare, Route53, GoDaddy, Namecheap, Dynadot, etc.
  • CDN / proxy: Cloudflare, Akamai, Fastly, CloudFront, Sucuri (from CNAME / IP range).
  • Hosting: AWS, GCP, Azure, DigitalOcean, Hetzner, OVH (from PTR / IP block).
  • SaaS signals from TXT verification records: Atlassian, Salesforce, HubSpot, Stripe, Adobe, Zoom, Webex, AWS SES, SendGrid, Postmark, Mailgun, Klaviyo, Intercom, Zendesk, Notion, Linear, GitHub Pages.
  • Domain age hint: from registrar TTL signals (best-effort, since WHOIS isn't queried).

Why use this

  • Sales targeting: identify "lives on Microsoft 365" or "uses SendGrid" prospects in bulk.
  • Security: surface domains missing SPF/DMARC, easy phishing targets.
  • Migration teams: audit a portfolio's current email + DNS posture before consolidation.
  • Investors / analysts: triangulate vendor stack across a target list.

Input

{ "domains": ["airbnb.com", "stripe.com", "github.com"] }

Pricing

  • US$0.01 per domain. Pay per domain checked.
  • Preview mode runs the first domain free.

Output

{
"domain": "stripe.com",
"mx_provider": "Google Workspace",
"mx_records": ["aspmx.l.google.com", "alt1.aspmx.l.google.com"],
"spf_pass": true,
"spf_record": "v=spf1 include:_spf.google.com ~all",
"dmarc_policy": "reject",
"dmarc_percent": 100,
"dkim_selectors_found": ["google"],
"ns_provider": "Cloudflare",
"name_servers": ["matt.ns.cloudflare.com", "olga.ns.cloudflare.com"],
"cdn_provider": "Cloudflare",
"hosting_provider": "AWS",
"saas_signals": ["AWS SES", "Atlassian", "SendGrid", "Stripe verification"],
"checked_at": "2026-05-31T09:00:00Z"
}

Pairs well with

Deep-dive landing page: https://ai-sales-personalizer.vercel.app/scrapers/dns-email-footprint

Limitations

  • DoH resolvers can occasionally return SERVFAIL on misconfigured domains. The actor retries once via the alternate resolver.
  • DKIM detection is selector-probe based (the standard 8 selectors). Custom selectors won't appear in dkim_selectors_found but the record may still exist.

Integrations

This actor works out of the box with every Apify-supported integration:

  • API: call via Apify API or any official SDK (Python, JavaScript, PHP, .NET). Returns a clean dataset URL.
  • Schedule: set a daily, weekly, or custom cron cadence in Apify Console. Combine with notification for fresh feeds.
  • Webhooks: wire ACTOR.RUN.SUCCEEDED to Slack, Discord, Zapier, Make, n8n, Pipedream, or any HTTPS endpoint.
  • MCP: this actor is discoverable through Apify's hosted MCP server at mcp.apify.com for Claude, Cursor, Cline, Windsurf, and other MCP clients.
  • n8n / Make / Zapier: native HTTP-Request integration. Trigger the actor on schedule, pipe results to Google Sheets, Airtable, your CRM, or any database.

Try it free

Every Apify user gets $5/month in free platform credits (around 250 events at this actor's per-event price). Run preview mode first to confirm output shape before scaling.

New to Apify? Sign up here to get free credits on signup.

What's New

  • 2026-06-03: Metadata, categories, and SEO refreshed. Latest version live on Apify Store.

Last Updated

2026-06-03