ValidatorMails - Premium Bulk Email Verifier & B2B Lead Finder
Pricing
from $5.00 / 1,000 email verifieds
ValidatorMails - Premium Bulk Email Verifier & B2B Lead Finder
Verify bulk emails & find B2B leads with 99% accuracy. Features live SMTP checks, Microsoft O365 directory handshake, and catch-all pattern guessing to reduce bounce rates. Perfect for cold email outreach. Save credits with vault caching!
Pricing
from $5.00 / 1,000 email verifieds
Rating
0.0
(0)
Developer
sadique shaikh
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π ValidatorMails - Bulk Email Finder & Verifier Actor
ValidatorMails is a high-performance, enterprise-grade email validation and discovery SaaS platform. This official Apify Actor enables you to process bulk leads list for Email Verification or Email Discovery asynchronously in the cloud, syncing results directly to your Apify datasets.
π Key Features
- π Smart Lead Discovery: Generates 28 naming patterns (e.g.
first.last@domain,f.last@domain) and prioritizes them using the Master Leads Vault history to save credits. - π‘οΈ Enterprise Catch-All Guessing:
- Automatically detects Office 365 mailboxes and runs live directory handshake validation (100% accurate results).
- Guesses naming conventions for standard catch-all domains using database analytics.
- Skips checking known invalid patterns to keep domain reputation high.
- β‘ Async Concurrency Throttling: Configure parallel workers (1 to 20) to query endpoints at optimal speeds.
- π Non-Blocking UI Sync: Works seamlessly with ValidatorMails backend architecture.
- suppressed Suppressions: Automatically detects opt-outs (GDPR/CCPA compliant) and prevents re-verification.
π₯ Actor Inputs Configuration
This actor provides a clean, grouped console user interface on the Apify platform:
βοΈ API Configuration & Authentication
- Operation Mode: Select
Find EmailsorVerify Emails. - API Key: Your private ValidatorMails API token (
sk_live_...). - Base API URL: Endpoint of your FastAPI server (default:
https://validatormails.com).
π₯ Input Leads Data
- Leads Input List: One entry per line.
- Finder Mode:
Full Name, domain.com(e.g.,Sadique Shaikh, theinsightsview.com) - Verifier Mode:
email@domain.com
- Finder Mode:
π Performance Settings
- Concurrency Limit: Limit of parallel API calls (defaults to 5 to protect server stability).
π€ Dataset Output Fields
Every successfully processed row generates detailed metrics in your Apify Dataset:
{"Email": "sadique@theinsightsview.com","Status": "Valid","Reason": "Valid","Time": "0.00s (Cached)","CatchAll": "No","Disposable": false,"Role": false,"FreeEmail": false,"MXRecord": "mx1.hostinger.com","Error": null}
π How to Run Locally
If you want to run this actor on your local machine using the Apify SDK:
- Clone or download this project.
- Initialize virtual environment:
python -m venv venv.\venv\Scripts\activatepip install -r requirements.txt
- Create your input configuration inside
storage/key_value_stores/default/INPUT.json. - Execute:
$python -m src
π Deploying to Apify Cloud
Deploy in one command to your developer account:
apify login -t <YOUR_API_TOKEN>apify push
Your Actor will instantly build and be ready to run under Development > My Actors!