linkupapi

n8n node for LINKUP API - LinkedIn automation

Package Information

Released: 8/2/2025
Downloads: 60 weeklyĀ /Ā 2,027 monthly
Latest Version: 1.2.31
Author: linkup_eliott

Documentation

n8n-nodes-linkupapi

npm version

An n8n node for the LINKUP API enabling complete LinkedIn automation.

šŸš€ Installation

Via n8n Community Nodes

  1. In n8n, go to Settings > Community Nodes
  2. Click on Install a community node
  3. Enter: n8n-nodes-linkupapi
  4. Click Install

Manual Installation

npm install n8n-nodes-linkupapi

āš™ļø Configuration

  1. Create a LINKUP account on linkupapi.com
  2. Get your API key from the dashboard
  3. Configure credentials in n8n:
    • LINKUP API Key
    • LinkedIn Email
    • LinkedIn Password
    • Country (optional, FR by default)

šŸ”§ Features

šŸ” Authentication Actions

  • Login to LinkedIn - LinkedIn authentication
  • Verify security code - 2FA code validation

šŸ‘¤ Profile Actions

  • Get my LinkedIn profile - Get your profile
  • Extract LinkedIn profile info - Analyze a public profile
  • Search LinkedIn profiles - Profile search

šŸ¢ Company Actions

  • Search LinkedIn companies - Company search
  • Get LinkedIn company info - Detailed company information

šŸ¤ Network Actions

  • Send connection request - Send an invitation
  • Get connections - Your connections list
  • Accept/Withdraw invitations - Manage invitations
  • Get network recommendations - Connection suggestions

šŸ’¬ Message Actions

  • Send LinkedIn message - Send a message
  • Get message inbox - Inbox
  • Get conversation messages - Conversation history

šŸ“ Post Actions

  • Create/Comment/React - Create and interact with posts
  • Get post reactions - Post reactions
  • Extract comments - Post comments
  • Search posts - Post search
  • Get feed - Get feed

šŸ§‘ā€šŸ’¼ Recruiter Actions

  • Get candidates - Candidate list
  • Get candidate CV - Download CV
  • Manage job posts - Manage job postings

šŸ“Š Data Actions

  • Search companies (Data) - Advanced company search
  • Search profiles (Data) - Advanced profile search

šŸ’” Usage

  1. Add the LINKUP node to your workflow
  2. Select an operation (36 available)
  3. Configure parameters in "Linkup Parameters" (all optional)
  4. Execute your workflow

Example: Profile Search

Operation: "Search LinkedIn profiles"
Linkup Parameters:
  - Keyword: "developer"
  - Location: "Paris"
  - Company: "google;microsoft"
  - Number of Results: 50

šŸ› ļø Development

Prerequisites

  • Node.js >= 18.10
  • pnpm >= 8.6

Local Installation

git clone https://github.com/eliottcerpaud/n8n-nodes-linkupapi.git
cd n8n-nodes-linkupapi
pnpm install
pnpm build

Project Structure

ā”œā”€ā”€ credentials/LinkupApi.credentials.ts  # Credentials configuration
ā”œā”€ā”€ nodes/Linkup/Linkup.node.ts          # Main node
└── nodes/Linkup/linkup.svg              # Icon

šŸ“š Documentation

See the official LINKUP documentation for more details on parameters and API responses.

šŸ› Support

šŸ“„ License

MIT

šŸ”„ Changelog

v1.2.15

  • āœ… 36 complete LinkedIn operations
  • āœ… Simplified interface (optional parameters)
  • āœ… Complete LINKUP API support
  • āœ… Automatic credentials management
  • āœ… DATA operations added

v1.1.0

  • āœ… First stable version
  • āœ… 34 basic operations

Created with ā¤ļø for the n8n community

Discussion