# Tech CEO Profile Data Extractor

**Use case:** 

Extract structured data from LinkedIn profiles of tech CEOs. Get clean JSON with names, experience, education, and more.

## Input

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

## 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.