SalesTouch Docs
All MCP tools
Read onlyExtraction

Scrape LinkedIn profile viewers

scrape_linkedin_profile_viewers

Extract people who viewed the authenticated profile.

When to use it

Extract recent viewers of the authenticated LinkedIn profile.

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

Requirements

account_id is optional when SalesTouch can resolve a connected account automatically.

Example

Ask your agent

Extract the recent viewers of my LinkedIn profile and preview the first 20.

Tool arguments
{
  "preview_limit": 20
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: A stored extraction of visible profile viewers.

Parameters

account_id
string

Connected LinkedIn account id, remote 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
number

Maximum profiles to extract.

preview_limit
number

Maximum preview leads to return inline. Defaults to 20, max 20.

context
string

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

Reconnect the MCP and approve the requested LinkedIn permission.

paid_plan_required

Use a SalesTouch workspace with LinkedIn MCP access.

On this page