Bulk Email Finder avatar

Bulk Email Finder

Try for free

Pay $28.00 for 1,000 results

Go to Store
Bulk Email Finder

Bulk Email Finder

hugo.casset/icypeas-bulk-email-finder
Try for free

Pay $28.00 for 1,000 results

Bulk email finder powered by Icypeas API. Upload a list of prospects (up to 5000) with their name and company domain to find their professional email addresses. Supports CSV, TSV, and semicolon-separated formats. Returns verified emails with confidence scores. Perfect for sales teams and recruiters.

Icypeas Bulk Email Finder Actor

Find professional email addresses in bulk powered by Icypeas.

Input Parameters

The input should be a list of people with the following format per line:

FieldTypeRequiredDescription
firstNameStringNo*First name of the person
lastNameStringNo*Last name of the person
domainStringYesCompany domain

*At least firstName OR lastName must be provided

Accepted formats:

  • CSV (comma-separated)
  • TSV (tab-separated)
  • Semicolon-separated

You can copy and paste your .csv or .xlsx files in the bulk edit

Example:

  • John,Doe,icypeas.com
  • Pierre;Dupont;google.com
  • Marie\tBernard\tmicrosoft.com

Output Format

json { "firstName": "John", "lastName": "Doe", "domain": "icypeas.com", "email": "john.doe@icypeas.com", "status": "FOUND", "certainty": 95 }

Usage Example

javascript const run = await client.actor('username/icypeas-bulk-email-finder').call({ "people": [ "John,Doe,icypeas.com", "Pierre,Dupont,google.com", "Marie,Bernard,microsoft.com" ] }); const { items } = await client.dataset(run.defaultDatasetId).listItems(); console.log(items);

Pricing

About Icypeas

Professional B2B prospecting tools:

  • Email Finder
  • Email Verifier
  • Domain Scanner
  • Phone Finder

Visit Icypeas.com

Technical Details

Limitations

  • Maximum 5000 searches per batch
  • Processing time varies based on batch size
  • Timeout adjusted automatically

Response Status

  • FOUND: Email found with certainty score
  • NOT_FOUND: No email found
  • ERROR: Search failed (with error details)

Error Handling

The Actor handles various error cases:

  • Invalid input format
  • API authentication errors
  • Rate limit exceeded
  • Network timeouts
  • Search failures

Support

For any issues or questions:

Privacy

All searches are performed through the official Icypeas API, ensuring data security and confidentiality.

License

This Actor is provided by Icypeas. Usage is subject to Icypeas's Terms of Service.

Developer
Maintained by Community

Actor Metrics

  • 13 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 16 days ago