# Verified Emails of Decision Makers from LinkedIn

**Use case:** 

Retrieve verified email addresses for decision makers from a LinkedIn profile. Get precise contact information quickly and accurately.

## Input

```json
{
  "linkedinUrl": "https://www.linkedin.com/in/alex-maccaw-ab592978/"
}
```

## Output

```json
{
  "input_url": {
    "label": "Input LinkedIn URL",
    "format": "string"
  },
  "email": {
    "label": "Email address",
    "format": "string"
  },
  "first_name": {
    "label": "First name",
    "format": "string"
  },
  "last_name": {
    "label": "Last name",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "message": {
    "label": "Status message",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Find Verified Emails of Decision Makers - $.05 / email](https://apify.com/parvenu/email-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parvenu/email-enrichment) to learn more, explore other use cases, and run it yourself.