Integrates with Bottyfier API for real-time disposable email validation. Block bots and fraudsters before they register with instant domain reputation checks.
Try these examples:
GET https://api.bottyfier.com/email/[email protected]?key=YOUR_API_KEY
{
"email": "[email protected]",
"isValid": true,
"isDisposable": false,
"isTemporary": false,
"domain": "example.com",
"mxRecord": "mx.example.com"
}
Bots use disposable emails to create fake accounts, spam your forms, and bypass security measures. Our detection prevents abuse.
Fraudsters use temporary emails to avoid detection and create multiple accounts for abuse. Protect your platform from fraud.
Clean data leads to better user insights and more accurate business metrics. Improve your analytics quality.
Same SDK, single API key. Real-time detection during signup forms to block bots before they register.
Domain reputation checks, blacklists, DNS verification, and frequency analysis to catch disposable providers.
Developer-friendly API with minimal code samples. Fast, low-latency checks for real-time validation.
{
"email": "[email protected]",
"isValid": false,
"isDisposable": true,
"isTemporary": true,
"domain": "mailinator.com",
"mxRecord": null,
"timestamp": "2024-01-15T10:30:00Z"
}
curl "https://api.bottyfier.com/email/[email protected]?key=YOUR_API_KEY"
const response = await fetch(
'https://api.bottyfier.com/email/[email protected]?key=YOUR_API_KEY'
);
const data = await response.json();
if (data.isDisposable || data.isTemporary) {
console.log('Disposable email detected');
} else {
console.log('Email is valid');
}
Check if an email address is valid, disposable, or from a temporary email service.
/email/{email}
https://api.bottyfier.com/email/[email protected]?key=YOUR_API_KEY
Validate both IP address and email in a single request for comprehensive protection.
/validate/{ip}/{email}
https://api.bottyfier.com/validate/8.8.8.8/[email protected]?key=YOUR_API_KEY
99% accuracy with sub-100ms response times. Built on the same infrastructure as our bot protection API.
Uses the same API key and SDK as your existing Bottyfier bot protection. No additional setup required.
First 100k detections included in your plan. No separate pricing or billing for email validation.
Improves data hygiene, lowers fraud risk, protects deliverability. Especially relevant for SaaS, signup-heavy platforms, and lead generation tools.
First 50k detections included in your Bottyfier plan.