8
n8n 中文网amn8n.com

🌐 Firecrawl网站内容提取器

中级

这是一个Marketing领域的自动化工作流,包含 8 个节点。主要使用 If, Set, Wait, HttpRequest, ManualTrigger 等节点。 🌐 Firecrawl网站内容提取器

前置要求
  • 可能需要目标 API 的认证凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559"
  },
  "nodes": [
    {
      "id": "ec18e1a4-1da9-4180-9e6d-6acbdf6655dc",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        500,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3de6d683-5db9-49dc-a31e-87a41f87f607",
      "name": "提取",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        320
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "1892f176-3523-488d-a7e6-414ee83f540d",
      "name": "如果",
      "type": "n8n-nodes-base.if",
      "onError": "continueErrorOutput",
      "position": [
        1360,
        320
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "2850a08b-5f66-4c2d-98d0-4cfd3e667592",
      "name": "获取结果",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1160,
        320
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "1db9ad43-11a4-401b-bfa8-de4b724d983e",
      "name": "30 秒",
      "type": "n8n-nodes-base.wait",
      "position": [
        940,
        320
      ],
      "webhookId": "e4866198-b806-4746-b57f-97333c497dbf",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "863211df-48eb-48d2-bd72-6f713893cf87",
      "name": "10 秒",
      "type": "n8n-nodes-base.wait",
      "position": [
        1620,
        440
      ],
      "webhookId": "6cc8c637-bafb-4d64-9cd4-8ae2a9f5b7ca",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "550a879f-fd8f-470e-b573-d6c9e35fc1bd",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "92dba1ed-9d4c-4eca-99b5-ed9dc7adc3be",
      "name": "编辑字段",
      "type": "n8n-nodes-base.set",
      "position": [
        1620,
        180
      ],
      "parameters": {},
      "typeVersion": 3.4
    }
  ],
  "pinData": {},
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "10 Seconds",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "30 Secs": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract": {
      "main": [
        [
          {
            "node": "30 Secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10 Seconds": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Results": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Extract",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 营销

需要付费吗?

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

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

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

作者
Aashit Sharma

Aashit Sharma

@aashitsharma

With a strong background in AI agent systems, RAG pipelines, and open-source automation tools like n8n, LangChain, and Ollama, Aashit specializes in crafting end-to-end solutions that merge intelligence with efficiency. He has developed multiple production-ready n8n templates — from personalized interview prep systems and document generators to AI-powered support agents — all designed to empower teams with scalable, low-code automation.

外部链接
在 n8n.io 查看

分享此工作流