Bulk Email Verifier avatar
Bulk Email Verifier

Pricing

$6.99 / 1,000 results

Go to Apify Store
Bulk Email Verifier

Bulk Email Verifier

Instantly verify the deliverability status and quality score of each email in your list. This tool also identifies disposable domains, role-based emails, and checks MX records to ensure list hygiene. Give detailed results in json and other formats. Remember to exports All Fields not just Overview.

Pricing

$6.99 / 1,000 results

Rating

5.0

(1)

Developer

CodeScraper

CodeScraper

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

4

Monthly active users

a month ago

Last modified

Share

๐Ÿ”— Bulk Email Verifier โ€“ Validate and Analyze Emails

This Apify actor verifies email addresses and returns detailed insights about deliverability, quality, sender info, domain info, risk, and breaches Using Abstract Api Email Reputation Api keys. It supports single emails or lists of emails, validates MX/SMTP records, and provides a quality score for each address.


๐Ÿš€ What It Does

The actor processes each email address and returns a comprehensive profile including:

  • ๐Ÿ“ง Email Info: Address, Deliverability Status, Score, and Role/Disposable flags
  • ๐Ÿ›ก๏ธ Validation: Format, SMTP, and MX record checks
  • ๐Ÿข Sender Info: Provider, Organization, First/Last Name (if available)
  • ๐ŸŒ Domain Info: Domain age, registrar, registration/expiry dates, TLD risk
  • โš ๏ธ Risk Assessment: Address & domain risk status
  • ๐Ÿ”“ Breaches: Total breaches, dates, and breached domains

โšก It handles

  • โœ… Bulk email lists or single addresses
  • ๐Ÿ”„ Automatic MX & SMTP verification
  • ๐Ÿ›ก๏ธ Risk & breach checks for informed decision making

๐Ÿ”‘ Using Your Own Abstract API Key (Optional)

providing your own API key allows higher request limits:

โš ๏ธ If no key is provided, the actor will automatically use its own keys. Remember if actor ran out of api key credits you need to enter your own api key

โš™๏ธ Input Configuration

FieldTypeDescriptionDefault Example
emailsArrayEnter a list of email addresses to verify["test@gmail.com", "info@company.com"]

๐Ÿงฉ Example Input

{
"emails": ["compiledcurious@gmail.com", "example@mycompany.com"]
"Your API Key(Optional)": "YOUR_ABSTRACT_API_KEY_HERE"
}

๐Ÿ“Š Example Output

[
{
"email_address": "compiledcurious@gmail.com",
"success": true,
"summary": {
"status": "deliverable",
"score": "0.95",
"is_disposable": false,
"is_role": false,
"mx_records": [
"gmail-smtp-in.l.google.com",
"alt1.gmail-smtp-in.l.google.com",
"alt2.gmail-smtp-in.l.google.com",
"alt3.gmail-smtp-in.l.google.com",
"alt4.gmail-smtp-in.l.google.com"
],
"domain": "gmail.com"
},
"raw": {
"email_deliverability": {
"status": "deliverable",
"status_detail": "valid_email",
"is_format_valid": true,
"is_smtp_valid": true,
"is_mx_valid": true,
"mx_records": [
"gmail-smtp-in.l.google.com",
"alt1.gmail-smtp-in.l.google.com",
"alt2.gmail-smtp-in.l.google.com",
"alt3.gmail-smtp-in.l.google.com",
"alt4.gmail-smtp-in.l.google.com"
]
},
"email_quality": {
"score": "0.95",
"is_free_email": true,
"is_username_suspicious": false,
"is_disposable": false,
"is_catchall": false,
"is_subaddress": false,
"is_role": false,
"is_dmarc_enforced": true,
"is_spf_strict": false,
"minimum_age": null
},
"email_sender": {
"first_name": null,
"last_name": null,
"email_provider_name": "Google",
"organization_name": "Gmail",
"organization_type": "commercial"
},
"email_domain": {
"domain": "gmail.com",
"domain_age": 11044,
"is_live_site": true,
"registrar": "MarkMonitor Inc.",
"registrar_url": "https://markmonitor.com",
"date_registered": "1995-08-13",
"date_last_renewed": "2024-07-11",
"date_expires": "2025-08-12",
"is_risky_tld": false
},
"email_risk": {
"address_risk_status": "low",
"domain_risk_status": "low"
},
"email_breaches": {
"total_breaches": 0,
"date_first_breached": null,
"date_last_breached": null,
"breached_domains": []
}
}
}
]

๐Ÿง  Features

  • ๐Ÿ“ง Verify single or multiple emails
  • ๐Ÿ›ก๏ธ Checks deliverability (format, SMTP, MX)
  • ๐Ÿ” Provides quality analysis (free, disposable, catch-all, role)
  • ๐Ÿข Extracts sender info (provider, organization, first/last name)
  • ๐ŸŒ Retrieves domain details (age, registrar, registration & expiry, TLD risk)
  • โš ๏ธ Risk & breach assessment for informed decisions
  • ๐Ÿ“Š Returns MX records and summary score

๐Ÿ’ก Use Cases

  • Sales & Outreach: Verify prospect email lists
  • Marketing: Ensure deliverable emails for campaigns
  • Security: Identify risky, disposable, or role-based addresses
  • Data Enrichment: Add email quality & domain info to datasets

๐Ÿง‘โ€๐Ÿ’ป Developer Info

Author: codescraper


๐Ÿท๏ธ Tags

bulk-email-verifier . email-verification ยท email-validation . email-scraper ยท data-validation ยท email-quality ยท risk-assessment ยท apify ยท automation