VOOZH about

URL: https://apify.com/logiover/bulk-email-deliverability-checker

โ‡ฑ Bulk Email Deliverability Checker โ€” MX, SPF, DKIM & DMARC ยท Apify


๐Ÿ‘ Bulk Email Deliverability Checker โ€” MX, SPF, DKIM, DMARC & BIMI avatar

Bulk Email Deliverability Checker โ€” MX, SPF, DKIM, DMARC & BIMI

Pricing

from $3.50 / 1,000 results

Go to Apify Store

Bulk Email Deliverability Checker โ€” MX, SPF, DKIM, DMARC & BIMI

Check email deliverability for thousands of domains in bulk. Verifies MX records, parses SPF policies, discovers DKIM selectors, parses DMARC tags and checks BIMI. Returns a detailed deliverability score per domain. No API key โ€” ideal for cold email campaigns and email marketing audits.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Bulk Email Deliverability Checker ๐Ÿ“ง โ€” MX, SPF, DKIM, DMARC & BIMI

Check email deliverability for thousands of domains in a single run. This bulk email deliverability checker queries every domain's DNS records for MX (mail servers), SPF (sender policy), DKIM (signing keys), DMARC (spoofing protection) and BIMI (brand logos) โ€” the five pillars of email deliverability. Each domain gets a detailed report with pass/fail per protocol, a parsed policy breakdown, and a numeric 0โ€“100 deliverability score with A+ to F grading.

Paste a list of domains and the actor resolves all DNS records in parallel via DNS-over-HTTPS. A single domain with full email config yields a rich row with MX server lists, SPF includes and policy, 30+ probed DKIM selectors, DMARC tags and BIMI SVG URL.

Looking for an email deliverability checker, a bulk SPF/DMARC audit tool, a DKIM record finder, a BIMI checker, or a free email authentication scanner? This actor does all five protocols at scale.


โœจ Key features

  • ๐Ÿ“ฌ 5-protocol audit โ€” MX, SPF, DKIM, DMARC and BIMI checked in a single run per domain.
  • ๐ŸŽฏ Numeric score (0โ€“100) โ€” each protocol carries a weight (MX=25, SPF=25, DMARC=25, DKIM=15, BIMI=8). Graded A+ to F.
  • ๐Ÿงฉ Deep SPF parse โ€” extracts the enforcement policy (+all/~all/-all/?all), counts DNS lookups (RFC limit is 10!), and lists all include: mechanisms.
  • ๐Ÿ”‘ DKIM selector discovery โ€” probes 31 common selectors (google, sendgrid, mailgun, docusign, microsoft, etc.) and reports which ones exist.
  • ๐Ÿ“œ Full DMARC tag parse โ€” p (policy), pct (percentage), rua (aggregate reports), ruf (forensic reports), sp (subdomain policy).
  • ๐Ÿ–ผ๏ธ BIMI check โ€” queries default._bimi.<domain> and extracts the SVG logo URL if present.
  • ๐Ÿ“‹ Issues list โ€” human-readable problems found per domain (e.g. "No DMARC record โ€” no protection against domain spoofing").
  • โšก High concurrency โ€” configurable parallel DNS queries (default 10, up to 100).
  • ๐Ÿ”‘ No API key โ€” uses public DNS-over-HTTPS (Cloudflare + Google fallback).

๐Ÿ’ก Use cases

  • Cold email campaign prep โ€” audit the email infrastructure of your prospect list before sending; flag domains with no MX or weak SPF.
  • Email deliverability consulting โ€” run bulk audits for clients, generate scores, and sell remediation plans.
  • Brand protection โ€” find domains in your portfolio that lack DMARC or have weak policies (p=none).
  • Compliance & security โ€” SPF/DKIM/DMARC are now table stakes for Google/Yahoo bulk sender requirements (2024+).
  • M&A due diligence โ€” assess the email security posture of an acquisition target's domain portfolio.
  • Domain broker / portfolio management โ€” scan parked and managed domains for email readiness.

๐Ÿ“ฆ What you get

Each row in the dataset is one domain's full deliverability report:

