# Build a Talent Pipeline from LinkedIn Data

**Use case:** 

Match LinkedIn profiles by role, seniority, and skills to build a structured talent pipeline. Returns candidate name, headline, and profile URL. Automate sourci

## Input

```json
{
  "role": "Senior Software Engineer",
  "skills": [
    "golang",
    "microservices"
  ],
  "location": "Hyderabad",
  "seniority": "senior",
  "currentCompanies": [],
  "excludeCompanies": [],
  "keywords": [],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Candidate Finder - Recruiter Sourcing, No Cookies](https://apify.com/thirdwatch/linkedin-candidate-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-candidate-finder-scraper) to learn more, explore other use cases, and run it yourself.