AS
Apify Store
/apimaestro/linkedin-company-employees-scraper-no-cookies
Company Employees Scraper for LinkedIn | No Cookies
Extract LinkedIn company employees without sharing your cookies or account. Get structured data including profile details, job titles, and current positions. No login required.
liveasyncunknown~30s typical
lead generationsocial medialinkedincompanyemployeescookies
$0.013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.01 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 /apimaestro/linkedin-company-employees-scraper-no-cookies for me.
Input
| Field | Type | Description |
|---|---|---|
| identifier* | string | Company name or LinkedIn URL (e.g., 'google', 'https://www.linkedin.com/company/google/') default "https://www.linkedin.com/company/google/" |
| max_employees | integer | Maximum number of employees to return (default: 100). Set to a very large number (e.g., 10000) to fetch all available employees. default 100 |
| job_title | string | Filter employees by job title. Supports boolean operators: use OR for multiple titles (e.g., 'CEO OR CTO'), quotes for exact match (e.g., '"VP of Engineering"'), - to exclude (e.g., 'engineer -intern'), and parentheses to group (e.g., '(CEO OR CTO) -intern'). Leave empty to get all employees. default "" |
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":"/apimaestro/linkedin-company-employees-scraper-no-cookies","input":{"identifier":"https://www.linkedin.com/company/google/"},"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 /apimaestro/linkedin-company-employees-scraper-no-cookies -i '{"identifier":"https://www.linkedin.com/company/google/"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/apimaestro/linkedin-company-employees-scraper-no-cookies", input: {"identifier":"https://www.linkedin.com/company/google/"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.