FieldDescription
domainThe checked domain
deliverabilityScoreOverall score from 0 to 100
gradeLetter grade: A+, A, B, C, D, F
hasMxtrue/false โ€” MX records exist
mxRecordsComma-separated MX entries (e.g. 10 aspmx.l.google.com, 20 alt1.aspmx.l.google.com)
mxCountNumber of MX records
hasSpftrue/false โ€” valid SPF record exists
spfRawRaw SPF TXT value
spfPolicyEnforcement policy: hardfail (-all), softfail (~all), neutral (?all), fail (+all)
spfIncludesComma-separated list of SPF include: domains
spfLookupCountNumber of DNS lookups the SPF record triggers
hasDmarctrue/false โ€” DMARC record at _dmarc.<domain>
dmarcRawRaw DMARC TXT value
dmarcPolicyDMARC policy: none, quarantine, reject
dmarcPctPercentage of mail subjected to the policy
dmarcRuaAggregate report URI
dmarcRufForensic report URI
dmarcSubdomainPolicySubdomain policy (sp tag)
hasDkimtrue/false โ€” at least one DKIM selector found
dkimSelectorsFoundComma-separated list of selectors with valid DKIM records
dkimSelectorsCheckedAll 31 selectors that were probed
hasBimitrue/false โ€” BIMI record at default._bimi.<domain>
bimiRawRaw BIMI TXT value
bimiSvgUrlBIMI logo SVG URL if found
passCountNumber of protocols with a passing config (0โ€“5)
totalChecksAlways 5
issuesSemicolon-separated list of problems found
resolverWhich DNS resolver answered (cloudflare or google)
checkedAtISO 8601 timestamp

Example output

[
{
"domain":"stripe.com",
"deliverabilityScore":"95",
"grade":"A+",
"hasMx":"true",
"mxRecords":"10 aspmx.l.google.com, 20 alt1.aspmx.l.google.com, 30 alt2.aspmx.l.google.com",
"mxCount":"3",
"hasSpf":"true",
"spfRaw":"v=spf1 include:_spf.google.com include:_spf.stripe.com -all",
"spfPolicy":"hardfail (-all)",
"spfIncludes":"_spf.google.com, _spf.stripe.com",
"spfLookupCount":"2",
"hasDmarc":"true",
"dmarcRaw":"v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@stripe.com",
"dmarcPolicy":"reject",
"dmarcPct":"100",
"dmarcRua":"mailto:dmarc@stripe.com",
"hasDkim":"true",
"dkimSelectorsFound":"google, mailgun",
"hasBimi":"true",
"bimiSvgUrl":"https://bimi.stripe.com/logo.svg",
"passCount":"5",
"totalChecks":"5",
"issues":null,
"resolver":"cloudflare",
"checkedAt":"2026-06-24T12:00:00.000Z"
}
]

