Package Information
Released: 7/17/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.1.8
Author: linkup_eliott
Available Nodes
Documentation
n8n-nodes-linkup-api
This is an n8n community node that integrates with the LINKUP API for LinkedIn automation and data extraction.
Installation
Community Nodes (Recommended)
- 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:
- GitHub Issues: Report a bug
- LINKUP API Support: API Documentation
Changelog
1.0.0
- Initial release
- Login authentication support
- Verification code support