# Track Talent Market Trends with LinkedIn Data

**Use case:** 

Query LinkedIn candidate supply by role and location. Returns name, headline, and profile URL per match. Map skill density, spot hiring hotspots, and track tale

## Input

```json
{
  "role": "Data Scientist",
  "skills": [
    "machine learning"
  ],
  "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.