Skip to main content

Secure LinkedIn API for various use cases

Control your LinkedIn accounts and retrieve real-time data, all through a single API

  • Complex automations
  • Advanced outreach
  • Data collection
  • Whatever you want

### Sending a connection request
POST "https://api.linkedapi.io/workflows" > '{ "actionType": "st.sendConnectionRequest",
  "personUrl": "https://www.linkedin.com/in/person1",
  "note": "It would be great to add you to my network!"
}'
  
### Sending a message
POST "https://api.linkedapi.io/workflows" > '{ "actionType": "st.sendMessage",
  "personUrl": "https://www.linkedin.com/in/person1",
  "text": "Hello, how are you doing today? Thanks for accepting my connection request!"
}'

### Retrieving company data
POST "https://api.linkedapi.io/workflows" > '{ "actionType": "st.openCompanyPage",
  "companyUrl": "https://www.linkedin.com/company/company1",
  "basicInfo": true
}'

Trusted by teams around the world

Complex Automations

 

Most LinkedIn tools only offer basic templates. Your workflows probably need more than that. Linked API lets you build exactly what you need, step by step, without limitations.

  • Build custom logic that adapts intelligently to different scenarios
  • Chain actions together in ways that make sense for your business
  • Finally automate those repetitive tasks that take hours each week

### Sending connection requests to company decision makers
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "st.openCompanyPage",
  "companyUrl": "https://www.linkedin.com/company/company1",
  "then": {
    "actionType": "st.retriveCompanyDMs",
    "then": {
      "actionType": "st.doForPeople",
      "then": {
        "actionType": "st.sendConnectionRequest",
        "note": "Love your startup, let's connect!"
      }
    }
  }
}'

Advanced Outreach

 

Nobody likes receiving those obvious automated messages. Build outreach that actually feels personal by combining different LinkedIn actions – like how you'd naturally network with someone.

  • Engage with prospects' content before reaching out
  • Mix endorsements, comments, reactions, and more
  • Create sequences that feel like real interaction, not spam
  • Scale personalization without losing the human touch

### Reacting to a post
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "st.reactToPost",
  "postUrl": "https://www.linkedin.com/posts/post1",
  "reactionType": "celebrate"
}'

### Commenting on a post
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "st.commentOnPost",
  "postUrl": "https://www.linkedin.com/posts/post1",
  "text": "Great post! Thanks for sharing."
}'

### Sending a message
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "st.sendMessage",
  "personUrl": "https://www.linkedin.com/in/person1",
  "text": "Hi John! Loved you recent posts!"
}'

Data Collection

 

Stale data is worse than no data at all. When you're making important business decisions, you need information you can actually trust – not something that was accurate six months ago.

  • Get real-time data on companies, people, and jobs
  • Perform advanced searches with multiple filters
  • Build custom datasets that match your exact criteria
  • Give your marketing, sales and HR teams the competitive edge

### Searching companies on Sales Navigator
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "nv.searchCompanies",
  "filter": {
    "sizes": ["11-50", "51-200", "201-500", "501-1000"], 
    "locations": ["California", "Wyoming", "Texas"],
    "indusctries": ["Software Development", "Robotics Engineering"]
  }
}'

### Retrieving company basic info, employees
POST "https://api.linkedapi.io/workflows" > '{ 
  "actionType": "st.openCompanyPage",
  "companyUrl": "https://www.linkedin.com/company/company1",
  "basicInfo": true,
  "then": {
    "actionType": "st.retrieveCompanyEmployees"
  }
}'

Safety

 

Linked API is designed to make your automated actions look exactly like your normal, manual LinkedIn activity. No suspicious patterns. No risky shortcuts. Just smooth, human-like usage. How we do it:

  1. 🌐 Your own private cloud browser
  2. 🆔 Perfect match of digital identity
  3. 👤 Natural and realistic behavior
  4. 🔒 Strict access isolation and control

Learn more about Linked API safety: https://linkedapi.io/safety.

0:00
/0:37

Integrations

 

Connect LinkedIn functionality directly into your favorite tools:

n8n

Integrate LinkedIn actions into your automated workflows using n8n automation platform.

Learn More

-

Make

Integrate LinkedIn actions into your automated workflows using Make automation platform.

Learn More

-

Pipedrive

Interact directly from Pipedrive cards: send connection requests, chat, and engage with posts.

Learn More

-

Slack

Receive notifications and execute LinkedIn actions directly from your Slack channels.

Learn More

-

Zapier

Integrate LinkedIn actions into your automated workflows using Zapier automation platform.

Learn More

-

Hubspot

Interact directly from HubSpot cards: send connection requests, chat, and engage with posts.

Learn More

-

Pricing

 

Linked API is available in Core and Plus plans. Billing is based on the number of connected LinkedIn accounts (seats). Here is plan comparison and pricing:

Feature Core Plus
Unlimited workflow execution
Industry-leading safety
Access to standard actions
Access to Sales Navigator actions
All available integrations
_______ _______
Monthly Price (annual billing) $49/seat $74/seat
Monthly Price (monthly billing) $69/seat $99/seat

FAQ

 

Is Linked API an official LinkedIn API?

No. LinkedIn doesn't provide official API for user accounts control and data retrieval. Linked API is an independent product designed to solve this problem.

Legal note: Linked API is not affiliated, associated, authorized, endorsed by, or in any way officially connected with LinkedIn Corporation.

What programming languages does Linked API support?

Linked API works with any programming language because it operates through regular HTTP protocol. Additionally, to simplify integration, we're developing official SDKs for popular languages.

Can Linked API provide LinkedIn data without using my accounts?

If you need real-time LinkedIn data without connecting personal accounts, please contact our support team. We'll provide guidance on how to achieve this in your specific case.

Can LinkedIn detect that I'm using Linked API?

No. Our security systems make Linked API completely undetectable. To LinkedIn, it looks exactly like you're using your account normally from your usual device and location. For more details about how we ensure this, visit our safety page.

Can my account get blocked for using Linked API?

Your account can only be blocked for natural reasons like spam, exceeding LinkedIn's limits, or suspicious behavior.

Since Linked API itself is undetectable, you cannot be blocked simply for using it. To LinkedIn, everything looks like normal manual usage from your regular device.

Does Linked API control and monitor LinkedIn limits?

No. Linked API doesn't control or monitor limit violations because LinkedIn limits are unique to each account and depend on many individual variables. Our API executes exactly what you ask it to do, so you're responsible for managing your own usage limits. Learn more about limit management here and here.

Does Linked API store my LinkedIn credentials?

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.