Secure automation
API for LinkedIn

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

Find and qualify leads at scale

Search companies and people with advanced filters – on LinkedIn and Sales Navigator. Extract employees, filter decision-makers, and build targeted lead lists automatically.

Steps1Search companies2Extract employees3Filter by position4Enrich profiles5Export to CRM
request.sh
curl -X POST https://api.linkedapi.io/workflows \
  -H "linked-api-token: $API_TOKEN" \
  -H "identification-token: $ID_TOKEN" \
  -d '{
    "actionType": "st.searchCompanies",
    "filter": {
      "sizes": ["11-50", "51-200"],
      "locations": ["San Francisco"],
      "industries": ["Software Development"]
    }
  }'

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 withClaudeCodexChatGPTCursorWindsurfOpenClaw

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

50+ 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

One seat = one LinkedIn account. Start with a 7-day free trial, then keep a simple monthly or annual plan with no usage caps on workflow execution.

Core

For individuals and small teams getting started with LinkedIn automation.

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

Plus

Recommended

For teams that need Sales Navigator actions on top of everything in Core.

$74/seat/mo
Start Free Trial
Unlimited workflow execution
Industry-leading safety
API & SDK access
Standard LinkedIn actions
All integrations (n8n, Make)
CLI, MCP & Skills access
Sales Navigator actions

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

FAQ

Frequently asked questions

No. LinkedIn does not provide an official API for account control and data retrieval. Linked API is an independent product built to solve that, and is not affiliated with, authorized by, endorsed by, or sponsored by LinkedIn Corporation.

Linked API works with any programming language because it operates through regular HTTP protocol. Additionally, we provide an official Node.js SDK, CLI tool, and MCP server for AI assistants to simplify integration.

Every action runs in a real, dedicated cloud browser at human-like speed, from a device profile matched to you. It works through your own account the way you would – a real browser and natural pacing, not headless scripts or raw HTTP requests.

Most account issues come from spam-like behavior or exceeding LinkedIn's limits. Linked API is built to prevent exactly that: human-like pacing and rate limits you set for every action type keep your activity in a safe range.

No, we never see or store your LinkedIn credentials. They are used only once, by you, during the account connection process in our cloud browser.