Skip to main content

Automate LinkedIn lead generation and connection requests with Browserflow

Workflow preview

Workflow preview
100%
Automate LinkedIn lead generation and connection requests with Browserflow preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Auto find & invite LinkedIn Leads This n8n template automates LinkedIn lead generation by scraping profiles, filtering out existing connections, and sending connection requests — all in a controlle...

Best for

  • Lead Generation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.splitout, n8n-nodes-browserflow.browserflow, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kees Bosch - Browserflow.

Original n8n.io source

1.1 Workflow description

Title
Automate LinkedIn lead generation and connection requests with Browserflow
Workflow name
Automate LinkedIn lead generation and connection requests with Browserflow

Auto find & invite LinkedIn Leads

This n8n template automates LinkedIn lead generation by scraping profiles, filtering out existing connections, and sending connection requests — all in a controlled, looped workflow. Ideal for outreach campaigns, recruitment, or lead gen efforts.

⚠️ Disclaimer – Community Node Notice

This template uses a verified community node available inside the n8n cloud environment. To use it, go to "Nodes" → search for:

Browserflow for Linkedin

…and click Install. It’s officially verified and accessible directly from n8n cloud.

In case you wish to run this template locally, you need to go to the settings, click community nodes and search for n8n-nodes-browserflow. Then after installing you can start using the actions in this node.

🛠️ How to Use

Trigger: Manual Start

Initiates the workflow manually via the “Test workflow” button, giving you full control.

Scrape LinkedIn Profiles

Uses the Browserflow automation to extract profile links from a LinkedIn search or keyword query.

Split Out Results

Converts the list of profiles into individual items for single-profile processing.

Loop Through Each Profile

Ensures each LinkedIn profile is handled one at a time, avoiding simultaneous actions.

Check Existing Connection

Verifies if you’re already connected with the lead on LinkedIn.

Conditional Logic

✅ Already Connected → Skip to next profile

❌ Not Connected → Continue to next step

Send Connection Invite

Sends a LinkedIn connection request, optionally with a personalized message.

📦 Requirements

  • n8n (cloud or self-hosted)

  • Installed community node: Browserflow for Linkedin

  • LinkedIn account

  • Valid Browserflow acount (you can set up a free 7-day trial at https://browserflow.io)

⚙️ Setup Instructions

Install the Browserflow Community Node

Search “Browserflow for Linkedin” > Install.

Get your API key

Get your API key at https://browserflow.io

Setup your Browserflow account

After registering, setup your Browserflow and connect with Linkedin using the wizard at https://browserflow.io

Connect with Browserflow by making a credential

Click on the Browserflow actions to setup a connection with Browserflow by adding your API key to a credential.

🧩 Customization Tips

Targeting: Adjust the Browserflow actions to scrape specific roles, industries, or locations.

Messaging: You can add a message to the connection invite but remind that LinkedIn limits the amount of messages that can be send each month. Use variables in the message for personalization (e.g., {firstName}).

Trigger: Replace manual trigger with a cron node for scheduled outreach.

Integration: Combine with CRM tools (e.g., HubSpot, Notion, Airtable) for syncing leads or integrate with AI Agents.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 4 - Check if person is a connection

Type / Role
n8n-nodes-browserflow.browserflow - browserflow
Config choices
Version 1

Block 5 - Send Connection invite

Type / Role
n8n-nodes-browserflow.browserflow - browserflow
Config choices
Version 1

Block 6 - Scrape profiles from a linked in search

Type / Role
n8n-nodes-browserflow.browserflow - browserflow
Config choices
Version 1

Block 7 - Check Connection Status

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

3. Summary Table

Workflow Automate LinkedIn lead generation and connection requests with Browserflow
Complexity intermediate
Nodes 7
Categories Lead Generation
Author Kees Bosch - Browserflow
Published 22 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6257/6257.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate LinkedIn lead generation and connection requests with Browserflow do?

Auto find & invite LinkedIn Leads This n8n template automates LinkedIn lead generation by scraping profiles, filtering out existing connections, and sending connection requests — all in a controlle...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation use case.