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.
Find professional email addresses in bulk powered by Icypeas.
The input should be a list of people with the following format per line:
Field | Type | Required | Description |
---|---|---|---|
firstName | String | No* | First name of the person |
lastName | String | No* | Last name of the person |
domain | String | Yes | Company domain |
*At least firstName OR lastName must be provided
Accepted formats:
You can copy and paste your .csv or .xlsx files in the bulk edit
Example:
1{ 2"firstName": "John", 3"lastName": "Doe", 4"domain": "icypeas.com", 5"email": "john.doe@icypeas.com", 6"status": "FOUND", 7"certainty": 95 8}
You can also integrate this Actor into your own product by adding just a few lines of code
1const run = await client.actor('username/icypeas-bulk-email-finder').call({ 2"people": [ 3"John,Doe,icypeas.com", 4"Pierre,Dupont,google.com", 5"Marie,Bernard,microsoft.com" 6] 7}); 8const { items } = await client.dataset(run.defaultDatasetId).listItems(); 9console.log(items);
Professional B2B prospecting tools:
FOUND
: Email found with certainty scoreNOT_FOUND
: No email foundERROR
: Search failed (with error details)The Actor handles various error cases:
For any issues or questions:
This Actor is provided by Icypeas. Usage is subject to Icypeas's Terms of Service
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!