SalesTouch Docs
All MCP tools
Read onlyLinkedIn

LinkedIn job posting lookup

linkedin_lookup_job_posting

Fetch one complete LinkedIn Classic job posting from its id or URL.

When to use it

Fetch the complete details of one LinkedIn Classic job posting.

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

Requirements

Provide a numeric LinkedIn job id or a linkedin.com/jobs/view URL.

Example

Ask your agent

Look up LinkedIn job 123456789 and include salary and benefits.

Tool arguments
{
  "job": "123456789",
  "description_format": "html",
  "with_sections": [
    "salary",
    "benefits"
  ]
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: The complete Classic job posting with the requested optional sections.

Parameters

account_id
string

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

jobrequired
string

LinkedIn Classic job id or /jobs/view URL.

description_format
string

Job description format.

with_sections
array

Additional tool input.

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.

trial_payment_method_required

Add a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.