
🌐 Firecrawl Website Content Extractor
描述
分类
📢 Marketing
使用的节点
n8n-nodes-base.ifn8n-nodes-base.setn8n-nodes-base.waitn8n-nodes-base.waitn8n-nodes-base.stickyNoten8n-nodes-base.httpRequestn8n-nodes-base.httpRequestn8n-nodes-base.manualTrigger
价格免费
浏览量0
最后更新11/28/2025
workflow.json
{
"meta": {
"instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559"
},
"nodes": [
{
"id": "ec18e1a4-1da9-4180-9e6d-6acbdf6655dc",
"name": "When clicking ‘Test workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
500,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3de6d683-5db9-49dc-a31e-87a41f87f607",
"name": "Extract",
"type": "n8n-nodes-base.httpRequest",
"position": [
720,
320
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "1892f176-3523-488d-a7e6-414ee83f540d",
"name": "If",
"type": "n8n-nodes-base.if",
"onError": "continueErrorOutput",
"position": [
1360,
320
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "2850a08b-5f66-4c2d-98d0-4cfd3e667592",
"name": "Get Results",
"type": "n8n-nodes-base.httpRequest",
"position": [
1160,
320
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "1db9ad43-11a4-401b-bfa8-de4b724d983e",
"name": "30 Secs",
"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 Seconds",
"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": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "92dba1ed-9d4c-4eca-99b5-ed9dc7adc3be",
"name": "Edit Fields",
"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
}
]
]
}
}
}