# Identify Industry Influencers for Market Research and Outrea

**Use case:** 

Pinpoint leading voices and influencers within specific market segments by scraping their LinkedIn profiles. This data empowers you to craft targeted marketing 

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/randfishkin/",
    "https://www.linkedin.com/in/neilpatel/"
  ],
  "cookie": "***",
  "maxSkills": 25,
  "language": "en",
  "includeContactInfo": false,
  "includeRecommendations": false,
  "includeOrganizations": false
}
```

## 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 Pro](https://apify.com/crawlerbros/linkedin-profile-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-profile-scraper-pro) to learn more, explore other use cases, and run it yourself.