Bulk Email Finder (Email Verification Included)
Pricing
from $29.00 / 1,000 results
Bulk Email Finder (Email Verification Included)
Find verified business emails using first name, last name, and company name or company domain. Email verification is included in the output.
Pricing
from $29.00 / 1,000 results
Rating
0.0
(0)
Developer
Scalelist
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Bulk Email Finder by Scalelist
Find verified business emails for any list of leads using full name and company name or domain.
All emails found are verified twice. "Valid" means they are safe to use, "Risky" means they are catch_all or unverifiable.
Powered by Scalelist — the email and phone finder used by over 30,000 users on the Scalelist web app every day.
How it works
You provide a list of leads, matched one of two ways:
first_name+last_name+company_domain(preferred — better match rate)first_name+last_name+company_name
Input
| Field | Required | Description |
|---|---|---|
leads[].first_name | ✅ | Lead's first name |
leads[].last_name | ✅ | Lead's last name |
leads[].company_domain | Recommended | e.g. acmecorp.com — better match rate than company name |
leads[].company_name | Optional | Use if domain is unknown |
Example input
{"leads": [{"first_name": "Sarah","last_name": "Chen","company_domain": "acmecorp.com","company_name": "Acme Corp"},{"first_name": "Maria","last_name": "Silva","company_domain": "globex.com"},{"first_name": "John","last_name": "Doe","company_name": "Some Company"}]}
Output
One row is written to the Apify Dataset for every lead — giving you a complete record of the run.
| Field | Type | Description |
|---|---|---|
first_name | string | Lead's first name |
last_name | string | Lead's last name |
company_domain | string | null | Company domain used for the lookup |
company_name | string | null | Company name used for the lookup |
email | string | null | Found email address. null if not found |
email_status | string | Valid · Risky · Not found · Lookup failed · Timeout · Submit failed |
found | boolean | true if an email was found |
Example output rows
Found (Valid):
{"first_name": "Sarah","last_name": "Chen","company_domain": "acmecorp.com","email": "sarah.chen@acmecorp.com","email_status": "Valid","found": true}
Found (Risky):
{"first_name": "John","last_name": "Doe","company_domain": null,"email": "john.doe@somecompany.com","email_status": "Risky","found": true}
Error handling
| Situation | Behaviour |
|---|---|
Missing first_name or last_name | Lead is skipped with a warning; others continue |
| Missing company domain and name | Lead is skipped with a warning; others continue |
| Rate limit (429) | Exponential backoff, up to 5 automatic retries |
| Batch submit error | Batch skipped, placeholder rows written, run continues |
| Spend cap reached | Actor stops cleanly; remaining leads are not submitted |
| Actor timeout | Actor stops before submitting batches it can't retrieve results for |