# Business Influencer Profile Data from LinkedIn

**Use case:** 

Extract detailed data from prominent LinkedIn influencer profiles. Receive organized records with names, experience, education, and skills.

## Input

```json
{
  "profiles": [
    "https://www.linkedin.com/in/garyvaynerchuk/",
    "https://www.linkedin.com/in/rbranson",
    "https://www.linkedin.com/in/simonsinek"
  ]
}
```

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