LinkedIn Company Employees Scraper avatar

LinkedIn Company Employees Scraper

Pricing

from $10.00 / 1,000 employee returneds

Go to Apify Store
LinkedIn Company Employees Scraper

LinkedIn Company Employees Scraper

Extract employees from any public LinkedIn company page. One row per employee with name, headline, profile URL, and company context for lead generation.

Pricing

from $10.00 / 1,000 employee returneds

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Extract employees from any public LinkedIn company page — one row per employee with name, headline, profile URL, and company context. Built for lead generation, recruiting, and competitor research.

What you get

For every employee visible on a company's LinkedIn page, the scraper returns one row with:

Employee data

  • Full name
  • Headline / current job title
  • LinkedIn profile URL
  • Profile picture URL

Company context columns (joined onto every employee row)

  • Company name, LinkedIn URL, and public slug
  • Company website
  • Headquarters, country code
  • Industries, company size (e.g. "501-1,000 employees")
  • Total followers and total employees on LinkedIn
  • Year founded
  • Company logo URL

Output is flat — one employee per record — so it exports cleanly to CSV, Google Sheets, or any CRM.

Use cases

  • B2B lead generation — pull the team list of a target company and route leads to sales
  • Recruiting — find candidates already working at a competitor or talent-rich company
  • Account-based marketing — enrich your CRM with company-and-people data in one shot
  • Competitive intelligence — track hiring patterns, team composition, and headcount growth
  • Investor research — quickly map out a portfolio company's leadership team

How to use

  1. Paste one or more LinkedIn company page URLs into Company URLs (one per line; up to 20 per run)
  2. Run the actor — employees appear in the Dataset tab, one per row
  3. Export to JSON, CSV, or Google Sheets directly from the Apify console

Output format

Each dataset record:

{
"employeeName": "Jane Doe",
"employeeHeadline": "Software Engineer at Anthropic",
"employeeProfileUrl": "https://www.linkedin.com/in/janedoe",
"employeeImageUrl": "https://media.licdn.com/dms/image/...",
"companyName": "Anthropic",
"companyUrl": "https://www.linkedin.com/company/anthropicresearch",
"companySlug": "anthropicresearch",
"companyId": "61907786",
"companyWebsite": "https://www.anthropic.com",
"companyHeadquarters": "San Francisco, California",
"companyCountryCode": "US",
"companyIndustries": "Research Services",
"companySize": "501-1,000 employees",
"companyFollowers": 850000,
"companyEmployeesOnLinkedIn": 720,
"companyFounded": "2021",
"companyLogo": "https://media.licdn.com/dms/image/..."
}

Notes

  • Returns the employees that LinkedIn publishes on the company's public "People" widget (typically up to ~25 per company)
  • Each row is enriched with company-level fields, so a single export is everything you need to import into a CRM
  • Bulk mode: drop in up to 20 company URLs per run to enrich many accounts in one shot