Email Waterfall with Validation
Deepline’s cost-aware email waterfall tries deterministic email patterns with free validation first, falls back to 5 paid providers (Dropleads, Hunter, LeadMagic, Deepline Native, PeopleDataLabs) if no pattern matches, and optionally verifies deliverability with ZeroBounce. Pattern matches resolve for 0.1 credits. Waterfall enrichment delivers 20-40% higher email coverage than any single provider (Instantly). You can chain a ZeroBounce validation step after the waterfall to verify deliverability. B2B data decays at roughly 22.5% per year (HubSpot via Cognism), so the verification step catches stale emails that would otherwise bounce.How do I find and validate emails with Claude Code?
Tell Claude Code you want verified (not just found) emails. Deepline selects the cost-aware waterfall that tries free patterns first, resolving at 0.1 credits when patterns match, before falling back to paid providers at 0.3 credits each. You can optionally chain ZeroBounce verification.“Find and validate emails for leads.csv — use the cost-aware approach”
“I want verified emails, not just found emails. Run the full waterfall with validation.”With Codex:
What does the email waterfall with validation do step by step?
The cost-aware waterfall runs in three phases: free pattern validation, paid provider fallback, and deliverability verification. Most lookups resolve in Phase 1 at 0.1 credits. The paid fallback only fires when no pattern validates.Try free email patterns
Deepline generates 3 deterministic patterns (first.last@domain, firstlast@domain, first_last@domain) and validates each with LeadMagic’s free validation.
Fall through to paid providers if needed
If no pattern validates, the standard waterfall fires: Dropleads, Hunter, LeadMagic, Deepline Native, PeopleDataLabs.
Optionally validate deliverability
Chain
zerobounce_validate after the waterfall for bounce-risk scoring — checking deliverability, not just syntax.Which providers does the waterfall try and in what order?
Thecost_aware_first_name_and_domain_to_email_waterfall runs in three phases, ordered cheapest-first:
Phase 1 — Free patterns:
- Generate
first.last@domain,firstlast@domain,first_last@domain - Validate each with LeadMagic (free validation tier)
- If one validates, skip paid providers entirely
zerobounce_validate on the found email for bounce-risk scoring
| Scenario | Typical cost |
|---|---|
| Pattern matches (most common) | 0.1 credits |
| First paid provider hits | 0.3-0.4 credits |
| Full waterfall + validation | Up to 7.2 credits |
CLI command
CLI command
Related tasks: Find Work Email | Find Personal Email | Build Prospect List