Search Sales Navigator companies
scrape_sales_navigator_companiesSearch and extract Sales Navigator companies with explicit v2 filters, spotlights, saved or recent searches, or a native URL.
When to use it
Build and extract a Sales Navigator company search from explicit v2 filters, spotlights, a saved/recent search, or a native URL.
linkedin:accesssalestouch:useRequirements
Example
Find Sales Navigator companies in Paris that are hiring and growing their Engineering department.
{
"filters": {
"location": {
"include": [
{
"query": "Paris"
}
]
},
"spotlights": [
"HIRING_ON_LINKEDIN"
],
"department_headcount_growth": {
"department": {
"query": "Engineering"
},
"min": 1,
"max": 100
}
},
"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.
urlstringNative Sales Navigator search URL. Use URL mode for native filters absent from the structured v2 contract; do not combine it with filters or company_result_id.
filtersobjectExplicit Sales Navigator v2 filters. Resolve reference ids with linkedin_sales_navigator_search_parameters. load_saved_search and load_recent_search each override ordinary filters and must not be combined together.
limitintegerMaximum results to extract.
preview_limitintegerMaximum preview items to return inline. Defaults to 20.
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.
trial_payment_method_requiredAdd a payment method in SalesTouch billing to activate the trial and 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.
deprecated_filter_v2Run the equivalent native Sales Navigator search by URL because this legacy filter is absent from the v2 structured contract.
filter_not_expressible_v2Use a native Sales Navigator search URL to preserve this exact filter intent.