# Bulk LinkedIn URL to Email Enrichment | Pay Per Find

**Use case:** 

Enrich a batch of LinkedIn profile URLs with public profile fields and verified work emails. Ideal CRM / outbound list cleanup.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/colin-kimber-69123514",
    "https://www.linkedin.com/in/holly-foster-b35b7b2a",
    "https://www.linkedin.com/in/gavin-saunders-mciob-67597136",
    "https://www.linkedin.com/in/reinierblesing",
    "https://www.linkedin.com/in/james-clark-elite-services-group"
  ],
  "findEmail": true,
  "acceptPatternEmails": false,
  "skipDuplicates": true,
  "maxRetriesPerProfile": 4,
  "maxConcurrency": 12,
  "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.