# LinkedIn Email Finder — Verified Emails from Profile URLs

**Use case:** 

Find verified work emails from public LinkedIn /in/ URLs. Profile fields included. Pay only when a usable profile or deliverable email is found.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/colin-kimber-69123514",
    "https://www.linkedin.com/in/holly-foster-b35b7b2a"
  ],
  "findEmail": true,
  "acceptPatternEmails": false,
  "skipDuplicates": true,
  "maxRetriesPerProfile": 4,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "DATACENTER"
    ]
  }
}
```

## Output

```json
{
  "inputIndex": {
    "label": "#",
    "format": "number"
  },
  "inputUrl": {
    "label": "Input url"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "emailConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "emailSkipReason": {
    "label": "Email skip reason"
  },
  "qualifiedEvents": {
    "label": "Qualified events",
    "format": "object"
  },
  "excludedEvents": {
    "label": "Excluded events"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Email Finder from Profile URL — Pay Only When Found](https://apify.com/pequod-labs/linkedin-profile-verified-email) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pequod-labs/linkedin-profile-verified-email) to learn more, explore other use cases, and run it yourself.