# Find Passive LinkedIn Candidates by Skill

**Use case:** 

Find public LinkedIn profiles that match an exact skill stack -- Python, Kubernetes, React, or any tech. Returns candidate name, headline, and profile URL. Buil

## Input

```json
{
  "role": "Software Engineer",
  "skills": [
    "python",
    "kubernetes",
    "react"
  ],
  "location": "Bangalore",
  "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.