Search Sales Navigator companies
scrape_sales_navigator_companiesSearch and extract Sales Navigator companies from a URL or structured filters.
When to use it
Build and extract a Sales Navigator company search from readable structured filters or a search URL.
linkedin:accesssalestouch:useRequirements
Example
Find Sales Navigator companies in Paris that are hiring and growing their Engineering department.
{
"filters": {
"location": {
"include": [
{
"query": "Paris"
}
]
},
"hiring_on_linkedin": true,
"department_headcount_growth": {
"department": [
{
"query": "Engineering"
}
],
"min": 1
}
},
"limit": 1000,
"preview_limit": 20
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: A stored company result that can be exported or reused as company_result_id.
Parameters
account_idstringConnected SalesTouch account id, username, email, handle, or account URL.
urlstringSales Navigator search URL. Cannot be combined with filters or company_result_id.
filtersobjectAdditional tool input.
limitintegerMaximum results to extract.
preview_limitintegerMaximum preview items to return inline. Defaults to 20.
contextstringExtraction context.
Aliases are shown independently because MCP clients send a flat JSON object. Use one alias from each required group, not every alias.
Common errors
insufficient_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.
sales_navigator_requiredSelect or connect a LinkedIn account with active Sales Navigator access.
search_parameter_not_resolvedInspect the returned candidates and retry the filter with the intended candidate id.