VOOZH about

URL: https://apify.com/gorang_m/email-verifier

โ‡ฑ Bulk Email Verifier - 99% Accuracy, No API Key ยท Apify


๐Ÿ‘ Bulk Email Verifier $1/1K | Microsoft 365 99% Accuracy avatar

Bulk Email Verifier $1/1K | Microsoft 365 99% Accuracy

Pricing

Pay per usage

Go to Apify Store

Bulk Email Verifier $1/1K | Microsoft 365 99% Accuracy

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Gorang_m

Gorang_m

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

4

Monthly active users

3 months ago

Last modified

Categories

Share

Bulk Email Verifier - $1/1K | 99% Accuracy on Microsoft 365 Emails

Verify email lists in bulk before sending cold email campaigns. Tells you which emails are valid, invalid, disposable, role-based, or catch-all. Also detects the email provider (Microsoft 365, Google Workspace, Zoho, etc.) so you can plan your sending strategy.

Just paste your emails and run. No external accounts or API keys to set up.

What You Get Per Email

FieldExampleWhat It Tells You
resultvalidIs this email deliverable? (valid / invalid / catch_all / unknown)
qualitygoodShould you send to it? (good / risky / bad)
is_disposablefalseIs it a throwaway email? (Mailinator, Guerrilla, etc.)
is_role_basedfalseIs it a department email? (info@, support@, sales@)
is_free_providerfalseIs it Gmail, Yahoo, Outlook?
is_catch_allfalseDoes the domain accept everything?
reasonmailbox_existsWhy this result was given
providermicrosoft_365What email system the company uses
mx_hostacme.mail.protection.outlook.comThe actual mail server

Why the Provider Field Matters

Most verifiers just tell you valid/invalid. This actor also tells you what email system the domain runs: Microsoft 365, Google Workspace, Proofpoint, Mimecast, Zoho, ProtonMail, or custom.

Why that's useful:

  • Deliverability planning -- Microsoft and Google handle cold email differently. Knowing the provider helps you adjust your sending.
  • Lead intelligence -- a company on Proofpoint or Mimecast is likely enterprise. A company on Zoho is likely SMB.
  • Infrastructure insight -- if you manage email domains for clients, knowing the MX host and provider saves you DNS lookups.

How Verification Works

9 checks run in order. The actor stops at the first definitive answer:

  1. Syntax check -- is the email formatted correctly?
  2. MX lookup -- does the domain have a mail server?
  3. Disposable check -- 5,000+ known throwaway domains
  4. Role-based check -- department addresses (info@, support@, admin@, sales@)
  5. Free provider check -- Gmail, Yahoo, Outlook, ProtonMail, etc.
  6. Microsoft 365 check -- definitive valid/invalid via Microsoft's own API (97-99% accuracy). This is where most other verifiers return "unknown." We don't.
  7. Google Workspace check -- detects Google-hosted domains, verifies via SMTP
  8. SMTP verification -- direct mail server check for all other domains
  9. Catch-all detection -- tests if the domain accepts any address

Microsoft 365: Our Strongest Check

About 40-50% of B2B companies use Microsoft 365 for email. Standard SMTP verification doesn't work well on these domains because Microsoft blocks it. Most verifiers return "unknown" or "catch_all" for nearly half your business list.

This actor uses Microsoft's GetCredentialType API (the same check Microsoft's own login page uses) to give a definitive valid or invalid answer. 97-99% accuracy on the domains that matter most for B2B outreach.

Input

{
"emails":[
"john@acme.com",
"jane@startup.io",
"test@mailinator.com",
"support@company.com"
]
}

Or paste emails as comma/newline-separated text in the emailsText field. Supports up to 10,000 emails per run.

Output Example

[
{
"email":"john@acme.com",
"result":"valid",
"quality":"good",
"is_disposable":false,
"is_role_based":false,
"is_free_provider":false,
"is_catch_all":false,
"reason":"mailbox_exists",
"provider":"microsoft_365",
"mx_host":"acme-com.mail.protection.outlook.com"
},
{
"email":"test@mailinator.com",
"result":"valid",
"quality":"bad",
"is_disposable":true,
"is_role_based":false,
"is_free_provider":false,
"is_catch_all":false,
"reason":"disposable_domain",
"provider":"custom",
"mx_host":"mail.mailinator.com"
},
{
"email":"support@company.com",
"result":"valid",
"quality":"risky",
"is_disposable":false,
"is_role_based":true,
"is_free_provider":false,
"is_catch_all":false,
"reason":"valid_role_based",
"provider":"google_workspace",
"mx_host":"aspmx.l.google.com"
}
]

Download results as CSV, JSON, or Excel from the Dataset tab.

Pricing

$0.001 per email ($1 per 1,000). No subscription. No minimum.

EmailsCost
1,000$1
5,000$5
10,000$10
50,000$50

Two Modes

Mode 1: Default (no setup) Leave SMTP fields empty. Uses Microsoft 365 API verification + syntax/MX/disposable/role checks. Covers ~40-50% of B2B emails with 97-99% accuracy. Other domains get flagged as unknown.

Mode 2: Full SMTP (with your VPS) Add your SMTP verification server URL. Enables direct mail server checks for ALL domains. Set up Reacher on a $3-5/month VPS with port 25 open.

Speed

  • Microsoft 365 domains: 500-1,000 emails/minute
  • SMTP verification: 100-300 emails/minute
  • Adjustable concurrency (1-20 parallel workers)

FAQ

How accurate is it? 97-99% on Microsoft 365 domains (40-50% of B2B). 88-95% on other domains via SMTP. If you only use Mode 1 (no SMTP VPS), non-Microsoft domains will show as "unknown" -- still useful for filtering bad syntax, disposable, and role-based emails.

What does quality "risky" mean? The email might be deliverable, but sending to it carries risk. Catch-all domains, role-based addresses, and unverifiable domains are flagged as risky. You decide whether to include them in your campaign.

Can I use the results in Smartlead/Instantly? Yes. Export as CSV, filter by quality = good, and import the clean list.

What about catch-all domains? Detected and flagged. About 15-25% of B2B domains accept all addresses. We flag these as catch_all with quality risky so you can decide.

You might also like

Microsoft Catch-All Email Verifier

minion_hub/microsoft-catchall-email-verification

An Apify Actor that verifies Microsoft-hosted email addresses, including Outlook and Office365. It supports batch verification, sends results via HTTP POST to a webhook, and logs data to a dataset.

MinionHub

34

Bulk email validator

unlimitedleadtestinbox/bulk-email-validator

Email verifier : Verify professional emails in bulk

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.

578

5.0

Email Verifier & Enricher Pro

jurassic_jove/email-verifier-enricher-pro

Bulk email verifier + AI corporate-email finder. Clean lists with syntax, MX, disposable & role checks and a 0โ€“100 deliverability score, confirm Microsoft/Outlook mailboxes via provider API (no email sent), and find work emails from name + domain with AI role & seniority tagging.

Microsoft Account Checker

dev00/microsoft-account-checker

Verify if an email address is associated with a registered Microsoft Account.

dev00

19

Email List Validator & Cleaner - 99% Accuracy, Bulk API

clearpath/email-validation-api

Validate email lists with 99% accuracy: SMTP checks, catch-all detection, disposable filtering. 50K emails per batch. Returns deliverability scores and risk levels. Upload CSV from Apollo.io or any source. REST API ready.

Email Verifier

tomba-io/email-verifier

Verify email addresses effortlessly by clicking the verification icon. Enhance communication accuracy

Microsoft Market Profile Scraper

getdataforme/microsoft-market-profile-scraper

Effortlessly extract detailed product profiles from Microsoft Marketplace, including titles, publishers, ratings, reviews, and pricing. Ideal for market research, competitive intelligence, and data integration....

Email Verifier by Million Verifier - $1/1k emails

account56/email-verifier

โœ… #1 Email Verification Service โœ… Only pay for valid and invalid emails โœ… No charge for catch all emails โœ… Easily verify emails from apollo, zoominfo etc

๐Ÿ‘ User avatar

Million Verifier

5.5K

4.6

Bulk Email Verifier & Email Finder

jumbled_falcon/bulk-email-verifier-and-finder

Bulk email verifier and finder for B2B outreach. Verify lists (valid, invalid, catch-all, disposable, role-based) or find work emails from name + domain. Upload CSV/XLSX/JSON or paste input. Results as JSON/CSV.

๐Ÿ‘ User avatar

Sept Solutions

2