{
  "version": "1.0.0",
  "exported_at": "2025-08-23T12:33:28.823760900+00:00",
  "project": {
    "name": "EBay",
    "description": null,
    "color": "bg-gray-500",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1755951569371",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 393,
      "position_y": 265.5,
      "config": {
        "color": "bg-purple-500",
        "url": "https://example.com"
      }
    },
    {
      "block_id": "sleep-1755951753823",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 707,
      "position_y": 266,
      "config": {
        "color": "bg-yellow-500",
        "duration": 12
      }
    },
    {
      "block_id": "structured-export-1755951762440",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 992,
      "position_y": 257,
      "config": {
        "color": "bg-gray-500",
        "fileName": "ebay.csv",
        "columns": [
          {
            "name": "Title",
            "selector": ".bsig__title__wrapper",
            "attribute": "text"
          },
          {
            "name": "Image",
            "selector": ".brwrvr__item-card__image",
            "attribute": "src"
          },
          {
            "name": "Info",
            "selector": ".bsig--subheader",
            "attribute": "text"
          },
          {
            "name": "Price",
            "selector": ".bsig__price--displayprice",
            "attribute": "text"
          },
          {
            "name": "Shipping",
            "selector": ".bsig__logisticsCost",
            "attribute": "text"
          },
          {
            "name": "Link",
            "selector": ".bsig__title__wrapper",
            "attribute": "href"
          }
        ],
        "rowSelector": ".brwrvr__item-card",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "inject-javascript-1755951926048",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 1271,
      "position_y": 257,
      "config": {
        "color": "bg-gray-500",
        "jsCode": "// Instant scroll to bottom\nwindow.scrollTo(0, document.body.scrollHeight);\n\n// Or using scrollTo with options\nwindow.scrollTo({\n    top: document.body.scrollHeight,\n    behavior: 'smooth' // smooth scrolling\n});",
        "waitForCompletion": true,
        "timeout": 10
      }
    },
    {
      "block_id": "element-exists-1755952038449",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 939,
      "position_y": 570,
      "config": {
        "color": "bg-pink-500",
        "selector": "a.pagination__next.icon-link"
      }
    },
    {
      "block_id": "end-1755952102372",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 1361,
      "position_y": 609,
      "config": {
        "color": "bg-green-500"
      }
    },
    {
      "block_id": "click-1755952264696",
      "block_type": "process",
      "title": "Click",
      "description": "Click on element",
      "position_x": 533,
      "position_y": 579.5,
      "config": {
        "color": "bg-orange-500",
        "selector": "a.pagination__next.icon-link",
        "timeout": 30
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1755951569371",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755951753823",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1755951753823",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1755951762440",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1755951762440",
      "from_connector_id": "right",
      "to_block_id": "inject-javascript-1755951926048",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1755951926048",
      "from_connector_id": "right",
      "to_block_id": "element-exists-1755952038449",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755952038449",
      "from_connector_id": "false",
      "to_block_id": "end-1755952102372",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755952038449",
      "from_connector_id": "true",
      "to_block_id": "click-1755952264696",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "click-1755952264696",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755951753823",
      "to_connector_id": "left"
    }
  ]
}