← API Catalog
Apify·Async

LinkedIn Company Employees Scraper — New Hires & Departures

Knowledge & Data$0.025 / Short profile extracted

What it does

Scrape all employees of any LinkedIn company: names, job titles and verified current-employer profiles — no login, no cookies. Turn on free monitoring to track new hires, departures and title changes vs your previous run — built for weekly scheduled runs. Only verified profiles are charged.

Returns: Scrape all employees of any LinkedIn company: names, job titles and verified current-employer profiles — no login, no cookies. Turn on free monitoring to track new hires, departures and title changes vs your previous run — built for weekly scheduled runs. Only verified profiles are charged.

Parameters

ParameterTypeRequiredDescription
locationtextNoFilter employees by location (e.g., 'San Francisco', 'United States', 'Europe'). Leave empty for all locations.
companiesarrayYesList of LinkedIn company URLs (e.g., https://www.linkedin.com/company/google/) or company names to search for employees. You can mix URLs and names. Maximum 200 companies per run to fit within the 60 minute actor timeout; split larger lists into multiple runs.
searchQuerytextNoOptional extra keyword phrase layered onto the base company discovery query (e.g., 'hiring', 'supply chain', 'import export'). Title targeting is controlled by targetTitles.
maxEmployeesnumberNoMaximum number of employees to extract per company. Capped at 100 to keep discovery and verification cost bounded; split larger targets across multiple runs if needed.
profileDepthselectNoCurrent build supports short-profile extraction: name, title, location, LinkedIn URL, company match, and title match. Only LinkedIn-verified profiles are billed. When verification is off, discovery rows are free (confidence=low) and never charged per profile.
targetTitlesarrayNoOptional ICP title list. When missing or empty, the actor uses the default English/Spanish decision-maker set for runs of 50 companies or fewer. Larger runs skip implicit title expansion unless you pass targetTitles explicitly. Maximum 30 titles per run.
industryFiltertextNoFilter by industry (e.g., 'Technology', 'Finance', 'Healthcare'). Leave empty for all.
maxConcurrencynumberNoMaximum number of concurrent requests. Lower = safer but slower. Higher = faster but more likely to hit rate limits.
seniorityFilterarrayNoFilter by seniority level. Add multiple or leave empty for all levels. Supported values: owner, partner, cxo, vp, director, manager, senior, entry, training, unpaid. Unknown values are ignored with a warning.
maxResidentialMbnumberNoMaximum residential proxy transfer allowed for LinkedIn profile verification before the run exits cleanly (diagnostics go to logs, not the dataset).
proxyConfigurationjsonNoPhase A discovery proxy. This actor always uses the GOOGLE_SERP group for Google search discovery; custom proxy URLs and alternate groups are ignored.
compareWithPreviousRunbooleanNoTrack this company over time: each run adds a free summary item per company with new hires, departures, and title changes since your previous run. Snapshots are stored in a named key-value store in your account ('linkedin-employees-snapshots') and are never charged. Ideal with a weekly schedule. For clean departure tracking, set Max employees above the company's headcount — a capped run reports new hires only, never guessed departures.
acceptDiscoveryFallbackbooleanNoIf a verified run would be rejected by the margin guard, continue instead of failing before start. Unverified SERP discovery rows (if verification is off) are free and never billed per profile. When verification is on, only verified profiles are billed.
verificationProxyConfigurationjsonNoPhase B verification proxy. Used only when price-aware verification is enabled. This actor normalizes it to Apify RESIDENTIAL, reuses the same session-bound IP for homepage warmup + profile fetch, and ignores custom proxy URLs or non-residential groups.

Endpoints

GET/v1/agents/resources/inspect/apify.george.the.developer.linkedin-company-employees-scraperPublic
POST/v1/agents/resources/estimate/apify.george.the.developer.linkedin-company-employees-scraperPublic
POST/v1/agents/resources/run/apify.george.the.developer.linkedin-company-employees-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.george.the.developer.linkedin-company-employees-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data