VOOZH about

URL: https://apify.com/web.harvester/email-address-validator

โ‡ฑ Email Address Validator ยท Apify


Pricing

$15.00/month + usage

Go to Apify Store

Email Address Validator

A powerful tool for validating and assessing the quality of email addresses. This Actor provides comprehensive information about email deliverability, format validity, and classification.

Pricing

$15.00/month + usage

Rating

2.5

(2)

Developer

๐Ÿ‘ Web Harvester

Web Harvester

Maintained by Community

Actor stats

8

Bookmarked

640

Total users

0

Monthly active users

5 days ago

Last modified

Share

Emails Validator

A powerful tool for validating and assessing the quality of email addresses. This Actor provides comprehensive information about email deliverability, format validity, and classification.

๐Ÿ‘ Emails Validator Banner

Why Use Emails Validator?

  • Reduce Bounce Rates: Identify undeliverable emails before sending campaigns
  • Improve Data Quality: Clean your email lists by removing invalid addresses
  • Enhance Security: Detect disposable email addresses that might be used for fraud
  • Optimize Marketing: Focus on high-quality email addresses for better engagement
  • Save Resources: Avoid wasting resources on emails that will never reach their destination

Features

  • Comprehensive Validation: Checks email format, domain MX records, and SMTP validity
  • Quality Scoring: Assigns a 0-100 quality score to each email address
  • Visual Status Indicators: Clear โœ…, โŒ, โš ๏ธ symbols for quick assessment
  • Email Classification: Identifies free, disposable, and role-based emails
  • Typo Detection: Suggests corrections for potential typos in email addresses
  • Organized Results: Multiple views for different analysis perspectives

Input

Provide a list of email addresses to validate:

{
"emails":[
"contact@company.com",
"info@example.com",
"john.doe@gmail.com",
"support@nonexistentdomain123.com"
]
}

Output

For each email address, the Actor provides detailed validation results:

{
"summary":"โŒ security@company.com - Quality: 0%",
"email":"security@company.com",
"status":{
"isDeliverable":false,
"qualityScore":0
},
"validation":{
"format":true,
"mx":true,
"smtp":false,
"catchall":null
},
"classification":{
"free":false,
"disposable":false,
"role":true
},
}

Understanding the Results

Status Indicators

  • โœ… DELIVERABLE: The email is valid and can receive messages
  • โŒ UNDELIVERABLE: The email cannot receive messages
  • โš ๏ธ RISKY: The email might have deliverability issues

Quality Score

A numerical score from 0 to 100 indicating the overall quality of the email address:

  • 80-100: Excellent quality, highly likely to be deliverable
  • 50-79: Good quality, likely to be deliverable
  • 20-49: Fair quality, may have deliverability issues
  • 0-19: Poor quality, likely undeliverable

Validation Checks

  • Format: Whether the email has a valid syntax
  • MX Records: Whether the domain has valid mail exchange records
  • SMTP: Whether the email address can receive messages
  • Catchall: Whether the domain accepts all emails regardless of username

Classification

  • Free Email: Whether the email is from a free provider (Gmail, Yahoo, etc.)
  • Disposable: Whether the email is from a temporary/disposable service
  • Role-based: Whether the email is a functional address (info@, support@, etc.)

Data Views

The Actor provides multiple organized views for analyzing your results:

1. Overview

A summary view showing email addresses, their deliverability status, and quality scores.

2. Validation Details

Technical validation results including format checks, MX records, SMTP validation, and catchall status.

3. Email Classification

Classification information showing which emails are free, disposable, or role-based.

Use Cases

  • Marketing Teams: Clean email lists before campaigns to improve deliverability rates
  • CRM Management: Validate customer email addresses to ensure data quality
  • User Registration: Verify email addresses during sign-up to prevent fake accounts
  • Lead Generation: Assess the quality of collected email addresses
  • Data Migration: Validate emails before transferring to a new system

How It Works

  1. The Actor takes a list of email addresses from your input
  2. Each email undergoes comprehensive validation checks
  3. The results are processed and formatted into a structured, easy-to-understand format
  4. The data is presented in multiple organized views for analysis

You might also like

Email Validator - Bulk Email Verification

vulnv/email-validator

Validate the deliverability of email addresses in bulk from a simple list input.

Email Address Checker

powerai/email-address-checker

Validate and assess email addresses. Check format, domain MX records, SMTP validity, and get deliverability status.

(New) Email Address Validator

overpowered/verify-email-per-month

Fast & Accurate Email Address Validator.

Email Verifier & Validator | Bulk Email Verification

michael.g/email-verifier-validator

Bulk email verifier and email validator for email list verification. Verify email addresses, detect invalid emails, check deliverability, and clean email lists to reduce bounce rates.

543

5.0

Email Address Validator

scrapier/email-address-validator

Email Validator

louisdeconinck/email-validator

Validate emails with checks on format, alias, DNS & disposable email. Clean lists, prevent fraud and boost deliverability with this fast and easy actor.

๐Ÿ‘ User avatar

Louis Deconinck

291

5.0

Free Email Verifier - Verify Email Address

s-r/free-email-verifier---verify-email-address

Verify a single email address or bulk email list using our email checker.

EmailListVerify

emaillistverify/emaillistverify

The actor leverages EmailListVerify to check the validity of an email address. It is helpful to check the validity of email addresses you scraped with other actors.

14