find_linkedin_candidates
ActiveTool of The Mine Works
declared in 1.0.0
Recruiter sourcing: find LinkedIn profiles matching a role, skills, location, experience band, and optional target companies. Returns name, headline, current title/company, profile URL, matched skills, and a match-confidence score. No login required.
Parameters schema
{
"type": "object",
"required": [
"roleTitle"
],
"properties": {
"skills": {
"type": "array",
"items": {
"type": "string"
},
"description": "Required skills (e.g. [\"Python\", \"PyTorch\"])"
},
"location": {
"type": "string",
"description": "Location filter (e.g. \"Bangalore\", \"Remote\")"
},
"maxYears": {
"type": "integer",
"description": "Maximum years of experience"
},
"minYears": {
"type": "integer",
"description": "Minimum years of experience"
},
"roleTitle": {
"type": "string",
"description": "Role to source for (e.g. \"Senior Machine Learning Engineer\")"
},
"maxResults": {
"type": "integer",
"default": 25,
"description": "Max candidates (default 25)"
},
"targetCompanies": {
"type": "array",
"items": {
"type": "string"
},
"description": "Only return candidates currently at these companies"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Mine Works
1/7 registries