Decision Makers Email Finder by Domain avatar

Decision Makers Email Finder by Domain

Pricing

from $50.00 / 1,000 leads founds

Go to Apify Store
Decision Makers Email Finder by Domain

Decision Makers Email Finder by Domain

Input: domain name -> Get: decision makers associated with the domain. Includes business emails, first name, last name, department, job title, company name and social profile if found. Email verification is included. May occasionally output other generic company emails.

Pricing

from $50.00 / 1,000 leads founds

Rating

0.0

(0)

Developer

Scalelist

Scalelist

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Categories

Share

Domain Email Finder by Scalelist

Find verified business emails for any domain with full contact profiles (names, job titles, departments, seniority, and LinkedIn URLs).

Enter your domains one per line and set how many leads you want from each.

Powered by Scalelist — the email and phone finder trusted by over 30,000 users worldwide.


How it works

  1. You enter one or more company domains, one per line (e.g. thescalelab.com, scalelist.com), and the max leads per domain you want back.
  2. The Actor queries the Scalelist Domain API for each domain synchronously.
  3. Every email found is validated and written as an individual row to the Apify Dataset.
  4. You are charged per email found (email_found event) at the rate shown on this Actor's page — domains with zero results cost nothing.

The limit applies per domain, so 3 domains with a limit of 25 returns up to 75 emails in total. You are charged only for emails actually found and delivered.


Input

FieldRequiredDefaultDescription
domainsDomains to search, one per line. https:// and any path are stripped automatically, and duplicates are searched only once
limitOptional10Max leads per domain (1–100), applied to every domain

Example input

{
"domains": [
"thescalelab.com",
"scalelist.com",
"stripe.com"
],
"limit": 10
}

Advanced: per-domain limit

Via the JSON tab, an entry can be an object instead of a string, so a single domain can override the global limit. String and object entries can be mixed freely.

{
"domains": [
"thescalelab.com",
{ "domain": "scalelist.com", "limit": 50 },
"stripe.com"
],
"limit": 10
}

Output

Each found email produces one row in the Apify Dataset with detailed profile information. If a domain returns no emails or fails, a single audit row is written with found: false.

FieldTypeDescription
domainstringCompany domain searched
company_namestring | nullCompany name as returned by Scalelist for the domain
emailstring | nullFound business email address (null if none found)
first_namestring | nullContact's first name
last_namestring | nullContact's last name
job_titlestring | nullContact's job title / role
departmentstring | nullDepartment (e.g. sales, support, engineering)
senioritystring | nullSeniority level (e.g. director, executive, manager)
linkedin_urlstring | nullDirect LinkedIn profile link
email_statusstringFound · catch all · Not found · Lookup failed
foundbooleantrue if an email was found

Example output row

{
"domain": "thescalelab.com",
"company_name": "The Scalelab",
"email": "arnaud@thescalelab.com",
"first_name": "Arnaud",
"last_name": "Renoux",
"job_title": "Sales Leader",
"department": "sales",
"seniority": null,
"linkedin_url": "https://www.linkedin.com/in/arnaud-renoux-129aa949",
"email_status": "catch all",
"found": true
}

Error handling

SituationBehaviour
Blank or unusable entrySkipped with a warning; remaining domains continue
Duplicate domainSearched and charged only once
Zero emails foundOutput row written with email: null, found: false — nothing is charged
Rate limit (429)Exponential backoff, up to 5 automatic retries
Lookup error (4xx/5xx)Output row written with email_status: "Lookup failed" — nothing is charged
Spend cap reachedOnly emails that could be charged are delivered; the Actor then stops cleanly
Actor timeoutActor stops before processing domains it cannot finish

Other Scalelist Actors


Support