{
  "name": "🌐 Firecrawl website content extractor",
  "nodes": [
    {
      "id": "ec18e1a4-1da9-4180-9e6d-6acbdf6655dc",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        500,
        320
      ]
    },
    {
      "id": "3de6d683-5db9-49dc-a31e-87a41f87f607",
      "name": "Extract",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        320
      ]
    },
    {
      "id": "1892f176-3523-488d-a7e6-414ee83f540d",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1360,
        320
      ]
    },
    {
      "id": "2850a08b-5f66-4c2d-98d0-4cfd3e667592",
      "name": "Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1160,
        320
      ]
    },
    {
      "id": "1db9ad43-11a4-401b-bfa8-de4b724d983e",
      "name": "30 Secs",
      "type": "n8n-nodes-base.wait",
      "position": [
        940,
        320
      ]
    },
    {
      "id": "863211df-48eb-48d2-bd72-6f713893cf87",
      "name": "10 Seconds",
      "type": "n8n-nodes-base.wait",
      "position": [
        1620,
        440
      ]
    },
    {
      "id": "550a879f-fd8f-470e-b573-d6c9e35fc1bd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "92dba1ed-9d4c-4eca-99b5-ed9dc7adc3be",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1620,
        180
      ]
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}