# Market Research: Extract Expert Profiles for Industry Analys

**Use case:** 

Gather detailed information on leading experts and opinion leaders in specific industries for in-depth market research. Understand key trends, emerging technolo

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/jeffweiner08",
    "https://www.linkedin.com/in/reidhoffman"
  ],
  "maxSkills": 25,
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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