Bulk email finder avatar
Bulk email finder

Pricing

$25.00/month + usage

Go to Store
Bulk email finder

Bulk email finder

Developed by

Eliasse Hamour

Eliasse Hamour

Maintained by Community

Bulk email finder powered by UnlimitedLeads. Upload a list of prospects (up to 500) with their first name, last name and company domain to find their professional email addresses. Supports CSV. Returns verified emails. Perfect for sales teams and recruiters.

5.0 (1)

Pricing

$25.00/month + usage

1

Total users

6

Monthly users

6

Runs succeeded

>99%

Last modified

3 days ago

Unlimited Leads Bulk Email Finder Actor

Find professional email addresses in bulk using full name and company domain, powered by Unlimited Leads.


πŸ“₯ Input Parameters

This actor accepts the following input JSON:

FieldTypeRequiredDescription
csvDataStringYesA stringified JSON array of people with name + domain
typeStringYesEither "individual" or "bulk" mode

Example Input

{
"csvData": "[{\"firstName\":\"John\",\"lastName\":\"Smith\",\"companyDomain\":\"google.com\"},{\"firstName\":\"Jane\",\"lastName\":\"Doe\",\"companyDomain\":\"microsoft.com\"}]",
"type": "bulk"
}

πŸ“€ Output Format

Each result includes the following fields:

{
"companyDomain": "apple.com",
"confidence": "100",
"email": "michael@apple.com",
"firstName": "Michael",
"lastName": "Johnson",
"fullName": "Michael Johnson",
"processedAt": "2025-05-29T21:51:21.584Z",
"searchId": "bulk_1748555481584_2",
"source": "bulk-finder",
"verified": "FALSE"
}

Response Status:

  • email: Present β†’ email found
  • email: Empty β†’ not found
  • confidence: Confidence score (if email found)

πŸ”§ Usage Example

const run = await client.actor("your-username/unlimited-leads-bulk-email-finder").call({
csvData: JSON.stringify([
{ firstName: "John", lastName: "Smith", companyDomain: "google.com" },
{ firstName: "Jane", lastName: "Doe", companyDomain: "microsoft.com" }
]),
type: "bulk"
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

πŸ’° Pricing

βš™οΈ Technical Details

Output Notes

  • Output is a list of enriched contact objects
  • If email is found, a confidence score and timestamp are included
  • If email not found, fields like email or confidence may be empty

Limitations

  • Max: 10,000 entries per run
  • Automatically adjusts timeouts
  • Supports individual and bulk modes

πŸ”— About Unlimited Leads

Professional B2B database tool with:

  • πŸ” +100 million leads database

Explore at https://unlimited-leads.online/en

πŸ†˜ Support