Email Validator 🔥🔥 avatar

Email Validator 🔥🔥

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Email Validator 🔥🔥

Email Validator 🔥🔥

Under maintenance

Efficiently validate email addresses

Pricing

from $0.01 / 1,000 results

Rating

1.5

(2)

Developer

succexx_DEV

succexx_DEV

Maintained by Community

Actor stats

2

Bookmarked

41

Total users

2

Monthly active users

7 hours

Issues response

22 days ago

Last modified

Share

EMAIL VALIDATOR

Easily validate email addresses in bulk or individually with high accuracy and speed.

This powerful tool verifies email address validity using a combination of syntax, domain, and mailbox checks. It ensures you're working with clean, real, and deliverable email addresses.

PERFORMANCE

  • Validates single or multiple email addresses at once
  • Check for proper format, domain existence, and mailbox activity
  • Supports popular email providers and custom domains
  • Fast and Efficient – validates large email lists in seconds
  • Accurate Results – reduces bounce rates and improves deliverability

USE CASES

  • Email marketing teams can clean lists to improve campaign performance and avoid spam traps
  • Sales and outreach professionals can ensure contacts are real and reachable
  • Developers and platforms can validate user input to prevent fake registrations
  • Data analysts and researchers can maintain clean datasets for better insights

HOW TO START THE ACTOR

  • Paste emails directly into the input using the bulk edit
  • Start the run
  • Get the results in a structured dataset

CONFIGURATION

INPUT PARAMETERS

ParameterTypeDescriptionDefaultRequired
emailsarrayList of email addresses to validate-true

SAMPLE INPUT

{
"emails": [
"email_sample@example.com"
],
"emails": [
"business@example.com"
],
"emails": [
"fact_sample@example.com"
]
}

SAMPLE OUTPUT

Each validated email is saved in a structured format in the Apify dataset. Example fields include:

[
{
"email": "email_sample@example.com",
"status": "safe",
"overallScore": 99,
"safeToSend": "TRUE",
"validFormat": true,
"validMx": true,
"validSmtp": true,
"isCatchAll": false,
"isDead": false,
"error": null,
"domain": "example.com"
},
{
"email": "business@example.com",
"status": "⚠️ risky",
"overallScore": 30,
"safeToSend": "FALSE",
"validFormat": true,
"validMx": true,
"validSmtp": false,
"isCatchAll": false,
"isDead": false,
"error": null,
"domain": "example.com"
},
{
"email": "fact_sample@example.com",
"status": "⚠️ risky",
"overallScore": 30,
"safeToSend": "FALSE",
"validFormat": true,
"validMx": true,
"validSmtp": false,
"isCatchAll": false,
"isDead": false,
"error": null,
"domain": "example.com"
}
]

RUN POLICY:

  • Trial Limit: Free trial users can validate up to 5 emails during the trial period

SUPPORT

Contact us directly at boneswill697@gmail.com or open an issue on the "Issues" tab.