Package Information
Released: 8/2/2025
Downloads: 60 weeklyĀ /Ā 2,027 monthly
Latest Version: 1.2.31
Author: linkup_eliott
Available Nodes
Documentation
n8n-nodes-linkupapi
An n8n node for the LINKUP API enabling complete LinkedIn automation.
š Installation
Via n8n Community Nodes
- In n8n, go to Settings > Community Nodes
- Click on Install a community node
- Enter:
n8n-nodes-linkupapi - Click Install
Manual Installation
npm install n8n-nodes-linkupapi
āļø Configuration
- Create a LINKUP account on linkupapi.com
- Get your API key from the dashboard
- 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
- Add the LINKUP node to your workflow
- Select an operation (36 available)
- Configure parameters in "Linkup Parameters" (all optional)
- 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
- Issues : GitHub Issues
- LINKUP Documentation : docs.linkupapi.com
š 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