Automated LinkedIn Lead Generation, Scoring & Communication with AI-Agent

Go to Workflow
12,106 views
Built by Andrey Andrey
Created on June 05, 2026

Description




⚠️ DISCLAIMER: This workflow uses the AnySite LinkedIn community node, which is only available on self-hosted n8n instances. It will not work on n8n.cloud.

Overview

This workflow automates the entire LinkedIn lead generation process from finding prospects that match your Ideal Customer Profile (ICP) to sending personalized messages. It uses AI to analyze lead data, score potential clients, and prioritize your outreach efforts.

Key Features

AI-Driven Lead Generation**: Convert ICP descriptions into LinkedIn search parameters
Comprehensive Data Enrichment**: Analyze company websites, LinkedIn posts, and news
Intelligent Lead Scoring**: Prioritize leads based on AI analysis of intent signals
Automated Outreach**: Connect with prospects and send personalized messages

Requirements

Self-hosted n8n instance with the AnySite LinkedIn community node installed
OpenAI API access (for GPT-4o)
Google Sheets access
AnySite API key (available at anysite.io)
LinkedIn account

Setup Instructions

1. Install Required Nodes

Ensure the AnySite LinkedIn community node is installed on your n8n instance
Command: npm install n8n-nodes-hdw
(or use this instruction)

2. Configure Credentials

OpenAI**: Add your OpenAI API key
Google Sheets**: Set up Google account access
AnySite LinkedIn**: Configure your API key from AnySite.io

3. Set Up Google Sheet

Create a new Google Sheet with the following columns (or copy template):
Name, URN, URL, Headline, Location, Current company, Industry, etc.
The workflow will populate these columns automatically

4. Customize Your ICP

Use chat to provide the AI Agent with your Ideal Customer Profile
Example: "Target marketing directors at SaaS companies with 50-200 employees"

5. Adjust Scoring Criteria

Modify the lead scoring prompt in the "Company Score Analysis" node to match your specific product/service
Tune the evaluation criteria based on your unique business needs

6. Configure Message Templates

Update the AnySite LinkedIn Send Message node with your custom message

How It Works

ICP Translation: AI converts your ICP description into LinkedIn search parameters
Lead Discovery: Workflow searches LinkedIn using these parameters
Data Collection: Results are saved to Google Sheets
Enrichment: System collects additional data about each lead:
Company website analysis
Lead's LinkedIn posts
Company's LinkedIn posts
Recent company news
Intent Analysis: AI analyzes all data to identify buying signals
Lead Scoring: Leads are scored on a 1-10 scale based on likelihood of interest
Connection Requests: Top-scoring leads receive connection requests
Follow-Up: When connections are accepted, automated messages are sent

Customization

Search Parameters**: Adjust the AI Agent prompt to refine your target audience
Scoring Criteria**: Modify scoring prompts to highlight indicators relevant to your product
Message Content**: Update message templates for personalized outreach
Schedule**: Configure when connection requests and messages are sent

Rate Limits & Best Practices

LinkedIn has connection request limits (approximately 100-200 per week)
The workflow includes safeguards to avoid exceeding these limits
Consider spacing your outreach for better response rates

Note: Always use automation tools responsibly and in accordance with LinkedIn's terms of service.

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Google Sheets
n8n-nodes-base.googleSheets
OpenAI
@n8n/n8n-nodes-langchain.openAi
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured