{
  "version": "1.0.0",
  "exported_at": "2025-08-23T13:00:19.942145700+00:00",
  "project": {
    "name": "Yahoo Search",
    "description": null,
    "color": "bg-yellow-500",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1755952480600",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 324,
      "position_y": 175.5,
      "config": {
        "color": "bg-purple-500",
        "url": "https://example.com"
      }
    },
    {
      "block_id": "sleep-1755952493889",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 538,
      "position_y": 357.5,
      "config": {
        "color": "bg-yellow-500",
        "duration": 8
      }
    },
    {
      "block_id": "type-text-1755952511714",
      "block_type": "process",
      "title": "Type Text",
      "description": "Enter text in input",
      "position_x": 852,
      "position_y": 208.5,
      "config": {
        "color": "bg-orange-500",
        "selector": "#sb_form_q",
        "text": "UScrapper",
        "clearFirst": true
      }
    },
    {
      "block_id": "sleep-1755952538602",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 1088,
      "position_y": 346.5,
      "config": {
        "color": "bg-yellow-500",
        "duration": 30
      }
    },
    {
      "block_id": "structured-export-1755952588757",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1338,
      "position_y": 211.5,
      "config": {
        "color": "bg-gray-500",
        "fileName": "bing.csv",
        "columns": [
          {
            "name": "Title",
            "selector": "h2",
            "attribute": "text"
          },
          {
            "name": "Description",
            "selector": ".b_caption",
            "attribute": "text"
          },
          {
            "name": "Favicon",
            "selector": ".rms_img",
            "attribute": "src"
          },
          {
            "name": "Website",
            "selector": ".tptt",
            "attribute": "text"
          },
          {
            "name": "Attribution",
            "selector": ".b_attribution",
            "attribute": "text"
          },
          {
            "name": "Date",
            "selector": ".news_dt",
            "attribute": "text"
          }
        ],
        "rowSelector": ".b_algo",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "element-exists-1755952775058",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 1363,
      "position_y": 544.5,
      "config": {
        "color": "bg-pink-500",
        "selector": ".sw_next"
      }
    },
    {
      "block_id": "end-1755952799845",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 1625,
      "position_y": 542.5,
      "config": {
        "color": "bg-rose-500"
      }
    },
    {
      "block_id": "inject-javascript-1755952876260",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 1611,
      "position_y": 205.5,
      "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": "inject-javascript-1755953043435",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 1089,
      "position_y": 60.5,
      "config": {
        "color": "bg-gray-500",
        "jsCode": "document.querySelector('.sb_form').submit()",
        "waitForCompletion": true,
        "timeout": 10
      }
    },
    {
      "block_id": "inject-javascript-1755953447263",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 987,
      "position_y": 560.5,
      "config": {
        "color": "bg-gray-500",
        "jsCode": "document.querySelector('.sw_next').click()",
        "waitForCompletion": true,
        "timeout": 10
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1755952480600",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755952493889",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1755952493889",
      "from_connector_id": "right",
      "to_block_id": "type-text-1755952511714",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1755952538602",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1755952588757",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755952775058",
      "from_connector_id": "false",
      "to_block_id": "end-1755952799845",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1755952588757",
      "from_connector_id": "right",
      "to_block_id": "inject-javascript-1755952876260",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1755952876260",
      "from_connector_id": "right",
      "to_block_id": "element-exists-1755952775058",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "type-text-1755952511714",
      "from_connector_id": "right",
      "to_block_id": "inject-javascript-1755953043435",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1755953043435",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755952538602",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755952775058",
      "from_connector_id": "true",
      "to_block_id": "inject-javascript-1755953447263",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1755953447263",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755952538602",
      "to_connector_id": "left"
    }
  ]
}