8
n8n 中文网amn8n.com

竞争监控 LinkedIn

中级

这是一个AI领域的自动化工作流,包含 6 个节点。主要使用 Slack, Airtop, GoogleSheets, ScheduleTrigger 等节点,结合人工智能技术实现智能自动化。 使用 Airtop 监控竞争对手 LinkedIn

前置要求
  • Slack Bot Token 或 Webhook URL
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "mC3v7Zbzt2kofF7p",
  "meta": {
    "instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
    "templateCredsSetupCompleted": true
  },
  "name": "竞争监控 LinkedIn",
  "tags": [],
  "nodes": [
    {
      "id": "13a5909c-94b7-41f6-8936-7fe3093a4224",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -280,
        -20
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtHour": 18
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "ecccaebc-645f-489e-a4cc-28079d040214",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -200
      ],
      "parameters": {
        "color": 2,
        "width": 260,
        "height": 340,
        "content": "## 在\"配置文件名称\"字段中输入已通过 LinkedIn 认证的 [Airtop Profile](https://portal.airtop.ai/browser-profiles)"
      },
      "typeVersion": 1
    },
    {
      "id": "5d2caa2f-e333-4dd8-b879-1eb11b3a4eb7",
      "name": "获取竞争对手",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -60,
        -20
      ],
      "parameters": {
        "options": {},
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY/edit?usp=drivesdk",
          "cachedResultName": "Competitive Momnitoring Linkedin - Template"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "mKIgXkTtIA0lomyT",
          "name": "Google Sheets account 2"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "f75b0ab2-2e32-4074-a468-3c30bcca9962",
      "name": "发送摘要",
      "type": "n8n-nodes-base.slack",
      "position": [
        380,
        -20
      ],
      "webhookId": "cdacb1c9-3ed4-4608-aa91-ceae7813233d",
      "parameters": {
        "text": "=SUMMARY OF POSTS - {{ $('Get Competitors').item.json['Name and Title '] }}\n{{ $json.data.modelResponse }}",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": "C092P1RRX4L",
          "cachedResultName": "competitive-monitoring"
        },
        "otherOptions": {
          "mrkdwn": true,
          "botProfile": {
            "imageValues": {
              "icon_emoji": "❗",
              "profilePhotoType": "emoji"
            }
          }
        }
      },
      "credentials": {
        "slackApi": {
          "id": "1wIPovOH73YpxhJX",
          "name": "n8n bot"
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "65fe9b89-c790-4b4e-bc48-2c1f62613841",
      "name": "分析帖子",
      "type": "n8n-nodes-base.airtop",
      "position": [
        160,
        -20
      ],
      "parameters": {
        "url": "={{ $json['Post lists to watch'] }}",
        "prompt": "This is a list of posts.\n\nPerform the following steps:\n1. Extract the text of up to 5 posts that were published no more than 1 week ago.\n2. Summarize the selected posts and highlight:\nNumber of posts published in the last week\nMain topics covered in the posts\nLevel of user engagement with the posts",
        "resource": "extraction",
        "profileName": "[ENTER AIRTOP PROFILE NAME HERE]",
        "sessionMode": "new",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3ca59ee5-382b-42ca-bc65-7a5952489ff6",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -1040
      ],
      "parameters": {
        "color": 5,
        "width": 1260,
        "height": 1220,
        "content": "自述文件"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "98d3d851-7f8a-4ce5-b0ce-500b29857b6c",
  "connections": {
    "Analyze Posts": {
      "main": [
        [
          {
            "node": "Send Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Competitors": {
      "main": [
        [
          {
            "node": "Analyze Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Competitors",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量6
分类1
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者

Airtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words

外部链接
在 n8n.io 查看

分享此工作流