99.5% accuracy ยท sub-second response

Verify Emails
Before They Bounce

Real-time email verification API with DNS, SMTP & syntax checks. Detect disposable emails, role accounts, and free providers โ€” one API call, instant JSON response.

Quick start
$ curl -X POST https://mailprobe.cc/api/v1/verify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "john@gmail.com"}'

# Response (850ms)
{
  "email": "john@gmail.com",
  "valid": true,
  "risk": "low",
  "checks": { "syntax": true, "dns_mx": true, "smtp_verify": true }
}
99.5%
Accuracy Rate
<1s
Avg Response
6
Check Layers
100
Batch Size

6-Layer Email Verification

Every email goes through comprehensive validation โ€” from syntax to SMTP handshake

โœ…

Syntax Validation

RFC 5322 compliant syntax check. Catches typos, missing @, invalid characters, and malformed addresses instantly.

๐ŸŒ

DNS & MX Lookup

Verifies the domain exists and has valid MX records configured to receive emails. No more dead domains.

๐Ÿ“ก

SMTP Verification

Connects to the mail server and verifies the mailbox actually exists โ€” without sending a single email.

๐Ÿ›ก๏ธ

Disposable Detection

Identifies temporary/throwaway email providers like Guerrilla Mail, Temp Mail, and 10,000+ disposable domains.

๐Ÿ‘ค

Role Account Detection

Flags role-based addresses like info@, admin@, support@ โ€” emails that typically don't belong to a real person.

๐Ÿ“Š

Risk Assessment

Combines all checks into a single risk score โ€” low, medium, or high โ€” so you can make informed decisions.

How It Works

Three steps to clean, verified email lists

1

Send an Email Address

POST a single email or a batch of up to 100 emails to our API endpoint with your API key.

2

We Run 6 Checks

Syntax validation โ†’ DNS/MX lookup โ†’ SMTP handshake โ†’ disposable check โ†’ role account detection โ†’ provider identification. All in under 1 second.

3

Get Detailed Results

Receive a structured JSON response with individual check results, risk level, provider info, and processing time.

Try It Live

Enter any email address and see the verification result instantly

Interactive Demo

Full API Response

Everything you need to make informed decisions about email quality

POST /api/v1/verify โ†’ 200 OK
{
  "email": "john@gmail.com",
  "valid": true,
  "checks": {
    "syntax": true,
    "dns_mx": true,
    "smtp_verify": true,
    "disposable": false,
    "role_account": false,
    "free_provider": true
  },
  "risk": "low",
  "provider": "Google",
  "processing_ms": 850
}

Integration in Minutes

Copy-paste examples for your favorite language

# Verify a single email
curl -X POST https://mailprobe.cc/api/v1/verify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "john@gmail.com"}'

# Batch verify (up to 100 emails)
curl -X POST https://mailprobe.cc/api/v1/verify/batch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"emails": ["john@gmail.com", "jane@yahoo.com"]}'

API Endpoints

Simple RESTful API ยท Base URL: https://mailprobe.cc/api/v1

POST /verify

Verify a single email address. Returns detailed check results with risk assessment.

// Request body
{ "email": "john@gmail.com" }
POST /verify/batch

Verify up to 100 email addresses in a single request. Returns an array of results.

// Request body
{ "emails": ["john@gmail.com", "jane@yahoo.com", "..."] }
GET /health

Returns service status and uptime. Use for monitoring and integration checks.

GET /usage

Returns your current usage stats โ€” total verifications, remaining quota, and billing period.

Simple, Transparent Pricing

Up to 3x cheaper than ZeroBounce ยท No hidden fees ยท Pay as you grow

Free

For testing & prototypes

$0 /mo
  • โœ“ 100 emails/month
  • โœ“ All 6 checks
  • โœ“ Single verification
  • โ€“ No batch support
Start Free

Basic

For small projects

$9.99 /mo
  • โœ“ 5,000 emails/month
  • โœ“ All 6 checks
  • โœ“ Batch verification
  • โœ“ Usage analytics
Get Started

$0.002/email

Business

For high-volume needs

$79.99 /mo
  • โœ“ 100,000 emails/month
  • โœ“ All 6 checks
  • โœ“ Batch verification
  • โœ“ Dedicated support
Contact Sales

$0.0008/email

๐Ÿ’ฐ ZeroBounce charges $0.007โ€“0.01/email. We start at $0.0008/email โ€” up to 12x cheaper.

Built For Every Use Case

From signup forms to marketing campaigns โ€” keep your lists clean

๐Ÿ”

Registration Forms

Verify emails at signup to reduce fake accounts, prevent typos, and block disposable addresses in real-time.

๐Ÿ“จ

Email Marketing

Clean your lists before campaigns. Reduce bounce rates, protect sender reputation, and improve deliverability.

โšก

Lead Generation

Validate leads as they come in. Only pay for outreach to real, deliverable addresses. Boost conversion rates.

Start Verifying Emails Today

Free tier includes 100 verifications/month. No credit card required. Full API access in under 2 minutes.