{
  "version": "1.0.0",
  "exported_at": "2026-04-13T03:29:50.366731700+00:00",
  "project": {
    "name": "HTML Scrapper",
    "description": null,
    "color": "bg-red-500",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1755807467767",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 432,
      "position_y": 255.5,
      "config": {
        "color": "bg-[#ff832b]",
        "url": "https://example.com",
        "urls": []
      }
    },
    {
      "block_id": "sleep-1755807475130",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 636,
      "position_y": 433.5,
      "config": {
        "color": "bg-[#525252]",
        "duration": 8
      }
    },
    {
      "block_id": "extract-html-1755807484246",
      "block_type": "process",
      "title": "Extract HTML",
      "description": "Get element HTML",
      "position_x": 988,
      "position_y": 561.5,
      "config": {
        "color": "bg-[#42be65]",
        "selector": "html",
        "multiple": false,
        "innerHtml": true,
        "saveFolder": ""
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1755807467767",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755807475130",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1755807475130",
      "from_connector_id": "right",
      "to_block_id": "extract-html-1755807484246",
      "to_connector_id": "left"
    }
  ]
}