VOOZH about

URL: https://apify.com/vulnv/email-validator

โ‡ฑ Email Validator ยท Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

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

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ VulnV

VulnV

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Validate email addresses in bulk and return a clear result for each input.

This Actor accepts an array of email addresses, checks each one, and stores the results in a structured dataset. It is designed for enrichment workflows, lead cleanup, CRM hygiene, and pre-send validation.

What It Does

  • Validates multiple email addresses in one run
  • Returns one result item per input email
  • Separates valid, invalid, malformed, and failed checks
  • Normalizes emails to lowercase in the output
  • Produces clean JSON output for exports and downstream automation

Input

Provide an emails array:

{
"emails":[
"hello@example.com",
"sales@example.org",
"bad-email-format"
]
}

Output

Each input email produces one dataset item.

Valid email

{
"input_email":"hello@example.com",
"email":"hello@example.com",
"checked":true,
"is_valid":true,
"status":"valid",
"provider":"google_workspace",
"error":null
}

Invalid email

{
"input_email":"nobody@example.org",
"email":"nobody@example.org",
"checked":true,
"is_valid":false,
"status":"invalid",
"provider":"google_workspace",
"error":null
}

Invalid format

{
"index":2,
"input_email":"bad-email-format",
"email":"bad-email-format",
"checked":false,
"is_valid":false,
"status":"invalid_format",
"provider":null,
"error":"Email format is invalid."
}

Validation error

{
"input_email":"ops@example.com",
"email":"ops@example.com",
"checked":false,
"is_valid":false,
"status":"error",
"provider":null,
"error":"Validation request timed out."
}

Status Values

  • valid: the email passed validation
  • invalid: the email was checked and did not pass validation
  • invalid_format: the email was rejected before validation because the input format was not valid
  • error: the email could not be checked because of a runtime or request issue

Common Use Cases

  • Clean contact lists before outreach
  • Validate imported CRM or CSV data
  • Improve lead quality before enrichment
  • Reduce bounce risk in outbound workflows
  • Filter malformed emails from user-submitted data

Dataset & Export

All results are stored in the default Apify dataset.

You can export the output as:

  • JSON
  • CSV
  • Excel

Notes

  • The Actor expects emails to be an array of strings
  • Empty arrays are rejected
  • Invalidly formatted emails are included in the dataset with status: "invalid_format"
  • Output may include a provider field when available from the validation response

Quick Start

  1. Add your email addresses to the emails array
  2. Run the Actor
  3. Review the dataset
  4. Export or connect the results to your workflow

You might also like

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.

474

5.0

Simple Email Validator

seemuapps/simple-email-validator

Validate email addresses in bulk by checking syntax, MX records, disposable domains, role accounts, and free providers.

Fast Email Validator

dxbear/fast-email-validator

Validate email leads in bulk with high speed and accuracy. Detect invalid, disposable, and risky addresses to keep your data clean and improve deliverability.

Bulk Email Verifier โ€“ Validate & Clean Email Lists

logiover/bulk-email-verifier

Bulk email validation tool. Verify email lists without SMTP, check deliverability, flag disposable/role addresses, export clean CSV/JSON.

Bulk email validator

unlimitedleadtestinbox/bulk-email-validator

Email verifier : Verify professional emails in bulk

Email Verification โ€” Bulk Deliverability, SMTP & MX Checks

nexgendata/email-verification-tool

Verify email addresses in bulk. Check deliverability, detect disposable emails, validate MX records, and clean your email lists. Reduce bounce rates and improve sender reputation for marketing campaigns.

Email Address Validator

web.harvester/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.

638

2.5

(New) Email Address Validator

overpowered/verify-email-per-month

Fast & Accurate Email Address Validator.

Email Validator Pro โ€” Bulk SMTP & Deliverability Check

accurate_pouch/email-validator

Validate emails in bulk with SMTP mailbox check, disposable detection, catch-all flagging, deliverability scoring, and typo suggestions. 20 emails free per run.

๐Ÿ‘ User avatar

Manchitt Sanan

7