# Talent Pool Analysis: Identify Skills & Gaps

**Use case:** 

Assess the collective skills and experience within a target talent pool or industry sector for strategic workforce planning. This data helps organizations ident

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/software-engineer-1",
    "https://www.linkedin.com/in/software-engineer-2",
    "https://www.linkedin.com/in/software-engineer-3",
    "https://www.linkedin.com/in/data-scientist-1",
    "https://www.linkedin.com/in/product-manager-1"
  ],
  "cookie": "***",
  "includeContactInfo": false,
  "includeRecommendations": false,
  "includeActivity": false,
  "maxSkills": 30,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

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

## About this Actor

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