# LinkedIn Employee Leads Scraper for Sales Prospecting

**Use case:** 

Build employee lead lists from multiple LinkedIn companies for outbound sales and recruiting workflows.

## Input

```json
{
  "companyUrls": [
    "https://www.linkedin.com/company/hubspot/",
    "https://www.linkedin.com/company/salesforce/"
  ],
  "maxEmployees": 100
}
```

## 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.