# LinkedIn Company Employees Scraper & MCP Connector

**Use case:** 

Enter a company name, get its decision makers — founders, C-suite, VPs & directors with LinkedIn profiles, & roles. Deliver to Notion, Slack, Jira & more via MC

## Input

```json
{
  "company_name": "Techforce Infotech",
  "max_profiles": 50,
  "exact_company_match": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AL"
  },
  "mcpConnector": "Ei8f24ob1R30td08p",
  "deliveryMode": "perProfile",
  "mcpTool": "create_records_for_table",
  "mcpArguments": {
    "baseId": "app0BPdKzq9oOET8z",
    "tableId": "tblR5rEHT8NuZlbQg",
    "typecast": true,
    "records": [
      {
        "fields": {
          "fldW9uXtqGKvxiK2J": "{name}",
          "fld73r8EZQpoKoBoG": "{linkedin_url}",
          "fldM4w5Cc5wEmCdKe": "{location}",
          "fldyrWdC1oq1Jqd3H": "{title}",
          "fldjE23n9felQ8Xiw": "{headline}"
        }
      }
    ]
  },
  "mcpMessageTemplate": "",
  "debug": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "title": {
    "label": "Role / Title",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Employee Scraper & MCP Connector](https://apify.com/techforce.global/linkedin-company-employees) with a specific input configuration. Visit the [Actor detail page](https://apify.com/techforce.global/linkedin-company-employees) to learn more, explore other use cases, and run it yourself.