Scrape LinkedIn connections
scrape_linkedin_connectionsExtract the authenticated account's first-degree LinkedIn connections.
When to use it
Extract the authenticated account's complete first-degree LinkedIn connections list without constructing a search URL.
linkedin:accesssalestouch:useRequirements
Example
Extract my first-degree LinkedIn connections and preview the first 20.
{
"limit": 1000,
"preview_limit": 20
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: A stored connections result, a small inline preview, pagination metadata, and export links.
Parameters
account_idstringConnected SalesTouch account id, username, email, handle, or account URL.
queuebooleanSet true to queue this action when it cannot run now.
urlstringLinkedIn source URL.
limitintegerMaximum profiles to extract.
preview_limitintegerMaximum preview leads 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.