People Finder & Email Verifier
Find people at any company by seniority and department. Four-layer cascade: website, SERP, and database enrichment with company-match scoring. Two-provider email waterfall (Icypeas, Prospeo) plus catch-all verification (Reoon, BounceBan). No direct LinkedIn scraping.
Use Cases
- Who buys it. Bought by outbound teams, recruiters, and RevOps for Clay enrichment, CRM fill, and prospecting.
- Clay enrichment column. Find named people at a target company and return a verified work email per row, with match confidence so no wrong-company results slip through.
Features
- Name, title, LinkedIn URL, verified email
- 9 seniority levels and 14 departments, normalized
- match_confidence, so no wrong-company results
- 27 flat fields, snake_case, one row per person
- Never scrapes LinkedIn, enforced at the transport layer
Input
domainstringoptionalThe company domain.
company_namestringoptionalSharpen company matching.
linkedin_company_urlstringoptionalSharpen company matching.
domainsarrayoptionalBatch.
targetCountintegeroptionalPeople wanted per company. Default: 5.
jobTitlesarrayoptionalTitle include and exclude lists.
excludeJobTitlesarrayoptionalTitle include and exclude lists.
seniorityarrayoptionalFilter on the normalized taxonomies.
departmentsarrayoptionalFilter on the normalized taxonomies.
countriesarrayoptionalLocation filter.
includeEmailsbooleanoptionalRun email discovery. Default: true.
verifyEmailsbooleanoptionalRun verification, including catch-all resolution. Default: true.
verifyPositionbooleanoptionalConfirm the person currently holds the role. Default: false.
suppressLinkedInUrlsarrayoptionalProfiles to exclude, before billing.
batchSizeintegeroptionalCompanies in flight at once. Default: 5.
skipCachebooleanoptionalIgnore the cache. Default: false.
Output schema
{
"full_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"job_title": "VP of Revenue Operations",
"seniority": "vp",
"department": "revops",
"linkedin_profile_url": "https://www.linkedin.com/in/example",
"country": "United States",
"city": "San Francisco",
"company_domain": "example.com",
"company_name": "Example Inc",
"email": "jane.doe@example.com",
"email_status": "valid",
"email_verified": true,
"email_provider": "prospeo",
"verification_source": "bounceban",
"email_confidence": 0.97,
"match_confidence": 0.94,
"matched_filters": ["seniority:vp", "department:revops"],
"source": "website",
"run_date": "2026-07-23T13:02:40.980Z"
}Pricing
Pay-per-event billing on the Apify platform. You are charged only when the actor returns a result. No subscription, no seat license.
Free-tier Apify accounts include monthly free compute. Upgrade for higher concurrency and volume.