# LinkedIn Email Finder: Quick sample

**Use case:** 

LinkedIn Email Finder configured for quick sample. The saved input exposes profiles, verifyEmails, maxResults, proxyConfiguration, contacts and uses a...

## Input

```json
{
  "profiles": [
    "https://www.linkedin.com/in/satyanadella/"
  ],
  "contacts": [
    {
      "firstName": "Jane",
      "lastName": "Doe",
      "domain": "stripe.com"
    }
  ],
  "domainOverride": "",
  "verifyEmails": false,
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "primaryEmail": {
    "label": "Email",
    "format": "text"
  },
  "verificationStatus": {
    "label": "Status",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Email Finder - Work Emails, No Login](https://apify.com/thirdwatch/linkedin-email-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-email-finder-scraper) to learn more, explore other use cases, and run it yourself.