AS
Apify Store
/automation-lab/linkedin-company-employees-scraper
LinkedIn Company Employees Scraper — B2B Prospect List Builder
Extract LinkedIn employee profiles from company pages — names, titles, locations, profile URLs, and company context. Build account-based B2B prospect lists, then enrich domains and verify emails with
liveasyncunknown~30s typical
social medialead generationmcp serverslinkedincompanyemployees
$0.0072
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00575 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /automation-lab/linkedin-company-employees-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| companyUrls* | array | LinkedIn company page URLs or slugs. Accepts full URLs (https://www.linkedin.com/company/google/) or just the slug (google). |
| maxEmployees | integer | Maximum number of employee profiles to extract per company. Keep low to control costs. With SERP mode, maximum is ~100 regardless of this setting. default 50 |
| liAtCookie | string | Your LinkedIn li_at session cookie. When provided, the scraper uses LinkedIn's Voyager API for a complete, paginated employee list. Without it, Google SERP discovery is used (free but limited to ~100 results). To get your li_at cookie: log into LinkedIn → open DevTools (F12) → Application → Cookies → copy the value of 'li_at'. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/automation-lab/linkedin-company-employees-scraper","input":{"companyUrls":["https://www.linkedin.com/company/google/"],"maxEmployees":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /automation-lab/linkedin-company-employees-scraper -i '{"companyUrls":["https://www.linkedin.com/company/google/"],"maxEmployees":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/automation-lab/linkedin-company-employees-scraper", input: {"companyUrls":["https://www.linkedin.com/company/google/"],"maxEmployees":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.