linkedin_search
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Search LinkedIn for people, companies, jobs, or posts. Supports filtering by keywords, location, industry, network distance, and more. Use linkedin.search_filters first to resolve filter keywords to LinkedIn parameter IDs.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"api": {
"enum": [
"classic",
"sales_navigator",
"recruiter"
],
"type": "string",
"default": "classic",
"description": "LinkedIn product to search with"
},
"url": {
"type": "string",
"description": "Direct LinkedIn search URL (alternative to keyword/filter search)"
},
"role": {
"type": "string",
"description": "Role/title filter"
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"category": {
"enum": [
"people",
"companies",
"jobs",
"posts"
],
"type": "string",
"default": "people",
"description": "What to search for"
},
"industry": {
"type": "array",
"items": {
"type": "string"
},
"description": "Industry filter IDs"
},
"keywords": {
"type": "string",
"description": "Search keywords"
},
"location": {
"type": "array",
"items": {
"type": "string"
},
"description": "Location filter IDs (use linkedin.search_filters to resolve)"
},
"has_job_offers": {
"type": "boolean",
"description": "Filter for people with job offers"
},
"network_distance": {
"enum": [
"F",
"S",
"O"
],
"type": "string",
"description": "Connection degree: F=1st, S=2nd, O=3rd+"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries