8
n8n 中文网amn8n.com

CrunchBase竞争对手追踪

中级

这是一个Finance, Marketing领域的自动化工作流,包含 9 个节点。主要使用 Set, Code, ClickUp, HttpRequest, ManualTrigger 等节点。 CrunchBase竞争对手情报追踪器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "7ITgmmCKTMFGlTYD",
  "meta": {
    "instanceId": "84ad02d6104594179f43f1ce9cfe3a81637b2faedb57dafcb9e649b7542988db",
    "templateCredsSetupCompleted": true
  },
  "name": "CrunchBase 竞争对手追踪",
  "tags": [],
  "nodes": [
    {
      "id": "9bed760c-bd66-46b6-b949-08316d073237",
      "name": "手动触发器",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "14b8319e-bba0-4b59-9ecb-c3ddb212738d",
      "name": "设置竞争对手名称",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "0edc5749-a4da-4148-8ebd-9e21aa9b419e",
              "name": "Competitor",
              "type": "string",
              "value": "OpenAI"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "9dfe1f50-14a8-40b9-a229-0afdf4f84a86",
      "name": "生成 Crunchbase Slug",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ],
      "parameters": {
        "jsCode": "// Convert \"Competitor\" field into Crunchbase slug format\nreturn items.map(item => {\n  const name = item.json.Competitor || \"\";\n\n  // Convert to lowercase, remove special chars, replace spaces with dashes\n  const slug = name\n    .toLowerCase()\n    .trim()\n    .replace(/[^a-z0-9\\s-]/g, \"\")   // Remove non-alphanumeric characters\n    .replace(/\\s+/g, \"-\");          // Replace spaces with hyphens\n\n  return {\n    json: {\n      ...item.json,\n      slug\n    }\n  };\n});\n"
      },
      "typeVersion": 2
    },
    {
      "id": "0c7107f4-1a7a-4a50-a259-b14db106ddd5",
      "name": "获取 Crunchbase 数据",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        740,
        0
      ],
      "parameters": {
        "url": "=https://api.crunchbase.com/api/v4/entities/organizations/{{ $json.slug }}",
        "options": {},
        "sendBody": true,
        "sendQuery": true,
        "bodyParameters": {
          "parameters": [
            {}
          ]
        },
        "queryParameters": {
          "parameters": [
            {
              "name": "user_key",
              "value": "YOUR_API_KEY"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "7f98afae-d216-4037-b475-2b37ce65f3c8",
      "name": "在 ClickUp 中创建审核任务",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        980,
        0
      ],
      "parameters": {
        "name": "Review Crunchbase Update and inform your manager",
        "additionalFields": {
          "status": "",
          "content": "=Company: {{ $json.data.properties.name }}\nLast Updated: {{ $json.data.properties.updated_at }}\nDescription: {{ $json.data.properties.short_description }}\nTotal Funding: {{ $json.data.properties.total_funding_usd }}\nLast Funding: {{ $json.data.properties.last_funding_type }}\nHomepage: {{ $json.data.properties.homepage_url }}",
          "dueDate": "",
          "priority": 3,
          "assignees": []
        }
      },
      "typeVersion": 1
    },
    {
      "id": "24fd0d4e-a329-4c65-9b7c-f6b30dd3b7a2",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -1900
      ],
      "parameters": {
        "color": 3,
        "width": 640,
        "height": 2160,
        "content": "## 🔹 **第一部分:输入与准备 🔧✏️🧠**"
      },
      "typeVersion": 1
    },
    {
      "id": "47a23c5d-e6ce-4ea2-b2e5-101fd9d02189",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        660,
        -1560
      ],
      "parameters": {
        "color": 5,
        "width": 580,
        "height": 1820,
        "content": "## 🔹 **第二部分:获取数据 + 创建任务 📡🗂**"
      },
      "typeVersion": 1
    },
    {
      "id": "60181cc2-f735-4db3-87d0-db0fc89dc336",
      "name": "便签9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1880,
        -1900
      ],
      "parameters": {
        "color": 4,
        "width": 1300,
        "height": 320,
        "content": "======================================="
      },
      "typeVersion": 1
    },
    {
      "id": "8cd558b6-8353-4d9d-af68-7ea02cef2b73",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1880,
        -1560
      ],
      "parameters": {
        "color": 4,
        "width": 1289,
        "height": 3478,
        "content": "✨ **Crunchbase → ClickUp 自动化**"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {
    "Fetch Crunchbase Data": [
      {
        "json": {
          "data": {
            "uuid": "abc123",
            "properties": {
              "name": "OpenAI",
              "identifier": {
                "uuid": "abc123",
                "value": "OpenAI",
                "image_id": "v12345",
                "permalink": "organization/openai"
              },
              "updated_at": "2025-06-05T17:32:12Z",
              "homepage_url": "https://openai.com",
              "last_funding_type": "Series F",
              "profile_image_url": "https://example.com/image.jpg",
              "short_description": "AI research and deployment company.",
              "total_funding_usd": 11300000000,
              "num_funding_rounds": 5
            }
          }
        }
      }
    ]
  },
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "162f7b36-530f-44a1-92a4-bcd5d20fe0df",
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Set Competitor Name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Competitor Name": {
      "main": [
        [
          {
            "node": "Generate Crunchbase Slug",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Crunchbase Data": {
      "main": [
        [
          {
            "node": "Create Review Task in ClickUp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Crunchbase Slug": {
      "main": [
        [
          {
            "node": "Fetch Crunchbase Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Review Task in ClickUp": {
      "main": [
        []
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 财务, 营销

需要付费吗?

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

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

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

作者
Yaron Been

Yaron Been

@yaron-nofluff

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos

外部链接
在 n8n.io 查看

分享此工作流