SalesTouch Docs
All MCP tools
Read onlyExtraction

Scrape LinkedIn connections

scrape_linkedin_connections

Extract 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.

Required scopes
linkedin:accesssalestouch:use
Execution
Synchronous MCP tool call

Requirements

Select a connected LinkedIn account or let SalesTouch use the default account.

Example

Ask your agent

Extract my first-degree LinkedIn connections and preview the first 20.

Tool arguments
{
  "limit": 1000,
  "preview_limit": 20
}
MCP response envelope
{
  "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_id
string

Connected SalesTouch account id, username, email, handle, or account URL.

queue
boolean

Set true to queue this action when it cannot run now.

url
string

LinkedIn source URL.

limit
integer

Maximum profiles to extract.

preview_limit
integer

Maximum 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_scope

Reconnect the MCP and approve the requested LinkedIn permission.

paid_plan_required

Use a SalesTouch workspace with LinkedIn MCP access.