
Bulk email finder
Pricing
$25.00/month + usage
Go to Store

Bulk email finder
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:
Field | Type | Required | Description |
---|---|---|---|
csvData | String | Yes | A stringified JSON array of people with name + domain |
type | String | Yes | Either "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
- $0.025 per email search
- Max batch size: 10,000 contacts
- For API access and custom plans, visit https://unlimited-leads.online/en
βοΈ 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
- Email: support@unlimited-leads.online
- GitHub: Open an issue on this actor's repository