log in sign up now
Find Employees at a Company back to library
~ / library / Prospecting / find-employees-at-a-company

Find Employees at a Company

Find employees at a specific company - scope by name or exact domain. Returns ranked contacts with title, seniority, and LinkedIn. Optional email enrichment.
  • Find employees at Stripe in engineering leadership
  • Show me the sales team at acme.com and get their business emails
  • Find people who work at this company by domain and rank them by seniority

What this skill does

Searches for people at a specific company. The search is scoped by company - a free-text company name (company) or, more precisely, an exact company_domain. You can also narrow within the company using seniority, department/functional_area, and country request filters. Optionally enriches the results with business emails (though search results often already include business_email). Starts with a company lookup to confirm the right entity before searching employees.

Chain

company name/domain
  to search_companies   (resolve name to domain + firmographics)
  to search_people  (find people, scoped by company_domain or company name)
  to linkedin_to_business_email     (optional - per-URL parallel calls to fill missing emails)

Inputs

  • Company - name or domain (required - hard stop without it). company_domain is the most precise scope
  • Optional role slice - seniority, department, or country to narrow within the company

When it activates

  • "who works at Stripe"
  • "show me people at HubSpot"
  • "list employees at [Company]"
  • "find contacts at [Company]"

Output

Name Title Seniority Department LinkedIn

Default 10 results per page (max 25). Paginate with offset to cover more of a large employee base. Offers to fetch more or enrich with contact data.

Optional enrichment

If you want emails: results frequently already carry business_email. The skill shows a credit estimate first, then runs linkedin_to_business_email once per URL (single input each, fired in parallel) only for the rows that are missing one. Phone uses linkedin_to_mobile_phone with a linkedin_urls array.

Tips

  • Use exact company_domain when you have it - it scopes results to the company far more reliably than a free-text name in company/query
  • Company name in company/query is a soft signal - results may include people who mention the company in their headline, not just direct employees
  • Seniority, department/functional_area, and country are accepted request filters - use them to grab a role slice (e.g. VPs in Sales). Title also returns for ranking
  • Many rows already include business_email, so enrichment is often unnecessary
  • Max 25 per page - use offset pagination to cover more employees
  • Search only: ~10–15 seconds; with enrichment: ~20–40 seconds
01 Download the .moltsets skill file below
02 Open Claude and go to Settings to Skills
03 Click Add skill and select the downloaded file
04 Open a new chat in Claude
05 Prompt Claude using one of the example prompts or use your own
// difficultyEasy
// connectionCSV, Google Sheets, Excel
// got a skill of your own? Submit it to the library