Email Deliverability Checker - MX, SPF, DMARC Health Score
Pricing
$30.00 / 1,000 domain checkeds
Email Deliverability Checker - MX, SPF, DMARC Health Score
One-shot email deliverability and authentication audit. Input: domains (list). Output: JSON per domain with MX, SPF, DMARC results, DKIM checks on common selectors, and a combined health score. Cheap pay-per-result: $0.03 per domain checked.
Pricing
$30.00 / 1,000 domain checkeds
Rating
0.0
(0)
Developer
Anthony Snider
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Email Deliverability Checker
One run, one number: how healthy is a domain's email authentication? Audits MX, SPF, DMARC, and DKIM together and returns a 0–100 deliverability score with a grade and concrete fixes.
Live on the Apify Store — run it instantly, or call it as an agent tool via the Apify MCP.
What you get
- MX — does the domain accept mail? (records + priorities)
- SPF — record, policy (hardfail / softfail / +all), lookup count, common misconfigurations
- DMARC — policy (
none/quarantine/reject),pct, aggregate-report (rua) presence - DKIM — probes common selectors (
google,default,selector1,selector2,k1,mail) - Score + grade (A–F) weighting MX/SPF/DMARC/DKIM
- Recommendations — prioritized, copy-pasteable fixes
- Single domain or bulk (domains or emails), capped by
maxDomains
Input
{"domain": "google.com","domains": ["github.com", "cloudflare.com"],"maxDomains": 25}
Output
{"domain": "github.com","score": 100,"grade": "A","mx": { "found": true, "count": 5, "status": "pass" },"spf": { "found": true, "policy": "hardfail", "status": "pass" },"dmarc": { "found": true, "policy": "reject", "rua": true, "status": "pass" },"dkim": { "found": true, "selectorsFound": ["google"], "status": "pass" },"recommendations": []}
Pass an email address (e.g. you@github.com) and it audits the domain part automatically.