CEO, Founder & Leadership Email Finder by Domain avatar

CEO, Founder & Leadership Email Finder by Domain

Pricing

from $70.00 / 1,000 domain-matched ceo or founder contacts

Go to Apify Store
CEO, Founder & Leadership Email Finder by Domain

CEO, Founder & Leadership Email Finder by Domain

Find CEO and founder work emails from one company domain. Returns only addresses matching the requested company domain.

Pricing

from $70.00 / 1,000 domain-matched ceo or founder contacts

Rating

0.0

(0)

Developer

Eugene Volper

Eugene Volper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Find current CEO, founder, and select leadership contacts for one company domain. The Actor returns a row only when a work email is available and its domain matches the company requested.

What it does

  1. Accepts one company domain, such as openai.com.
  2. Finds candidate profiles with one of these titles: CEO, Chief Executive Officer, Founder, Co-founder, Cofounder, President, Managing Partner, Chair, Chairman, Chairwoman, or Chairperson.
  3. Enriches at most the requested number of candidate profiles.
  4. Keeps only work emails at the input domain or one of its subdomains.

The dataset is intentionally strict: no personal email addresses, no foreign-company emails, and no rows for candidates without a matching work email.

Free-plan limit

Free Apify accounts receive 100 starter results shared across all eight Actors. The private links in SUPPORTER_ACCESS let a user submit honest feedback for 500 additional results valid for 30 days, or report a reproducible bug for 500 additional results after bug confirmation. No public review or positive feedback is required. Any paid Apify plan is uncapped by this internal result allowance; normal Apify platform and Actor charges still apply. If a limit applies, the Actor exits normally and explains the next steps in its log and key-value store.

Input

FieldRequiredDescription
domainYesA company domain or URL. It is normalized to the domain host.
maxCandidatesNoMaximum eligible leadership profiles to inspect, from 1 to 50. Default: 50.

Output

Each dataset item contains fullName, title, contactType (ceo, founder, or leadership), workEmail, the input domain, profile URL where available, and retrieval time. An OUTPUT key-value record provides aggregate run counts.

Notes

Results depend on available public and licensed data. A company may return zero contacts when no matching eligible leadership work email is available. “Owner” and “Principal” are intentionally excluded to avoid false positives such as Product Owner and Principal Engineer. Use contact information responsibly and comply with applicable law and platform policies.

Local development

Set the private runtime configuration before running locally:

export CEO_FOUNDER_API_BASE='https://your-private-service.example'
export CEO_FOUNDER_API_KEY='your-private-key'
apify run

Run checks with npm test and npm run lint.