# Find LinkedIn leads by company & job title

**Use case:** 

Find decision-makers at any company on LinkedIn by job title — export names, headlines, profile links and contact details.

## Input

```json
{
  "operationMode": "searchLead",
  "profileUrls": [],
  "maxItemsMode1": 0,
  "companyInputs": [],
  "maxItemsMode2": 0,
  "searchLeadCompanyUrls": [
    "https://www.linkedin.com/company/microsoft/"
  ],
  "searchLeadJobTitle": "Sales Manager",
  "searchLeadCount": 10,
  "maxItemsMode3": 10,
  "searchCompanyKeywords": "",
  "searchCompanyIndustries": [],
  "searchCompanyCount": 25,
  "maxItemsMode4": 0,
  "minFollowers": 0,
  "maxFollowers": 0,
  "mustHaveEmail": false,
  "mustHavePhone": false,
  "openToWorkOnly": false,
  "countryFilter": "",
  "industryFilter": ""
}
```

## Output

```json
{
  "entity_type": {
    "label": "Entity type",
    "format": "string"
  },
  "input": {
    "label": "Input value",
    "format": "string"
  },
  "linkedin_url": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "profile_image_url": {
    "label": "Profile photo URL",
    "format": "string"
  },
  "full_name": {
    "label": "Full name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "location": {
    "label": "Location (display)",
    "format": "string"
  },
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "company_logo_url": {
    "label": "Current employer logo URL",
    "format": "string"
  },
  "logo_url": {
    "label": "Logo URL",
    "format": "string"
  },
  "domain": {
    "label": "Primary domain",
    "format": "string"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "company_industry": {
    "label": "Current employer industry",
    "format": "string"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "employee_count": {
    "label": "Employees",
    "format": "integer"
  },
  "company_employee_count": {
    "label": "Current employer headcount",
    "format": "integer"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Scraper](https://apify.com/afanasenko/linkedin-profile-api-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/afanasenko/linkedin-profile-api-scraper) to learn more, explore other use cases, and run it yourself.