Find Decision Makers with Verified Emails
Build targeted lead lists by uploading domains, searching companies, or enriching LinkedIn profiles. Get emails using our 6-source cascade: Contacts DB, Blitz API, GetLeads, smartprospect, WizLeads, and BetterEnrich.
Data Sources
We use 6 data sources (in priority order):
- Contacts DB - Free, cached data (75 RPS)
- Blitz API - LinkedIn-based enrichment (25 RPS)
- GetLeads - Verified DM emails + bonus phones (batch of 100, unlimited plan)
- smartprospect - Verified email finder (30 RPS, batch up to 10)
- WizLeads - Catchall email verification (10 RPS)
- BetterEnrich - Person/company email lookup (10 RPS)
Email Verification
Output includes verification status:
- yes - Verified deliverable
- no - Not verified
- unknown - No data
📋 Output Format
CSV with columns:
- Company details
- Decision maker info
- Email + verification
- LinkedIn profile
Choose a Flow
Google Maps Scraper
Scrape businesses from Google Maps by location and category. Find emails and phone numbers.
Upload Domains
Upload a CSV with company domains. We'll find generic emails and decision makers.
Search Companies
Search by industry, size, location. Then enrich the results with contact data.
LinkedIn Enrichment
Upload LinkedIn URLs. We'll find work emails and company details.
Google Maps Scraper
What it does: Scrapes business listings from Google Maps based on category and location.
How to use: 1) Enter a category (type to see suggestions from Google's categories). 2) Select country. 3) Choose "All" for the entire country or "Specific States/Cities" for targeted areas. 4) Click "Start Scraper Job". Results include business names, addresses, phone numbers, and websites.
Recent Scraper Jobs
Upload Domains CSV
domain (company website without https://)
Search Companies
Find People
Exact titles are most accurate. For example, CEO matches “Chief Executive Officer.”
Upload LinkedIn CSV
linkedin_url (e.g., https://linkedin.com/in/johndoe)
Phone Number Enrichment (via LinkedIn)
How it works: Upload a CSV with LinkedIn URLs. We'll look up phone numbers for each profile.
Enrichment Jobs
What is List Building Tool?
List Building Tool helps you find decision makers and their verified work emails. You can:
- Upload domains - Get all decision makers from company websites
- Search companies - Find companies by industry, size, location
- Enrich LinkedIn profiles - Add emails to your existing leads
How It Works
Every enrichment request follows this process:
- Upload your data - CSV with domains or LinkedIn URLs
- We process in background - Watch progress in real-time
- Download enriched CSV - Get emails, verification status, and more
Data Sources
We use 4 data sources in a cascade to maximize coverage while minimizing costs:
1. Contacts DB (Primary - Free)
Cached database with millions of contacts. Always checked first (75 RPS).
2. Blitz API (Secondary - Paid)
LinkedIn-based enrichment with title cascade prioritizing executives (25 RPS).
3. BetterEnrich (Fallback - Paid)
Person email lookup and company catchall emails (10 RPS).
4. Prospeo
Currently disabled — contact admin to enable.
Output Columns
The enriched CSV contains ~50 columns organized into categories:
Company Data
Decision Maker Data
Email Verification
Company-Level Fallbacks
When no personal email is found, we provide company catchall emails:
Diagnostic Columns
Audit trails for debugging and transparency:
Input Identifiers
Your original input preserved for reference:
Processing Status
enriched- Successfully found contact/emailno_contacts- Company found but no contacts availablenot_found- Could not find company/personerror- Processing error occurred
SEG Classification
Two trailing CSV columns tell you what kind of mail server sits in front of each domain, so you can tune sending strategy before you hit a spam filter:
What each seg_classification means and what to do:
external_seg— Domain is behind a secure email gateway (Proofpoint, Mimecast, Barracuda...). These gateways aggressively filter cold mail; warm these leads slowly or deprioritize them.no_email— Domain has no mail records, so any address there is undeliverable; exclude these from campaigns.direct_google/direct_microsoft— Standard Google Workspace or Microsoft 365 mail. Apply your normal sending rules.other_or_unknown— Self-hosted or unrecognized mail server. Treat as standard sending with normal monitoring.- blank — No verdict available for this row (feature off or domain not yet classified).
This classification is a background domain lookup, not an enrichment provider — it does not affect email finding or job counters.
Input Format Examples
Domain Upload:
domain acme.com example.org
LinkedIn Upload:
linkedin_url https://linkedin.com/in/johndoe https://linkedin.com/in/janesmith
Enhanced Upload (Domain + Person):
domain,full_name acme.com,John Smith example.org,Jane Doe
Last Updated: 2026-07-05
API Keys
Manage API keys for programmatic access to the Lead Generation Platform.
Create New API Key
The API key will be shown only once. Make sure to copy it immediately.
Your API Keys
How to Use API Keys
Include your API key in the X-API-Key header:
curl -X GET "https://listbuilding.eagleinfoservice.com/api/enrichment/enrich/google.com" \ -H "X-API-Key: lgp_your_api_key_here"
Example Response:
{
"domain": "google.com",
"company_linkedin_url": "http://www.linkedin.com/company/google",
"contacts": [...],
"contact_count": 5,
"data_sources": { "company_linkedin": "contacts_db", ... },
"sync_to_contacts_db": { "status": "success", ... }
}