This workflow corresponds to n8n.io template #14009 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "dRfcbTGj9Qqk7MW4",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Turn LinkedIn Engagements to Pipeline",
"tags": [],
"nodes": [
{
"id": "8c6242d8-a334-4b88-b598-b61026a3d7cc",
"name": "When Executed by Another Workflow",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
0,
0
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "linkedinUrl"
},
{
"name": "prospeoApiKey"
},
{
"name": "daysLookback",
"type": "number"
},
{
"name": "maxLeads",
"type": "number"
},
{
"name": "maxPosts",
"type": "number"
},
{
"name": "outputType"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "76c2d808-c0aa-48bc-826c-7ad133cebdb0",
"name": "Run \"Turn LinkedIn Engagements to Pipeline\"",
"type": "n8n-nodes-base.airtop",
"position": [
208,
0
],
"parameters": {
"agentId": {
"__rl": true,
"mode": "list",
"value": "381de7ea-0dd9-431b-95d3-76afc7963e1a",
"cachedResultName": "Turn LinkedIn Engagements to Pipeline"
},
"resource": "agent",
"agentParameters": {
"value": {
"maxLeads": "={{ $json.maxLeads || 10 }}",
"maxPosts": "={{ $json.maxPosts || 3 }}",
"outputType": "={{ $json.outputType || 'json' }}",
"linkedinUrl": "={{ $json.linkedinUrl }}",
"daysLookback": "={{ $json.daysLookback || 30 }}",
"prospeoApiKey": "={{ $json.prospeoApiKey || '' }}"
},
"schema": [
{
"id": "daysLookback",
"type": "number",
"display": true,
"required": false,
"displayName": "daysLookback",
"defaultMatch": false
},
{
"id": "linkedinUrl",
"type": "string",
"display": true,
"required": true,
"displayName": "linkedinUrl (required)",
"defaultMatch": false
},
{
"id": "maxLeads",
"type": "number",
"display": true,
"required": false,
"displayName": "maxLeads",
"defaultMatch": false
},
{
"id": "maxPosts",
"type": "number",
"display": true,
"required": false,
"displayName": "maxPosts",
"defaultMatch": false
},
{
"id": "outputType",
"type": "string",
"display": true,
"required": false,
"displayName": "outputType",
"defaultMatch": false
},
{
"id": "prospeoApiKey",
"type": "string",
"display": true,
"required": false,
"displayName": "prospeoApiKey",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "b884ad9d-a0c1-45d2-94a8-3f92d1b9876f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-464,
-128
],
"parameters": {
"width": 432,
"height": 576,
"content": "## Automatically Turn LinkedIn Comments into New Leads\n\nThe Airtop agent will take a LinkedIn Profile and find leads from relevant posts.\n\n### Video Tutorial\n@[youtube](28javM1Djng)\n\n**Important**\nYou need to install the Airtop template \"[Turn LinkedIn Engagements to Pipeline](https://www.airtop.ai/templates/linkedin-lead-generation-from-post-commenters-old-3?utm_source=n8n-template)\" in your account before executing this n8n workflow."
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"binaryMode": "separate",
"availableInMCP": false,
"executionOrder": "v1"
},
"versionId": "18f89ed7-7fae-444e-918c-3afc7265b6ff",
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Run \"Turn LinkedIn Engagements to Pipeline\"",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
airtopApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Build a targeted outreach list by extracting engaged users from an industry influencer's posts. Monitor your company's LinkedIn page to identify and connect with your most active community members. Generate warm leads for your sales team by finding users who are actively…
Source: https://n8n.io/workflows/14009/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Ultimate Browser Agent. Uses airtopTool, slack, airtop, executeWorkflowTrigger. Event-driven trigger; 24 nodes.
Airtop Web Agent. Uses agent, airtopTool, toolWorkflow, lmChatAnthropic. Event-driven trigger; 19 nodes.
This workflow is designed to automate web interactions by simulating a human user, using a combination of the Agent node and AI tools powered by Airtop.
[Sub] Search Schema Docs. Uses stickyNote, executeWorkflowTrigger, postgres. Event-driven trigger; 3 nodes.
Row lookup. Uses executeWorkflowTrigger, googleSheets. Event-driven trigger; 3 nodes.