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.
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 doesn't provide an official API for user account control and data retrieval. Linked API is an independent product designed to solve this problem. It is not affiliated, associated, authorized, or endorsed 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.
No. To LinkedIn, it looks exactly like you're using your account normally from your usual device and location. You can learn more on our safety page.
You cannot be blocked simply for using Linked API – it operates seamlessly within LinkedIn's environment. However, accounts can still be blocked for spam behavior, exceeding LinkedIn's limits, or suspicious activity. We provide configurable daily, weekly, and monthly action limits to help you stay safe.
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.