{
  "version": "1.0.0",
  "exported_at": "2026-04-20T05:19:55.480717200+00:00",
  "project": {
    "name": "Google SERP scraper",
    "description": null,
    "color": "bg-[#4589ff]",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1776653770771",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 636.6666666666666,
      "position_y": 252,
      "config": {
        "color": "bg-[#4589ff]",
        "url": "https://example.com"
      }
    },
    {
      "block_id": "sleep-1776654962136",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 994.6666666666666,
      "position_y": 248,
      "config": {
        "color": "bg-[#f1c21b]",
        "duration": 5
      }
    },
    {
      "block_id": "structured-export-1776654979720",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1244.6666666666663,
      "position_y": 478,
      "config": {
        "color": "bg-[#525252]",
        "fileName": "google-serp.csv",
        "columns": [
          {
            "name": "Title",
            "selector": "h3",
            "attribute": "text"
          },
          {
            "name": "Description",
            "selector": "div[style=\"-webkit-line-clamp:2\"]",
            "attribute": "text"
          },
          {
            "name": "Url",
            "selector": "a",
            "attribute": "href"
          }
        ],
        "rowSelector": ".A6K0A",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "end-1776655426547",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 1566.6666666666663,
      "position_y": 582,
      "config": {
        "color": "bg-[#fa4d56]"
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1776653770771",
      "from_connector_id": "right",
      "to_block_id": "sleep-1776654962136",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1776654962136",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1776654979720",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1776654979720",
      "from_connector_id": "right",
      "to_block_id": "end-1776655426547",
      "to_connector_id": "left"
    }
  ]
}