πŸ”₯ Smart Email Finder & Verifier | CSV Support

πŸ”₯ Smart Email Finder & Verifier | CSV Support

by clearpath

Stop wasting credits on email guessing games. This actor finds verified professional emails the smart wayβ€”by intelligently testing patterns and stoppi...

12,541 runs
151 users
Try This Actor

Opens on Apify.com

About πŸ”₯ Smart Email Finder & Verifier | CSV Support

Stop wasting credits on email guessing games. This actor finds verified professional emails the smart wayβ€”by intelligently testing patterns and stopping at the first valid match. You save about 80% on API costs compared to tools that blindly check every possible combination. Just feed it a name and a company domain. It runs through common email formats (like first.last@company.com) and returns only the confirmed, deliverable address. Need to process a whole list? Upload a CSV for bulk finding and verification. It’s built for scale without the hefty price tag. I use this for building accurate contact lists for sales outreach and recruiting. There’s nothing worse than a bounced email or a dead lead. This tool cuts through the noise, giving you clean, verified emails that actually reach inboxes. It’s straightforward, efficient, and just works.

What does this actor do?

πŸ”₯ Smart Email Finder & Verifier | CSV Support is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Professional Email Finder API - Find B2B Emails with Names & Domains 🎯 (2025) ## Changelog ### December 2025 - Excel Support: Now accepts .xlsx files in addition to CSV - Smart Column Detection: Enhanced fuzzy matching handles typos and unusual column names (e.g., "Frist Name", "Contact Last Name") --- Find valid business email addresses using only first name, last name, and company domain. Transform your cold outreach with this intelligent email discovery tool that generates and validates common email patterns to find the correct business email address. Perfect for sales teams, recruiters, and B2B marketers who need to find contact emails when all they have is a name and company. Tests all patterns comprehensively and returns the best email plus alternative options for maximum value. ## Demo asciicast ## The Challenge of B2B Outreach You have a list of prospects with names and companies, but no email addresses. Manual searching wastes hours. Guessing email formats leads to bounces. Buying email lists is expensive and often outdated. This Email Finder solves that problem automatically. ### Common Email Finding Scenarios: - LinkedIn Prospecting: Found the perfect lead but no email visible - Conference Attendees: Have names and companies from attendee lists - Apollo/CRM Exports: Incomplete contact data with missing emails - Target Account Lists: Know the company and person but need the email ## Discovery Modes - Choose Your Approach ### πŸ“Š Two Email Discovery Modes | Mode | Patterns Tested | Coverage | Use Case | |------|----------------|---------|----------| | optimized | 4 patterns | ~85% of business emails | Default - fast and cost-effective | | expanded | 10 patterns | ~95% of business emails | When optimized mode fails or for high-value prospects | Optimized Mode (Default): - Tests the 4 most common business email patterns - Covers approximately 85% of all business email formats - Fastest and most cost-effective option - Perfect for bulk processing and initial outreach Expanded Mode: - Tests 10 different email patterns - Covers approximately 95% of all business email formats - Use when optimized mode doesn't find an email - Ideal for high-value prospects where you need maximum coverage ## Why Choose This Email Finder? ### πŸ” Smart Pattern Detection Tests the most common business email formats comprehensively in parallel for fast results. ### πŸ’° Maximum Value Discovery Tests all patterns in your chosen mode and returns the best email plus all validated alternatives. ### 🎯 Quality-Ranked Results Every email is verified with SMTP checks and ranked by quality - safe emails prioritized over catch-all domains. ### πŸ“ CSV Batch Processing Upload your CRM exports or prospect lists to find emails in bulk. ## Features - βœ… Pattern-Based Discovery: Tests common business email formats (firstname.lastname@, f.lastname@, etc.) - βœ… Comprehensive Validation: All patterns validated in parallel with SMTP checks for fast, reliable results - βœ… Quality-Ranked Results: Returns best email plus all validated alternatives, ranked by quality (safe > catch-all > unknown) - βœ… Two Discovery Modes: Optimized (4 patterns) or Expanded (10 patterns) - βœ… Multiple Emails Per Person: Get 2-4 validated email options for backup and A/B testing - βœ… CSV Batch Processing: Upload prospect lists with names and domains - βœ… Auto Column Detection: Intelligently finds First Name, Last Name, and Domain columns - βœ… Domain Cleaning: Handles URLs, removes protocols, extracts clean domains - βœ… Transparency Metrics: See exactly how many patterns were tested and validated - βœ… CRM Export Compatible: Works with Apollo, HubSpot, Salesforce exports ## Input ### Direct People Input Provide a list of people with their names and company domains: json { "people": [ { "firstName": "John", "surname": "Doe", "domain": "company.com" }, { "firstName": "Jane", "surname": "Smith", "domain": "business.org" } ], "mode": "optimized" } With expanded search mode: json { "people": [ { "firstName": "Robert", "surname": "Johnson", "domain": "enterprise.com" } ], "mode": "expanded" // Tests up to 10 patterns instead of 4 } ## File Upload Support (CSV & Excel) ### 🎯 Automatic Column Detection The actor automatically detects First Name, Last Name, and Domain columns! No configuration needed - just upload your prospect list and let the intelligent detection system find the right columns. Perfect for CRM exports where column names vary. Smart Fuzzy Matching: Even handles typos and unusual column names like "Frist Name", "Contact Last Name", or "Company Domian". ### πŸ“€ Upload Your Prospect Lists Upload CSV or Excel files from Apollo, HubSpot, Salesforce, LinkedIn Sales Navigator, or any other source! This finder works seamlessly with exports from popular sales and marketing platforms: - Apollo.io: Direct support for contact export format - HubSpot: Works with contact and company exports - Salesforce: Compatible with lead and contact reports - LinkedIn Sales Navigator: Process your saved lead lists - Conference Attendee Lists: Find emails for event contacts - Any CSV or Excel format: Supports CSV (comma, semicolon, tab, pipe delimiters) and Excel (.xlsx) ### How to Provide Files You have two options for providing files: 1. File Upload: Click the file upload button in the Apify Console to upload your CSV or Excel file directly 2. URL: Provide a public URL where your file is hosted ### How File Processing Works 1. Provide your file: Either upload directly via the editor or provide a URL 2. Auto-detection: The actor scans your file and identifies columns for: - First Names: Detects variations like "First Name", "Given Name", "fname", etc. - Last Names: Finds "Last Name", "Surname", "Family Name", etc. - Domains: Identifies "Domain", "Company", "Website", "Company URL", etc. 3. Domain Cleaning: Automatically cleans URLs to extract pure domains 4. Pattern Generation: Creates email patterns for each person (4 or 10 based on mode) 5. Parallel Validation: Tests all patterns simultaneously for fast results 6. Quality Ranking: Selects best email and provides all validated alternatives 7. Results: Returns best email plus alternative options with full validation details ### CSV Input Examples Option 1 - File Upload (via Apify Console): json { "csvFile": "Use the file upload button to select your CSV file", "mode": "optimized" } Option 2 - URL (for hosted CSV files): json { "csvFile": "https://your-domain.com/prospects.csv", "mode": "expanded" // Tests up to 10 patterns per person } Example with Apollo.io export (upload or URL): json { "csvFile": "Upload your apollo-contacts-export.csv or provide its URL", "mode": "optimized" // Usually sufficient for finding emails } Combined input (direct people + CSV file): json { "people": [ {"firstName": "John", "surname": "Doe", "domain": "company.com"} ], "csvFile": "Upload additional contacts via file or provide URL", "mode": "expanded" // Will apply to both direct and CSV inputs } ### Supported File Formats - CSV Files: .csv files with various encodings (UTF-8, ASCII, Latin-1) - Excel Files: .xlsx files (modern Excel format) - Delimiters (CSV): Automatically detects comma (,), semicolon (;), tab (\t), or pipe (|) - Headers: Works with or without headers - the actor adapts automatically - Quoted Fields: Handles complex CSVs with quoted fields containing delimiters - Excel Sheets: For Excel files, uses the first/active sheet ### ⚠️ Important: Domain Column Requirements Your file must include a column with COMPANY DOMAINS, not social media profile URLs. βœ… What Works - Company Domains: - Column names: domain, company domain, website, company website, company url - Example values: apple.com, microsoft.com, salesforce.com ❌ What Doesn't Work - Social Media URLs: - Column names: linkedinUrl, linkedin profile, facebook url - Example values: linkedin.com/in/john-doe, facebook.com/john.doe Why? Email patterns like john.doe@company.com need the actual company domain, not LinkedIn. If your CSV only has LinkedIn profile URLs, the actor will fail with a clear error message explaining the issue. Solution: Export your data with company websites or manually add a domain column with company domains before processing. ## Output Examples ### Individual Person Results Each person gets a result showing whether their email was found: json // βœ… Email Found (with alternatives) { "firstName": "John", "surname": "Doe", "domain": "company.com", "email": "john.doe@company.com", "status": "found", "isDeliverable": true, "variationsTested": 4, "patternsValidated": 4, "validationStatus": "safe", "isSafeToSend": true, "isCatchAll": false, "isDisposable": false, "isRoleAccount": false, "overallScore": 95, "alternativeEmails": [ { "email": "johndoe@company.com", "status": "safe", "isSafeToSend": true, "isCatchAll": false, "overallScore": 92 }, { "email": "j.doe@company.com", "status": "catch_all", "isSafeToSend": false, "isCatchAll": true, "overallScore": 75 } ] } // ❌ Email Not Found { "firstName": "Jane", "surname": "Smith", "domain": "business.org", "email": null, "status": "not_found", "isDeliverable": false, "variationsTested": 4 // Tested all patterns in optimized mode } // 🎯 Multiple Validated Emails (Best Selected) { "firstName": "Robert", "surname": "Johnson", "domain": "enterprise.com", "email": "rjohnson@enterprise.com", "status": "found", "isDeliverable": true, "variationsTested": 4, // All 4 patterns tested in optimized mode "patternsValidated": 4, "validationStatus": "safe", "isSafeToSend": true, "isCatchAll": false, "isDisposable": false, "isRoleAccount": false, "overallScore": 98, "alternativeEmails": [ { "email": "robert.johnson@enterprise.com", "status": "catch_all", "isSafeToSend": false, "isCatchAll": true, "overallScore": 75 } ] } // ❓ Email Found with Unknown Status (Common for Corporate) { "firstName": "Sarah", "surname": "Williams", "domain": "enterprise-corp.com", "email": "s.williams@enterprise-corp.com", "status": "found", "isDeliverable": true, "variationsTested": 4, "patternsValidated": 4, "validationStatus": "unknown", // Can't verify due to corporate security "isSafeToSend": false, // Unknown status means verification incomplete "isCatchAll": false, "isDisposable": false, "isRoleAccount": false, "overallScore": 50, "alternativeEmails": [ { "email": "sarah.williams@enterprise-corp.com", "status": "unknown", // Same reason - corporate firewall "isSafeToSend": false, "isCatchAll": false, "overallScore": 50 } ], "note": "Unknown status is expected for enterprise domains with strict security policies" } ### πŸ“Š Summary Report After processing all people, you'll get a comprehensive summary: json { "totalProcessed": 10, "emailsFound": 7, "totalVariationsTested": 40, "averageVariationsPerPerson": 4.0, "successRate": "70.0%", "mode": "optimized" } The summary shows: - Success Rate: Percentage of people for whom valid emails were found - Comprehensive Testing: All patterns in mode tested for thorough validation (4 or 10) - Total Variations: Total API calls made across all searches - Mode Used: Whether optimized (4 patterns) or expanded (10 patterns) mode was used ## Understanding Your Results ### Discovery Status | Status | Symbol | Meaning | Next Step | |--------|--------|---------|-----------| | found | βœ… | Valid email discovered | Add to outreach list | | not_found | ❌ | No valid email found after testing all patterns | Try expanded mode or manual search | ### Validation Status Indicators When an email is found, it includes a validationStatus field indicating deliverability quality: | Status | Symbol | Meaning | Action for B2B Outreach | |--------|--------|---------|-------------------------| | safe | βœ… | Email verified as deliverable and safe | Highest priority - use immediately | | catch_all | 🎣 | Domain accepts all emails (can't verify specific mailbox) | Use with caution - monitor bounce rates | | unknown | ❓ | Validation couldn't be completed | Common for corporate emails - see below | | risky | ⚠️ | Email might have deliverability issues | Consider removing or testing carefully | | invalid | ❌ | Email will bounce | Do not use | | disposable | πŸ—‘οΈ | Temporary email address | Do not use for B2B | ### Understanding "Unknown" Status What does "unknown" mean? The validation service couldn't definitively verify this email address. This does NOT mean the email is invalid - it means verification couldn't be completed due to the recipient server's security measures. Common reasons for "unknown" status: - Corporate firewalls - Enterprise domains often block external validation attempts - Greylisting - Servers temporarily reject validation checks to prevent spam - Anti-validation measures - Large companies intentionally hide mailbox existence - Strict security policies - Government, financial, healthcare, and Fortune 500 companies For B2B Email Discovery: Unknown status is extremely common when finding emails at enterprise companies. Many legitimate decision-makers at large corporations will return unknown status. How to handle unknown emails in B2B outreach: - βœ… Sales prospecting: Definitely use them - corporate contacts often return unknown - βœ… Executive outreach: Expected for C-suite at large companies - βœ… Enterprise ABM: Unknown is normal for target accounts with strong security - ⚠️ Consumer marketing: Higher risk - evaluate based on your use case - πŸ’‘ Best practice: Test with a small batch first to establish baseline delivery rates Example scenario: You discover john.doe@microsoft.com with status "unknown". This is typical because Microsoft (like most enterprises) blocks email verification attempts. The email pattern is likely correct and deliverable - the unknown status reflects Microsoft's security, not an invalid email. ### Quality Score Interpretation Each found email includes an overallScore (0-100) indicating reliability: | Score Range | Quality | Interpretation | B2B Recommendation | |-------------|---------|----------------|-------------------| | 90-100 | Excellent | Verified safe email | Use immediately with confidence | | 70-89 | Good | Deliverable with minor considerations | Safe to use for outreach | | 50-69 | Moderate | Likely deliverable but unverified | Use for corporate/enterprise contacts | | 30-49 | Low | Uncertain deliverability | Test cautiously or skip | | 0-29 | Very Low | High risk of bounce | Do not use | Note for B2B Users: Scores in the 50-69 range often indicate corporate emails with "unknown" status. These are frequently valid emails from large companies with strong security measures - don't automatically discard them for B2B prospecting. ### Pattern Testing Strategy Optimized Mode: - Tests all 4 most statistically common patterns in parallel - Fast validation (~5-7 seconds) with comprehensive results - Returns best email plus all validated alternatives for maximum value Expanded Mode: - Tests all 10 patterns in parallel for maximum coverage - Thorough validation (~10-12 seconds) with complete results - Perfect for high-value prospects or when optimized mode finds no emails ### Understanding Metrics - variationsTested: Total patterns tested in your chosen mode (4 or 10) - patternsValidated: Number of patterns that successfully validated - alternativeEmails: Additional validated emails beyond the best match - overallScore: Quality score (0-100) indicating email reliability - Higher scores mean more reliable emails (safe > catch-all > risky) ## Use Cases by Industry ### 🎯 B2B Sales Teams Find decision-maker emails from LinkedIn profiles and company websites for targeted outreach. ### πŸš€ Recruiters & HR Discover candidate emails when you have names from resumes or LinkedIn but need direct contact. ### πŸ“§ Email Marketing Agencies Build targeted email lists from conference attendee lists or industry directories. ### πŸ“Š Lead Generation Agencies Convert incomplete lead data (name + company) into actionable email contacts. ### 🏒 Account-Based Marketing Find emails for specific personas at target accounts for personalized campaigns. ### πŸ’Ό Business Development Reach out to potential partners and vendors when you only have names and companies. ## Performance & Limits - Batch Size: Process hundreds of people per run - Success Rate: 70-85% typical email discovery rate - Response Time: ~5-7 seconds per person in optimized mode (parallel validation) - Comprehensive Results: 2-4 validated emails per person on average - Quality Ranking: Best email automatically selected from all validated results ## Security & Compliance - βœ… GDPR Compliant - βœ… No data retention after processing - βœ… Encrypted data transmission - βœ… No cookies or tracking ## Pro Tips for Best Results 1. Start with Optimized Mode: Fast (5-7s) and covers 85% of cases - perfect for bulk processing 2. Leverage Alternative Emails: Use the 2-4 validated emails per person for A/B testing and backup 3. Don't Fear "Unknown" Status: Many legitimate corporate emails return unknown due to security measures - especially common at Fortune 500 companies 4. Use All Deliverable Results: For B2B prospecting, use emails with safe, catch_all, AND unknown status - all are marked as deliverable 5. Clean Domains First: Ensure domains are valid (no URLs, paths, or protocols) 6. Batch Similar Companies: Companies often use consistent email patterns 7. Use Expanded Mode for VIPs: When optimized finds nothing or for critical prospects 8. Trust the Quality Ranking: Best email is automatically selected - safe emails prioritized over catch-all and unknown 9. Test Corporate Unknowns: Unknown status from enterprise domains (.com, .org from large companies) are usually valid ## When to Use This Email Finder ### Sales Prospecting - LinkedIn leads without contact info - Conference attendee lists - Target account penetration - Industry directory mining ### Recruitment - Candidate sourcing from resumes - Passive candidate outreach - Industry talent mapping - Alumni network building ### Marketing Campaigns - Event attendee follow-up - Content promotion to prospects - Account-based marketing - Partnership development ## Programmatic Access ### Accessing Found Emails #### JavaScript/Node.js javascript const { ApifyClient } = require('apify-client'); // Initialize the client const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN', }); // Get the dataset const dataset = await client.dataset('DATASET_ID').listItems(); // Extract only people with found emails const foundEmails = dataset.items .filter(item => item.status === 'found') .map(item => ({ name: `${item.firstName} ${item.surname}`, email: item.email, company: item.domain })); console.log('Found emails:', foundEmails); #### Python python from apify_client import ApifyClient # Initialize the client client = ApifyClient('YOUR_APIFY_TOKEN') # Get the dataset dataset = client.dataset('DATASET_ID').list_items() # Extract only people with found emails found_emails = [ { 'name': f"{item['firstName']} {item['surname']}", 'email': item['email'], 'company': item['domain'] } for item in dataset['items'] if item.get('status') == 'found' ] print(f'Found {len(found_emails)} emails') #### Direct API Access bash # Get all dataset items curl "https://api.apify.com/v2/datasets/DATASET_ID/items" \ -H "Authorization: Bearer YOUR_APIFY_TOKEN" # Filter for status: "found" to get successful discoveries ### Integration Examples Once you have the found emails, you can: - Import to CRM: Add new contacts with verified emails - Start Outreach: Begin email sequences with confidence - Enrich Database: Update existing records with discovered emails - Export for Teams: Share results with sales/marketing teams ## ROI Calculator For every 100 prospects processed: - Find ~70-85 valid email addresses - Save 5-10 hours of manual research - Enable direct outreach vs. cold LinkedIn messages - Increase response rates by 3-5x with email vs. social - Generate 10-15 qualified leads (typical 15-20% response rate) ## Pricing - Pay Per Event (PPE) Transparent pay-per-event pricing - you only pay for email patterns actually tested! ### How PPE Works This actor uses Apify's Pay-Per-Event model. You're charged for: 1. Actor Start: One-time charge when the actor begins ($0.005) 2. Email Pattern Tested: Charged for each validation attempt ($0.008 per pattern) ### Cost Examples | Mode | Patterns Tested | Charged For | Cost per Person | 100 People | 1000 People | |------|----------------|-------------|------------------|------------|-------------| | Optimized | 4 patterns | 2 events | $0.016 | $1.60 | $16.00 | | Expanded | 10 patterns | 6 events | $0.048 | $4.80 | $48.00 | *Per-person cost excludes the one-time $0.005 actor_start fee per run. All patterns in your chosen mode are tested comprehensively. You receive the best email plus all validated alternatives. Special pricing: pay for 2 patterns in optimized mode (get 4), pay for 6 patterns in expanded mode (get 10) - maximum value! ### Event Breakdown - actor_start: $0.005 per run (flat fee) - email_pattern_tested: $0.008 per validation ### Value Maximization - Special Pricing: Pay for 2 patterns, get 4 tested (optimized) or pay for 6, get 10 tested (expanded) - All patterns in your chosen mode tested comprehensively - Parallel validation for fast results (5-7 seconds in optimized mode) - Best email automatically selected using quality scoring - Receive 2-4 validated email options per person on average - 50% more value: Test 2x as many patterns as you're charged for! - Full transparency: See exactly how many patterns were tested and validated ### Example Pricing Scenarios Small batch (10 contacts, optimized mode): - Actor start: $0.005 - 20 events charged (10 people Γ— 2): $0.16 - Total: ~$0.165 - Patterns tested: 40 (10 people Γ— 4 patterns) - Value: ~30 validated emails (average 3 per person) 🎁 Medium batch (100 contacts, optimized mode): - Actor start: $0.005 - 200 events charged (100 people Γ— 2): $1.60 - Total: ~$1.605 - Patterns tested: 400 (100 people Γ— 4 patterns) - Value: ~300 validated emails (average 3 per person) 🎁 Large batch (1000 contacts, expanded mode): - Actor start: $0.005 - 6,000 events charged (1000 people Γ— 6): $48.00 - Total: ~$48.005 - Patterns tested: 10,000 (1000 people Γ— 10 patterns) - Value: ~3,500 validated emails (average 3.5 per person) 🎁 Contact us for custom enterprise pricing and volume discounts. ## Get Started 1. Add people (names + domains) or upload a CSV file 2. Choose mode: "optimized" (fast) or "expanded" (thorough) 3. Run the Email Finder 4. Export found emails with contact details 5. Start your outreach campaign! --- ## Support - πŸ“§ Email: max@mapa.slmail.me - πŸ› Issues: Use the Issues tab for bug reports and feature requests - πŸ’¬ Response time: Usually within 24 hours - πŸ”§ Custom features: Available upon request Stop searching. Start finding.* Transform names and companies into actionable email contacts. πŸš€ Start Finding Business Emails

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try πŸ”₯ Smart Email Finder & Verifier | CSV Support now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
clearpath
Pricing
Paid
Total Runs
12,541
Active Users
151
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support