๐Ÿš€ How to use it

  1. Click Try for free / Start.
  2. Paste your list of domains into Domains โ€” one per line (example.com or https://example.com, both work).
  3. (Optional) Adjust Max Concurrency for large lists and keep Proxy enabled.
  4. Click Save & Start, then export the dataset as JSON, CSV, Excel or via API.

โš™๏ธ Input

FieldTypeDescriptionDefault
domainsarray (required)Domains to check email deliverability for. Schemes and paths stripped automatically.โ€“
maxConcurrencyintegerParallel DNS queries. Higher is faster but may hit rate limits.10 (max 100)
proxyConfigurationobjectProxy used for DNS-over-HTTPS requests.Apify Proxy (datacenter)

Example input

{
"domains":["stripe.com","github.com","mailchimp.com","shopify.com"],
"maxConcurrency":10,
"proxyConfiguration":{"useApifyProxy":true}
}

๐Ÿ” How it works

For each domain, the actor runs a series of DNS-over-HTTPS queries against Cloudflare (cloudflare-dns.com) with an automatic Google (dns.google) fallback:

  1. MX โ€” queries type MX, parses priority + hostname.
  2. SPF โ€” queries type TXT, finds the record starting v=spf1, parses policy and includes.
  3. DMARC โ€” queries type TXT at _dmarc.<domain>, parses all DMARC tags.
  4. DKIM โ€” queries type TXT at <selector>._domainkey.<domain> for 31 common selectors (google, sendgrid, mailgun, microsoft, docusign, etc.).
  5. BIMI โ€” queries type TXT at default._bimi.<domain>, extracts SVG URL.

Each protocol contributes to the deliverability score: MX=25, SPF=25 (hardfail policy gets full points), DMARC=25 (reject policy gets full points), DKIM=15, BIMI=8. Bonus: +2 if โ‰ฅ2 MX records (redundancy).

๐Ÿงฐ Tips & best practices

  • Run on your own domain first to see what a "good" score looks like โ€” then benchmark prospects and vendors.
  • Filter by deliverabilityScore ascending to prioritize domains with the worst email infrastructure.
  • Filter by dmarcPolicy: "none" to find domains vulnerable to exact-domain spoofing.
  • Check spfLookupCount โ€” values > 10 violate the SPF RFC and may cause authentication failures.
  • The DKIM selector list is comprehensive but not exhaustive; custom selectors won't be found unless they match common names.
  • Export to CSV and share the report with non-technical stakeholders as an email security scorecard.

โ“ FAQ

How do I check email deliverability for many domains?

Paste your full domain list and run the actor. It checks MX, SPF, DKIM, DMARC and BIMI for every domain via DNS-over-HTTPS and returns one row per domain with a score.

What's the difference between this and a regular DNS lookup?

This actor goes beyond raw DNS โ€” it parses SPF policies, finds DKIM selectors by probing common names, parses DMARC tags, checks BIMI, calculates a deliverability score, and flags specific issues in human-readable form.

Does it check email addresses or mailboxes?

No โ€” this is a domain-level email deliverability audit. It checks the DNS configuration that determines whether email from (or to) a domain will be delivered, not individual mailbox validity. For email address verification, see our Bulk Email Verifier.

Which DKIM selectors are probed?

31 common selectors: google, default, dkim, selector1, selector2, mail, s1, s2, k1, k2, key1, key2, amazonses, sendgrid, mailgun, mandrill, sparkpost, postmark, mimecast, proofpoint, docusign, zendesk, hubspot, salesforce, pm, protonmail, protonmail2, protonmail3, ms365, microsoft, outlook.

Can I export deliverability reports to CSV?

Yes โ€” each domain is one row with columns for every protocol, score, grade and parsed policies. Download as CSV, JSON or Excel, or pull through the REST API.

๐Ÿ”— Related actors by the same author

๐Ÿ“ Changelog

2026-06-24

  • Initial release โ€” 5-protocol email deliverability audit (MX, SPF, DKIM, DMARC, BIMI), weighted scoring, 31 DKIM selectors probed, no API key, CSV/JSON export.

You might also like

Bulk Email DNS Audit Scraper

taroyamada/email-deliverability-portfolio-audit

Scrape domain DNS data to extract SPF, DKIM, DMARC, and BIMI records. Generate structured deliverability readiness reports for client portfolios.

DMARC & Email Security Checker

taroyamada/dns-dmarc-security-checker

Validate domain infrastructure in bulk to boost email deliverability. Extract DMARC policies, SPF records, and MX configurations to keep outreach out of spam.

Domain Security & Email Deliverability โ€” DNS, SPF, DMARC, DKIM

ryanclinton/dns-record-lookup

Audit a domain portfolio for email spoofing, broken SPF, DMARC enforcement, DNSSEC and shadow-SaaS senders. Returns a posture score, what to fix first, vendor dependencies and drift alerts โ€” not just records. Bulk DNS / SPF / DMARC / DKIM lookup, no API keys.

22

DMARC, SPF & DKIM Validator

andok/dmarc-spf-dkim-validator

Validate email authentication DNS records to prevent spoofing and ensure high email deliverability for your domains.

Supernet Domain Health - Email Reputation Audit

superlativetech/supernet-domain-health

Email authentication and deliverability audit for any domain. Checks SPF, DKIM, DMARC, MX, blacklists, SSL, WHOIS, BIMI, MTA-STS โ€” returns a 0-100 health score with actionable fixes. Sending or receiving mode. Batch thousands or query one via instant API.

Email Security Scanner

cerridwen/email-security-scanner

DNS-only email posture for any domain: MX, SPF, DMARC, DKIM probes, MTA-STS, BIMI. No email sent. Returns score + actionable tips. Batch-friendly for CRM domains and compliance snapshots.

Email Verification โ€” Bulk Deliverability, SMTP & MX Checks

nexgendata/email-verification-tool

Verify email addresses in bulk. Check deliverability, detect disposable emails, validate MX records, and clean your email lists. Reduce bounce rates and improve sender reputation for marketing campaigns.