Apify Store
AS
Apify Store
/caprolok/linkedin-employees-scraper

Linkedin Employees Scraper

Effortlessly gather LinkedIn URLs and names of employees in bulk. Ideal for HR and recruitment, this tool quickly provides essential contact information, simplifying talent search and networking oppor

liveasyncunknown~30s typical
lead generationjobsseo toolslinkedinemployees
$0.025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.02 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 /caprolok/linkedin-employees-scraper for me.

Input

FieldTypeDescription
companyUrls*arrayOne or more LinkedIn company or school pages. Example: linkedin.com/company/microsoft
maxResultsPerCompany*integerHow many people to return for each URL. Higher means more results and higher cost. default 20
onlyVerifiedbooleanWhen on (recommended), only return people whose profile clearly matches the company/school, including brand variants like @vuala for vualapp.com. Turn off to also include lower-confidence matches. default true
designationarrayOptional. Leave empty to get all roles. Add titles (e.g. CEO, Manager) to narrow results.
modestring (auto | employees | alumni)Usually leave on Auto. Auto picks employees for company URLs and alumni for school URLs. default "auto"
alumniDeepScanintegerIn alumni mode only. Spend extra effort finding more long-tail profiles. Higher = more coverage and cost. 0 turns this off. default 25
countrystring (AE | AR | AT | AU | BE | BR)Optional. Prefer people based in this country.

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":"/caprolok/linkedin-employees-scraper","input":{"companyUrls":["https://www.linkedin.com/company/microsoft"],"maxResultsPerCompany":3,"onlyVerified":true,"mode":"auto","alumniDeepScan":25},"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 /caprolok/linkedin-employees-scraper -i '{"companyUrls":["https://www.linkedin.com/company/microsoft"],"maxResultsPerCompany":3,"onlyVerified":true,"mode":"auto","alumniDeepScan":25}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/caprolok/linkedin-employees-scraper", input: {"companyUrls":["https://www.linkedin.com/company/microsoft"],"maxResultsPerCompany":3,"onlyVerified":true,"mode":"auto","alumniDeepScan":25}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.