Search Sales Navigator people
scrape_sales_navigator_peopleSearch and extract Sales Navigator leads with explicit v2 filters, a saved or recent search, a native URL, or companies from a previous result.
When to use it
Build and extract a Sales Navigator lead search from explicit v2 filters, a saved/recent search, a native URL, or a prior company result.
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.
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.
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.
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.