Secure LinkedIn API
for teams and agents

Automate messaging, networking, data extraction, and outreach on LinkedIn. Use via API, SDK, CLI, AI agents, or no‑code platforms.

request.sh
curl -X POST https://api.linkedapi.io/workflows \
  -H "linked-api-token: $API_TOKEN" \
  -H "identification-token: $ID_TOKEN" \
  -d '{
    "actionType": "st.sendConnectionRequest",
    "personUrl": "https://www.linkedin.com/in/person1",
    "note": "Hi, would love to connect and exchange ideas!"
  }'
NotionPipedriveBufferCanvaCalendly

Use Cases

What you can automate

Multi-touch outreach sequences

Build intelligent outreach chains: visit a profile, send a connection request with a personalized note, then follow up with a message after acceptance.

Steps1Open person page2Send connection request3Wait for acceptance4Send follow-up message
request.sh
curl -X POST https://api.linkedapi.io/workflows \
  -H "linked-api-token: $API_TOKEN" \
  -H "identification-token: $ID_TOKEN" \
  -d '{
    "actionType": "st.openPersonPage",
    "personUrl": "https://www.linkedin.com/in/person1",
    "then": {
      "actionType": "st.sendConnectionRequest",
      "note": "Loved your post on scaling teams!"
    }
  }'

Built for AI agents

LinkedIn as a native agent tool

No Puppeteer, no Selenium, no shared infra. Every action runs on a dedicated cloud browser that simulates natural user behavior.

Your Agent
Find 20 founders in Berlin AI startups, save the shortlist, and summarize the strongest matches.
Agentvia MCP Server

Using Linked API via MCP to search people and enrich top matches.

Tool callcompleted

tool: search_people { term: "AI", filter: { position: "Founder", locations: ["Berlin"] }, limit: 20 }

Tool callcompleted

tool: fetch_person { personUrl: "https://www.linkedin.com/in/founder-1" }

Saved 20 leads to founders-berlin.json

Summary ready: 6 strong matches from seed to Series A companies.

Works withChatGPTClaudeCursorWindsurf

How it works

From API call to LinkedIn action

1Your tool

Send a request

From any tool – AI agent, SDK, CLI, REST API, or no-code platform.

AI Agent
SDK / API
CLI
No-code
2Linked API

51 actions, workflow engine

Messaging, connections, search, data extraction – Standard & Sales Navigator. Chain into workflows with conditional `then`, up to 5 levels.

sendMessagesearchPeoplefetchPersonsendConnectionRequestreactToPostcommentOnPost+45 more
3Cloud Browser

Dedicated instance per account

A real, full browser in the cloud matching your digital fingerprint. Custom mouse algorithm, natural typing, human-like timing.

Learn more about safety
linkedin.com/in/sarah-chen
ConnectMessage
4Result

Structured data returned

Clean JSON back to your tool – profiles, search results, confirmations. Ready to use.

response.json
{
  "success": true,
  "data": {
    "name": "Sarah Chen",
    "headline": "VP Engineering",
    "connectionStatus": "pending"
  }
}

Pricing

Simple per-seat pricing

Core

$49/seat/mo
Get Started
Unlimited workflow execution
Industry-leading safety
API, SDK, CLI, MCP access
Standard LinkedIn actions
All integrations (n8n, Make)
Sales Navigator actions

Plus

Recommended
$74/seat/mo
Get Started
Unlimited workflow execution
Industry-leading safety
API, SDK, CLI, MCP access
Standard LinkedIn actions
All integrations (n8n, Make)
Sales Navigator actions

Need volume discounts or a custom plan? Contact us through the platform.

FAQ

Frequently asked questions