# LinkedIn executive profile scraper for lead research

**Use case:** 

Build a structured LinkedIn profile dataset from a curated list of executives or investors for lead research and enrichment.

## Input

```json
{
  "profileUrls": [
    "williamhgates",
    "satyanadella",
    "sundarpichai"
  ],
  "maxProfiles": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "headline": {
    "label": "Headline"
  },
  "location": {
    "label": "Location"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "connectionCount": {
    "label": "Connections"
  },
  "currentPositions": {
    "label": "Current Positions"
  },
  "education": {
    "label": "Education"
  },
  "profileImageUrl": {
    "label": "Photo",
    "format": "link"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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