# Complete LinkedIn Profile Extractor

**Use case:** 

Extract complete LinkedIn profiles including work history, skills, and validated emails without logging into your account. Get accurate data instantly.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/satyanadella/"
  ],
  "fullProfile": true
}
```

## Output

```json
{
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "currentCompany": {
    "label": "Company",
    "format": "text"
  },
  "currentJobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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