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

Email Validator
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.
Actor Metrics
6 monthly users
No reviews yet
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified 19 days ago
You can access the Email Validator programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "emails": [
3 "elon@x.com"
4 ]
5}' |
6apify call louisdeconinck/email-validator --silent --output-dataset
Email Validator API through CLI
The Apify CLI is the official tool that allows you to use Email Validator locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: