Email Validator avatar

Email Validator

Try for free

2 hours trial then $9.00/month - No credit card required now

Go to Store
Email Validator

Email Validator

louisdeconinck/email-validator
Try for free

2 hours trial then $9.00/month - No credit card required now

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

Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 19 days ago

Validate email addresses by checking their format, DNS records, and whether they are from disposable email providers. Get detailed information about each email including format validation, alias detection, domain analysis, and more.

🎯 Use Cases

  • User Registration: Validate emails during sign-up processes
  • Email Marketing: Clean and verify email lists before campaigns
  • Database Cleanup: Identify and remove invalid email addresses
  • Fraud Prevention: Detect disposable email addresses
  • Lead Validation: Verify authenticity of collected email addresses

✨ Features

  • Format Validation: Checks if email follows correct format
  • Alias Detection: Identifies emails with "+" symbol aliases
  • Domain Analysis: Extracts and validates top-level domains
  • Disposable Email Detection: Identifies temporary email addresses
  • DNS Verification: Checks if email domain has valid MX records

📤 Output

  • email: Email address being validated
  • format: Boolean indicating if email has valid format
  • alias: Boolean indicating if email contains "+" symbol
  • domain: Top-level domain (TLD) of the email
  • disposable: Boolean indicating if email is from a disposable provider
  • dns: Boolean indicating if email domain has valid MX records

Example Output:

1{
2    "email": "test@example.com",
3    "format": true,
4    "alias": false,
5    "domain": "com",
6    "disposable": false,
7    "dns": true
8}

📥 Input

  • emails: Array of email addresses to validate

Example Input:

1{
2    "emails": [
3        "elon@x.com",
4        "your@example.com",
5        "test@10minutemail.com"
6    ]
7}

🚀 Usage

To use this Email Validator:

  1. Get started: Click on the "Try for free" button to make an Apify account and log in.
  2. Add input: Enter the list of email addresses you want to validate.
  3. Run the actor: Click on the "Start" button to begin validation.
  4. Monitor execution: The actor will validate all provided email addresses.
  5. Retrieve the output: Download the results in JSON or CSV format, or use the API to integrate with your applications.

🔌 Integrations

Make.com Integration: Automate your email validation process by connecting this validator to Make. Create workflows to:

  • Validate new user registrations
  • Clean email marketing lists
  • Monitor suspicious email patterns
  • Generate validation reports

Gmail Integration: Use Google Workspace to:

  • Get notifications about validation results
  • Send reports of invalid emails
  • Automate email list cleaning
  • Archive validation results

🌟 Start for Free

Ready to start validating emails? Try the Actor for free and get:

  • Fast and reliable email validation
  • Regular updates to validation rules
  • Technical support when you need it
  • Flexible output formats

🔍 More Solutions

Check out my other tools on my Apify profile for:

  • Web scraping
  • Data validation
  • Business automation
  • And more!

🛠️ Custom Development

Need a custom email validation solution? I can help! Contact me for:

  • Custom validation rules
  • Specific output formats
  • Integration with your systems
  • Specialized reporting needs