Email-Verifier und Bulk-Email-Validator, $1 pro 1.000 Emails

Jede Email-Adresse mit Fünf-Stufen-Verifikation validieren: Syntax-Check, MX-Lookup, SMTP-Handshake, Catch-All-Erkennung und Disposable- / Role-Based-Flagging. Liefert ein Verdict (valid / invalid / risky / unknown), einen 0-100 Confidence-Score, den MX-Provider und Reason Codes. Für Bulk gebaut: 100.000-Zeilen-Liste rein, eine saubere Roster für Outreach raus. Ideal für Cold-Email-Hygiene, Lead-List-Cleansing, Signup-Form-Schutz und CRM-Deliverability-Cleanup.

Auf Apify öffnen → Jetzt testen
Preise
$0,001/Email
RAM
128MB
Abdeckung
Global
Ausgabefelder
15+
Proxy
Apify Datacenter
Technik
MX + SMTP-Probe

Was Sie erhalten

Wichtige Anwendungsfälle

API-Beispiel

# Einen Lauf über die Apify-API starten
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~email-verifier/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "smtpCheck": true,
    "detectCatchAll": true
  }'

# Oder mit KI-Agenten via MCP verwenden:
# https://mcp.apify.com?tools=santamaria-automations/email-verifier

Integrationen

Ausgabefelder

FeldTypBeispiel
emailstring[email protected]
statusstringvalid
confidenceinteger94
is_deliverablebooleantrue
is_valid_formatbooleantrue
mx_foundbooleantrue
mx_providerstringGoogle Workspace
is_disposablebooleanfalse
is_role_basedbooleanfalse
is_catch_allbooleanfalse

Verwandte Aktoren

Auf Apify öffnen → Jetzt testen (kostenloses Kontingent verfügbar)