Socket
Book a DemoInstallSign in
Socket

n8n-nodes-linkup-clean

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-linkup-clean

n8n community node for LINKUP API - LinkedIn automation and data extraction

latest
Source
npmnpm
Version
1.1.31
Version published
Maintainers
1
Created
Source

n8n-nodes-linkup-api

NPM Version License

This is an n8n community node that integrates with the LINKUP API for LinkedIn automation and data extraction.

Installation

  • Go to Settings > Community Nodes in your n8n instance
  • Select Install
  • Enter n8n-nodes-linkup-api
  • Click Install

Manual Installation

To install this node locally:

npm install n8n-nodes-linkup-api

Prerequisites

  • n8n version 0.174.0 or higher
  • LINKUP API account and API key
  • LinkedIn account credentials

Setup

  • Get your LINKUP API key

    • Sign up at LINKUP API
    • Get your API key from the dashboard
  • Configure credentials in n8n

    • Go to Credentials in n8n
    • Create new LINKUP API credentials
    • Enter your API key and LinkedIn credentials

Supported Operations

Authentication

  • Login: Authenticate with LinkedIn credentials
  • Verify Code: Verify security code when required

Usage

Basic Login

  • Add the LINKUP node to your workflow
  • Select Login operation
  • Configure your credentials
  • Execute the node

Handle Verification

If LinkedIn requires verification:

  • Use the Login operation first
  • Check the response for requires_verification: true
  • Use the Verify Code operation with the code received by email

🚀 Roadmap

Current Features (v1.0.0)

  • ✅ LinkedIn Authentication
  • ✅ Security Code Verification

Coming Soon

  • 🔄 Profile Search
  • 🔄 Company Search
  • 🔄 Job Search
  • 🔄 Connection Management
  • 🔄 Message Sending
  • 🔄 Post Management

🤝 Contributing

We welcome contributions! Here's how you can help:

  • Fork the repository
  • Create a feature branch: git checkout -b feature/new-endpoint
  • Commit your changes: git commit -m 'Add new endpoint'
  • Push to the branch: git push origin feature/new-endpoint
  • Open a Pull Request

📦 Development

# Clone the repository
git clone https://github.com/linkup-api/n8n-nodes-linkup.git
cd n8n-nodes-linkup

# Install dependencies
npm install

# Build the project
npm run build

# Test locally
npm link

API Reference

This node uses the LINKUP API v1. For detailed API documentation, visit LINKUP API Docs.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see the LICENSE file for details.

Support

For issues and questions:

Changelog

1.0.0

  • Initial release
  • Login authentication support
  • Verification code support

Keywords

n8n

FAQs

Package last updated on 17 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts