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.
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!"
}'




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.
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.
Using Linked API via MCP to search people and enrich top matches.
tool: search_people { term: "AI", filter: { position: "Founder", locations: ["Berlin"] }, limit: 20 }
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.
How it works
From API call to LinkedIn action
Your tool
Send a request
From any tool – AI agent, SDK, CLI, REST API, or no-code platform.
Linked API
50+ actions, workflow engine
Messaging, connections, search, data extraction – Standard & Sales Navigator. Chain into workflows with conditional `then`, up to 5 levels.
Cloud 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 safetyResult
Structured data returned
Clean JSON back to your tool – profiles, search results, confirmations. Ready to use.
{
"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.
Plus
RecommendedFor teams that need Sales Navigator actions on top of everything in Core.
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.