# LinkedIn Profile Data Extractor for CRM Contacts

**Use case:** 

Extract detailed information from LinkedIn profiles, including name, headline, and role. Perfect for enriching CRM contact lists.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/in/satyanadella"
    }
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "sourceUrl": {
    "label": "URL",
    "format": "link"
  },
  "profile": {
    "label": "Profile data"
  },
  "company": {
    "label": "Company data"
  },
  "status": {
    "label": "HTTP",
    "format": "number"
  },
  "authwall": {
    "label": "Authwall",
    "format": "boolean"
  }
}
```

## About this Actor

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