Find the top contacts at each of these target accounts and enrich them with email and phone
Here's a list of companies - find decision-makers at each and get their emails
Turn this account list into a ranked contact list with LinkedIn URLs and business emails
Takes a list of companies and returns ranked contacts at each one - searching by company (domain/name), with title, seniority, and department included on every row. Optionally enriches the resulting contact list with business emails and mobile numbers.
The output is a unified people list across all accounts, ready for outreach or CRM import.
company list
to search_people (per company, looped - optional seniority/department/country slice)
to deduplicate
to linkedin_to_business_email (optional - per-URL parallel calls)
to linkedin_to_mobile_phone (optional - batch array)
| Company | Name | Title | Seniority | Department | Country | Business Email | Risk | Mobile |
|---|
Companies searched: X
Contacts found: X (avg X per company)
Zero-result accounts: X
Business emails: X/N (XX%)
Credits used: ~XXX
Email risk scores:
A: X B: X C: X D: X F: X
kept (accepted grades): X
filtered (excluded): X
Zero-result companies are listed separately.
search_people filters on query, company, company_domain, country, state, city, seniority, department or functional_area, industry, linkedin_industry, naics_code, employee_range, and revenue_range.
query, so a filters-only search runs ~40x cheaper and lands more precisely. A bare query is never the right shape; at minimum it gets country attached (~99% fill rate).industry buckets, LinkedIn's ~150 niche labels, or a NAICS code at any depth. Shortening the code widens the net.seniority/industry/department are ~60% filled and naics_code/linkedin_industry ~50%, and every filter is exact-match, silently dropping records where the field is empty.count_only: true returns a match count without fetching data or charging tokens, and every response carries results.total to read before paginating.Get the Find Contacts at Target Accounts skill file. We'll send occasional updates - no spam.