This is an n8n community node. It lets you use Horizon Data Wave services for LinkedIn, Twitter (X), and website parsing in your n8n workflows.
Horizon Data Wave provides advanced social network data extraction capabilities, allowing you to search for users, view profiles, analyze posts, gather company information, and manage social media accounts.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation. NPM Packege
-
Go to the Settings -> Community nodes -> Press Install
-
Reboot you n8n app
-
Find in n8n pallet HDW Linkedin node
and HDW Linkedin Agent tool
-
!!!REBOOT YOUR N8N APP!!!
-
Profit
For local installation:
npm install n8n-nodes-hdw
This node package includes four separate nodes, each with its own set of capabilities:
The main LinkedIn data extraction node supporting the following resources and operations:
- Search: Search for LinkedIn users with various filters including keywords, name, title, company, location
- Get Profile: Get detailed LinkedIn user profile information
- Get Posts: Retrieve posts from a specific LinkedIn user
- Get Reactions: Get reactions from a specific LinkedIn user
- Get User by Email: Find LinkedIn user profiles associated with an email address
- Get Post Comments: Retrieve comments on a LinkedIn post
- Get Post Reposts: Get reposts of a LinkedIn post
- Get Company: Retrieve detailed information about a LinkedIn company
- Get Company Employees: Search for employees of a specific LinkedIn company
- Get Company Posts: Retrieve posts from a LinkedIn company page
- Get Group: Get LinkedIn group information
- Sales Navigator Search: Perform advanced user searches using LinkedIn Sales Navigator filters
- Search Jobs: Search for LinkedIn job postings with filters for experience level, job type, work type, etc.
- Search Companies: Find LinkedIn companies with filters for location, industry, employee count
- Search Industries: Find LinkedIn industries by name
- Search Locations: Find LinkedIn locations by name
- Search Companies: Find LinkedIn companies using Google search
- Google Search: Perform a general Google search
Enables actions on LinkedIn using authenticated accounts:
- Send Connection: Send a connection invitation to a LinkedIn user
- Get Connections: Retrieve your LinkedIn connections
- Get Profile (Me): Get information about your own LinkedIn account
- Send Message: Send a chat message to a LinkedIn user
- Get Messages: Get chat messages with a LinkedIn user
- Get Conversations: Get all LinkedIn conversations
- Create Post: Create a new LinkedIn post
- Create Comment: Create a comment on a LinkedIn post or another comment
Provides access to Twitter (X) data:
- Get Profile: Get Twitter user profile information
- Get Posts: Retrieve tweets from a specific Twitter user
- Search Users: Search for Twitter users
-
Search Posts: Search for tweets with comprehensive filtering options including:
- Exact phrase matching
- Inclusion/exclusion of specific words
- Hashtag filtering
- Language filtering
- Account filtering (from, to, mentioned)
- Engagement metrics (minimum replies, likes, retweets)
- Date range specification
- Search type (Top or Latest)
Provides powerful website scraping and crawling functionality via the Horizon Data Wave API:
- Scrape: Scrape a single webpage and return one or more of the following formats – Markdown, HTML, raw HTML, links, screenshot, or full-page screenshot. Options are available to extract only the main content, switch to a mobile viewport, skip TLS verification, remove base64 images, and set a load timeout.
- Map: Discover and list URLs starting from a given page. You can control whether sitemaps are used, include sub-domains, specify a search term filter, and set a maximum number of URLs to return.
- Crawl: Launch a crawl that traverses multiple pages beginning at a start URL with a configurable overall timeout.
To use this node, you need an API key from Horizon Data Wave:
- Register for an account at horizondatawave.ai
- Navigate to your account settings to generate an API key
- For operations that require account management (like chat, connections, etc.), you'll also need to provide your Account ID
When setting up the node in n8n, add your credentials using the "HDW LinkedIn API" credential type.
- Requires Node.js 18.10 or later
- Compatible with n8n versions that support the N8N Nodes API Version 1