Email Verifier avatar

Email Verifier

Try for free

Pay $9.99 for 1,000 results

Go to Store
Email Verifier

Email Verifier

devil_port369-owner/email-verifier
Try for free

Pay $9.99 for 1,000 results

Verify emails with this Apify actor: get meta info like full name, domain, and deliverability status. Input bulk emails, receive detailed JSON output. Fast, accurate email validation.

Developer
Maintained by Community

Actor Metrics

  • 9 monthly users

  • 4.0 / 5 (4)

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 3 days ago

Email verifier - Get all email meta information.

Usage Example:

If you want to run multiple emails at once please provide all profile links in bulk list. like:

Output

1{
2                "User": 'username',
3                "DoesAcceptAll": true,
4                "IsDisposable": false,
5                "Domain": xyz.com,
6                "EmailAddress": support@xyz.com,
7                "Score": 100,
8                "SMTP": cmpt.provider.com,
9                "EmailStatus": deliverable,
10                "MessageStatus":acceptable-email,
11                "FullName": fullname,
12                "FirstName": firstname,
13                "LastName": lastname,
14                "Gender": male,
15                "IsFree": false,
16                "IsMailboxFull": false,
17                "MXRecord": mx-record,
18                "IsNoReply": false,
19                "Role": null,
20                "Duration": ,
21            }