Verificaremails Email Validator Apify avatar
Verificaremails Email Validator Apify

Pricing

Pay per usage

Go to Store
Verificaremails Email Validator Apify

Verificaremails Email Validator Apify

Developed by

Verificaremails.com

Verificaremails.com

Maintained by Community

Validate email addresses via VerificarEmails.com. Detect invalid, temporary, or risky emails in real time. Improve deliverability and automate contact verification in your workflows.

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

1

Last modified

2 days ago

VerificarEmails - Single Email Validation

This actor validates a single email address using the API provided by VerificarEmails.com.

?? What it does

It sends a request to:

https://dashboard.verificaremails.com/myapi/email/validate/single?auth-token=YOUR_TOKEN&term=EMAIL

and returns a structured JSON response containing the verification result.


?? Input

{
"email": "example@domain.com",
"token": "your_api_token"
}

Both fields are required.


?? Output

The result is a JSON array with the validation data:

[
{
"id": "2786850",
"term": "antxon.pous@gmail.com",
"request_id": "2786850",
"result_code": "112",
"result_type": "Ok",
"result": {
"status": "ok"
}
}
]

?? Local usage (optional)

npm install
npm start

?? API Documentation

For full documentation, response details, and more advanced features, visit:
?? https://www.verificaremails.com/docs/en/


?? Support

This actor is maintained by the team at VerificarEmails.com.
Feel free to open an issue or reach out for assistance.