Search Sales Navigator people
scrape_sales_navigator_peopleSearch and extract Sales Navigator leads from a URL or structured filters, optionally restricted to companies from a previous result.
When to use it
Build and extract a Sales Navigator lead search from readable structured filters or a search URL.
linkedin:accesssalestouch:useRequirements
Example
Find 100 HR directors at companies from my previous Sales Navigator company result.
{
"company_result_id": "scrape_companies_123",
"filters": {
"current_job_title": {
"include": [
{
"query": "Human Resources Director"
}
]
}
},
"limit": 100,
"preview_limit": 20
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: A stored person result with preview, pagination, and signed JSONL/CSV exports.
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.
company_result_idstringStored Sales Navigator company result id used to restrict current companies.
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.