8
n8n 中文网amn8n.com

基于GPT-4和Apify的自动化多AI代理竞品与市场分析系统

中级

这是一个Market Research, AI Summarization领域的自动化工作流,包含 11 个节点。主要使用 Code, Slack, GoogleDocs, HttpRequest, ManualTrigger 等节点。 使用GPT-4、Apify和Google文档生成AI驱动的竞品分析报告

前置要求
  • Slack Bot Token 或 Webhook URL
  • 可能需要目标 API 的认证凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "MzY0eE1yHIYPoQ3n",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "基于GPT-4和Apify的自动化多AI代理竞品与市场分析系统",
  "tags": [],
  "nodes": [
    {
      "id": "c9dd5129-18b3-4832-aee7-43d570c2d552",
      "name": "当点击“执行工作流”时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d3e1e819-2011-447a-8db8-12eaae212c65",
      "name": "Apify",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        224,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "46df0a26-0d51-4aca-a263-18fac9092d33",
      "name": "数据聚合",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "08e7d394-af17-4a20-93a2-463a0697aaac",
      "name": "报告生成器",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1072,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "8f1be51d-c91b-418c-b490-c41b5cc32875",
      "name": "战略分析师",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        672,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "90d858be-b17d-4d6f-8f30-05576f06aeaf",
      "name": "向团队交付报告",
      "type": "n8n-nodes-base.slack",
      "position": [
        1696,
        0
      ],
      "webhookId": "4d8fd21e-2695-4c77-a2a7-d858871c2dc0",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "bf17dab5-2fe9-4741-970c-ff3b5f61a116",
      "name": "创建报告",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1472,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "b41a2e95-cabc-44fd-b1b9-1ba0e078683d",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -64
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3abb33dd-83f3-486f-805e-fdbc02a81c1e",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        -64
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8113a3f0-b789-4620-b8cc-4bd5888eafe3",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        -64
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b3ab4ef5-558b-4985-b751-d3d6d670f29f",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        224
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "7ae65ecb-5db6-4414-bdf2-32a024cf504b",
  "connections": {
    "Apify": {
      "main": [
        [
          {
            "node": "Data Aggregation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Report": {
      "main": [
        [
          {
            "node": "Deliver Report to Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Data Aggregation": {
      "main": [
        [
          {
            "node": "The Strategic Analyst",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Report Generator": {
      "main": [
        [
          {
            "node": "Create Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Strategic Analyst": {
      "main": [
        [
          {
            "node": "The Report Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Apify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 市场调研, AI 摘要总结

需要付费吗?

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

工作流信息
难度等级
中级
节点数量11
分类2
节点类型7
难度说明

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

作者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部链接
在 n8n.io 查看

分享此工作流