Need to build a precise list of employees from a target company鈥攚ithout the headache?
This workflow turns a LinkedIn company URL into a list of relevant profiles inside Clay, using 知阴视频鈥檚 powerful async API.
Quickly populate a list of employees (e.g., CXOs, Founders) from target accounts for personalized outreach or enrichment.
Overview
This playbook uses 知阴视频鈥檚 Search Sales Navigator Company Employees (async) action inside Clay.
It automates fetching employees from a company and pushing them into your 鈥淓mployees鈥 table鈥攏o manual pagination, no scraping.
Prerequisites
- A + your
- The Clay template 鈫
Step-by-Step
1.聽Add a Company
- Go to the 鈥淐ompanies鈥 table in Clay.
- Add a LinkedIn Sales Navigator URL (e.g. ).
2.聽Trigger the 知阴视频 API
Use Clay鈥檚 HTTP module to call: this endpoint:鈥
https://api.captaindata.com/v4/actions/salesnavigator-search-company-employees/run/async
鈥
Set your headers:鈥
X-API-Key: <your-api-key>
Content-Type: application/json
鈥
Customize your payload:鈥
{
"parameters": {
"max_results": 20,
"seniority": ["cxo"],
"employees_title": "\\"CEO\\" OR \\"Co-Founder\\""
},
"identity_mode": "auto",
"inputs": [{ "sales_navigator_company_url": "<company-url>" }]
}
鈥
3.聽Run Table Setup
- The 鈥淩uns鈥 table logs the action and captures the callback webhook.
- Once the run is complete, Clay automatically parses the result.
- Map Employees
- The workflow sends extracted employees into the 鈥淓mployees鈥 table.
- Map columns like name, title, location, LinkedIn URL, and image.
- Enrich Further or Outreach
- Layer in more enrichment (e.g., emails, phone numbers).
- Build messaging or sequences鈥攁ll inside Clay.
Pro Tips
- Use identity_mode: "auto" to rotate LinkedIn identities.
- You can filter results with seniority, employees_title, or even keywords.
Checkout the complete API聽Documentation for .
