Linkedin Company Employees Scraper
Pricing
$19.99/month + usage
Linkedin Company Employees Scraper
๐ฅ LinkedIn Company Employees Scraper finds and exports employee lists from LinkedIn company pagesโnames, titles, locations & profile URLs. ๐ Great for sales, recruiting & research. ๐ Accelerate lead gen & talent sourcing with clean, structured data.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeMesh
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
10 days ago
Last modified
Categories
Share
๐ฆ LinkedIn Company Employees Scraper
Export the public workforce of many LinkedIn company pages in a single run โ then hand back one clean, consolidated file (JSON, CSV, or Excel) with every profile auto-tagged by department segment and seniority level, and duplicates removed across the whole batch.
This actor is purpose-built for teams that don't want one company at a time. Paste a list of company URLs (or company names), press start, and walk away with a de-duplicated, ready-to-import spreadsheet of employees dropped straight into your Apify key-value store.
No login, no cookies, no LinkedIn credentials required โ it reads only publicly visible data via company pages and public web-index discovery.
โจ Why this actor is different
Most LinkedIn employee scrapers give you a raw dump for a single company. This one is a bulk export engine:
- ๐ข Batch mode first โ queue dozens of companies and process them back-to-back in one run.
- ๐งฉ Automatic segmentation โ every person is classified into a functional segment (Engineering, Sales, Marketing, Product, People & HR, Finance, Operations, Legal, IT, Customer Success, Data & AI, Executiveโฆ) from their headline.
- ๐๏ธ Seniority tagging โ each profile is graded (C-Level, VP, Director, Manager, Senior, Individual Contributor, Junior, Intern).
- ๐งฌ Cross-company de-duplication โ a person who shows up under two companies (or twice in search) is exported once.
- ๐๏ธ One consolidated file โ pick JSON, CSV, or XLSX and the whole batch is written as a single artifact to the key-value store, plus an
EXPORT_SUMMARYmanifest with per-segment and per-seniority counts. - ๐ฐ๏ธ Proxy-aware & block-resilient โ Apify Residential by default, with automatic retries.
๐ What data you get
Every row in the dataset is a superset of a full public LinkedIn profile record, plus the two new bulk-export fields:
| Field | Description | Example |
|---|---|---|
segment | ๐งฉ Functional department inferred from headline | Engineering |
seniority | ๐๏ธ Seniority tier inferred from headline | Manager |
company_url | Source LinkedIn company page | https://www.linkedin.com/company/google |
profile_url | Direct profile link | https://www.linkedin.com/in/janedoe |
fullname / first_name / last_name | Parsed person name | Jane Doe |
headline | Current role / tagline | Engineering Manager at Google |
public_identifier | LinkedIn public slug | /in/janedoe |
profile_picture_url | Avatar image URL | https://media.licdn.com/... |
location | Nested {full, city, country, country_code} | San Francisco, CA, USA |
current_company | Detected current employer | Google |
companies_detected | All company links found on the profile | [ ... ] |
personal_website | First off-LinkedIn link | https://janedoe.dev |
is_creator / is_influencer / is_premium | Profile flags | false |
show_follower_count | Follower visibility flag | true |
created_timestamp | Unix scrape timestamp | 1751328000 |
recommendations_received | Public recommendations | [ ... ] |
other_contact_details | Course links & extras | { ... } |
contact_elements | Structured identity / platform metadata | { ... } |
The consolidated export (CSV/XLSX) is a flattened version of the above with segment and seniority as the first columns for instant pivot-tables.
โ๏ธ Key features
- ๐ฆ Bulk / batch export across unlimited company URLs in one run
- ๐งฉ Role / department segmentation with 12+ functional buckets
- ๐๏ธ Seniority segmentation from C-Level down to Intern
- ๐งฌ Dedupe toggle for clean, unique lead lists
- ๐ Three export formats โ JSON, CSV, XLSX โ written to the key-value store
- ๐งพ
EXPORT_SUMMARYmanifest with counts by segment and seniority - ๐ Residential proxy support with automatic fallback and retries
- ๐ No cookies / no login โ GDPR-friendly public-data scraping
- ๐ค Automation-ready โ trigger via Apify API, schedule, or webhooks; feed a CRM, n8n, Make, or Zapier
๐ช Step-by-step usage
- ๐ Open the actor in Apify Console (or call it via API).
- ๐ข In Companies to batch-export, paste one company URL or name per line.
- ๐ฅ Set Max employees per company (default 25).
- ๐ Choose your Consolidated export format:
json,csv, orxlsx. - ๐งฌ Leave De-duplicate across companies on for a unique list (or turn it off).
- ๐ Keep Residential proxy on for the lowest block rate.
- ๐ Run it. Rows stream to the dataset live; the single consolidated file lands in the key-value store as
CONSOLIDATED_EXPORT.<format>when the batch finishes.
๐ฏ Use cases
- ๐งฒ B2B lead generation โ build segmented prospect lists across a target account list
- ๐งโ๐ผ Recruitment & talent mapping โ find engineering managers, sales leaders, or C-level contacts across competitors
- ๐ Market & competitor research โ compare workforce composition by department across companies
- ๐๏ธ CRM enrichment โ export ready-to-import spreadsheets segmented by role
- ๐งฎ HR / org analytics โ quantify seniority distribution and functional headcount
๐งฉ Example input
{"urls": ["https://www.linkedin.com/company/google","https://www.linkedin.com/company/microsoft","stripe"],"max_employees": 25,"outputFormat": "csv","dedupe": true,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
๐ฆ Example output (dataset row)
{"segment": "Engineering","seniority": "Manager","company_url": "https://www.linkedin.com/company/google","profile_url": "https://www.linkedin.com/in/janedoe","fullname": "Jane Doe","first_name": "Jane","last_name": "Doe","headline": "Engineering Manager at Google","public_identifier": "/in/janedoe","profile_picture_url": "https://media.licdn.com/dms/image/janedoe.jpg","location": {"country": "United States","city": "San Francisco","full": "San Francisco, California, United States","country_code": "US"},"is_creator": false,"is_influencer": false,"is_premium": false,"created_timestamp": 1751328000,"show_follower_count": true,"current_company": "Google","companies_detected": [{ "name": "Google", "slug": "google", "url": "https://www.linkedin.com/company/google" }],"personal_website": "https://janedoe.dev","recommendations_received": [],"other_contact_details": { "course_links": [] },"contact_elements": {"profile_identity": { "profile_name_display": "Jane Doe" }}}
๐๏ธ Consolidated export & summary
When the batch finishes, two objects are written to the default key-value store:
CONSOLIDATED_EXPORT.json/.csv/.xlsxโ the full de-duplicated dataset in your chosen format.EXPORT_SUMMARYโ a JSON manifest, for example:
{"total_rows": 118,"rows_pushed": 118,"duplicates_skipped": 14,"dedupe_enabled": true,"output_format": "csv","export_key": "CONSOLIDATED_EXPORT.csv","by_segment": { "Engineering": 41, "Sales": 22, "Marketing": 17, "Product": 12, "Other": 26 },"by_seniority": { "Manager": 19, "Senior": 33, "Director": 8, "Individual Contributor": 58 },"companies_processed": 3}
โ FAQ
Do I need a LinkedIn account or cookies?
No. This LinkedIn company employees scraper uses public company pages and public web-index discovery โ no login, no li_at cookie.
How does segmentation work?
The segment and seniority fields are derived from each person's public headline using a keyword taxonomy. Headlines with no clear signal fall back to Other / Individual Contributor.
Where is my consolidated file?
In the run's key-value store as CONSOLIDATED_EXPORT.json, .csv, or .xlsx, matching your outputFormat. The live dataset also holds every row.
Can I remove duplicate people across companies?
Yes โ keep dedupe on. Profiles are matched by public identifier so a person is exported once even if they surface under multiple companies.
What formats can I export?
JSON, CSV, and XLSX (Excel). CSV/XLSX are flattened and lead with segment and seniority columns.
Is it legal and compliant? It collects only publicly visible information. Use it for research, recruitment, and lead generation in line with LinkedIn's terms and applicable data-protection law (GDPR/CCPA).
๐ Related keywords
LinkedIn company employees scraper, LinkedIn bulk export, LinkedIn employee data extraction, LinkedIn lead generation, batch LinkedIn scraper, LinkedIn CSV export, LinkedIn Excel export, employee list scraper, LinkedIn recruiting scraper, B2B prospecting tool, workforce intelligence, LinkedIn company database, scrape LinkedIn by department, LinkedIn seniority segmentation, no-login LinkedIn scraper, multi-company LinkedIn scraping.