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/account/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/account/workflows" > '{ "actionType": "st.sendMessage",
  "personUrl": "https://www.linkedin.com/in/person1",
  "text": "Hello, how are you doing today? Hope everything is great!"
}'

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

Trusted by teams around the world

Account API

 

Account API lets you manage any number of LinkedIn accounts programmatically through a single API interface or integrate your accounts into other tools and services. It's perfect for:

  • Complex automations
  • Service integrations
  • Advanced outreach
  • Data collection
  • Custom control scenarios

### Sending a connection request
POST "https://api.linkedapi.io/account/workflows" > '{ 
  "actionType": "st.sendConnectionRequest",
  "personUrl": "https://www.linkedin.com/in/person1",
  "message": "It would be great to add you to my network!"
}'

### Withdrawing a connection request
POST "https://api.linkedapi.io/account/workflows" > '{ 
  "actionType": "st.withdrawConnectionRequest",
  "personUrl": "https://www.linkedin.com/in/person1",
  "unfollow": true
}'

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

Data API

 

Data API lets you retrieve real-time LinkedIn data through an API interface, even if you don't have or don't want to connect your own LinkedIn account. It's perfect for real-time data collection in:

  • Sales and marketing
  • HR and recruitment
  • Research and AI development

### Searching companies on Sales Navigator
POST "https://api.linkedapi.io/account/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/account/workflows" > '{ 
  "actionType": "st.openCompanyPage",
  "companyUrl": "https://www.linkedin.com/company/company1",
  "basicInfo": true,
  "then": {
    "actionType": "st.retrieveCompanyEmployees",
    "filter": {
      "schools": ["Harvard University", "Stanford University"]
    }
  }
}'

Integrations

 

Connect LinkedIn functionality directly into your favorite tools:

Make

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

Learn More

-

Zapier

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

Learn More

-

Pipedrive

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

Learn More

-

n8n

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

Learn More

-

Slack

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

Learn More

-

Hubspot

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

Learn More

-

Ready to start?

 

Choose your product, and start using Linked API within minutes: