Email Verification API
收藏RapidAPI2026-06-03 更新2026-06-04 收录
下载链接:
https://rapidapi.com/grishagindinson/api/email-verification-api21
下载链接
链接失效反馈官方服务:
资源简介:
Email verification API. Validate email addresses in real-time. DNS MX, SMTP verify, disposable email detection, role account check. Email validator API, email checker, bounce detection, email hygiene API. ZeroBounce alternative.
创建时间:
2026-06-03
原始信息汇总
数据集详情总结:Email Verification API
API名称:Email Verification API
提供方:ApiMaker
类别:Email
订阅方案:BASIC($0.00/月)、PRO($9.99/月)、ULTRA($29.99/月)
网站:https://mailprobe.cc
核心功能
该API提供实时电子邮件验证,涵盖以下六个验证层:
- 语法检查:RFC 兼容格式验证。
- DNS MX 检查:确认域名配置了邮件服务器。
- SMTP 验证:确认邮箱实际存在。
- 临时邮箱检测:识别 disposable(一次性)邮箱地址。
- 角色账户检测:检测如 info@、admin@、support@ 等角色邮箱。
- 免费提供商识别:检测 Gmail、Yahoo、Outlook 等免费邮箱。
示例请求与响应
- 请求:通过 POST 请求
https://mailprobe.cc/verify,携带 API Key 和 JSON 格式的邮箱地址。 - 响应示例: json { "email": "john@company.com", "valid": true, "risk": "low", "provider": "Google", "checks": { "syntax": true, "dns_mx": true, "smtp_verify": true, "disposable": false } }
批量验证
支持通过 POST /verify/batch 接口一次性验证最多 100 个 邮箱地址。
适用场景
- 邮件验证:实时检测邮箱有效性。
- 防弹回:降低邮件发送失败率。
- 邮箱清理:识别临时邮箱、角色账户和免费邮箱。



