# LinkedIn Profile Data for Lead Enrichment

**Use case:** 

Extract detailed profile information from LinkedIn URLs. Get structured data on names, experience, skills, and more for targeted sales leads.

## Input

```json
{
  "profiles": [
    "https://www.linkedin.com/in/williamhgates",
    "https://www.linkedin.com/in/satyanadella",
    "https://www.linkedin.com/in/sundarpichai"
  ]
}
```

## Output

```json
{
  "fullName": {
    "label": "Full name"
  },
  "headline": {
    "label": "Headline"
  },
  "location": {
    "label": "Location"
  },
  "currentCompany": {
    "label": "Current company"
  },
  "followers": {
    "label": "Followers"
  },
  "linkedinUrl": {
    "label": "Linkedin url"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Scraper](https://apify.com/calm_builder/linkedin-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/calm_builder/linkedin-profile-scraper) to learn more, explore other use cases, and run it yourself.