# Find UK sales directors with emails and LinkedIn

**Use case:** 

Prospect UK sales directors and VPs of sales. Export emails, LinkedIn profiles, seniority, and company firmographics for outbound campaigns.

## Input

```json
{
  "maxLeads": 100,
  "includeEmails": true,
  "verifiedEmailsOnly": false,
  "jobTitles": [
    "Sales Director",
    "VP Sales",
    "Head of Sales",
    "Director of Sales"
  ],
  "seniority": [
    "Director",
    "Vice President",
    "Head"
  ],
  "departments": [
    "Sales",
    "Inside Sales"
  ],
  "personCountries": [
    "United Kingdom"
  ],
  "companySizes": [
    "51 - 200",
    "201 - 500",
    "501 - 1000"
  ]
}
```

## Output

```json
{
  "contactName": {
    "label": "Contact name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "workEmail": {
    "label": "Work email",
    "format": "string"
  },
  "profileUrl": {
    "label": "LinkedIn profile",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "companySize": {
    "label": "Company size",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🔥 Leads Scraper with Emails](https://apify.com/powerai/leads-scraper-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/powerai/leads-scraper-ppe) to learn more, explore other use cases, and run it yourself.