# LinkedIn Company Slug Employee Extractor

**Use case:** 

Extract LinkedIn employee leads from company slugs for recruiting, sales prospecting, and enrichment.

## Input

```json
{
  "companyUrls": [
    "openai",
    "stripe"
  ],
  "maxEmployees": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "headline": {
    "label": "Headline / Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Employees Scraper — B2B Prospect List Builder](https://apify.com/automation-lab/linkedin-company-employees-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/linkedin-company-employees-scraper) to learn more, explore other use cases, and run it yourself.