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
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.
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.
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
51 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
Core
Plus
RecommendedNeed volume discounts or a custom plan? Contact us through the platform.
FAQ