{
  "version": "1.0.0",
  "exported_at": "2025-08-21T22:19:43.141990900+00:00",
  "project": {
    "name": "Trustpilot",
    "description": null,
    "color": "bg-blue-500",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1755811915181",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 238.5,
      "position_y": 148,
      "config": {
        "color": "bg-purple-500",
        "url": "https://example.com"
      }
    },
    {
      "block_id": "sleep-1755811932908",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 543.5,
      "position_y": 314,
      "config": {
        "color": "bg-yellow-500",
        "duration": 10
      }
    },
    {
      "block_id": "structured-export-1755812016827",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 930.5,
      "position_y": 534,
      "config": {
        "color": "bg-gray-500",
        "fileName": "trustpilot.csv",
        "columns": [
          {
            "name": "Reviewer",
            "selector": ".styles_consumerName__xKr9c",
            "attribute": "text"
          },
          {
            "name": "Time",
            "selector": "time",
            "attribute": "text"
          },
          {
            "name": "Heading",
            "selector": "a[data-review-title-typography=\"true\"]",
            "attribute": "text"
          },
          {
            "name": "Description",
            "selector": ".CDS_Typography_body-l__dd9b51",
            "attribute": "text"
          },
          {
            "name": "Rating",
            "selector": "ROW?.querySelector('div[data-service-review-rating]')?.getAttribute('data-service-review-rating') || '5'",
            "attribute": "alt",
            "isJs": true
          }
        ],
        "rowSelector": "article[data-service-review-card-paper=\"true\"]",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "element-exists-1755812146416",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 449.5,
      "position_y": 651,
      "config": {
        "color": "bg-pink-500",
        "selector": "a[data-pagination-button-next-link=\"true\"][aria-disabled=\"true\"]"
      }
    },
    {
      "block_id": "end-1755812323049",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 973.5,
      "position_y": 780,
      "config": {
        "color": "bg-green-500"
      }
    },
    {
      "block_id": "scroll-1755813176010",
      "block_type": "process",
      "title": "Scroll",
      "description": "Scroll page or element",
      "position_x": 935.5,
      "position_y": 254.5,
      "config": {
        "color": "bg-orange-500",
        "selector": "",
        "amount": 800
      }
    },
    {
      "block_id": "inject-javascript-1755814228327",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 687.5,
      "position_y": 90,
      "config": {
        "color": "bg-blue-500",
        "jsCode": "document.querySelector('a[name=\"pagination-button-next\"]').click()",
        "waitForCompletion": false,
        "timeout": 10
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1755811915181",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755811932908",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755812146416",
      "from_connector_id": "true",
      "to_block_id": "end-1755812323049",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1755812146416",
      "from_connector_id": "false",
      "to_block_id": "structured-export-1755812016827",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1755811932908",
      "from_connector_id": "right",
      "to_block_id": "element-exists-1755812146416",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1755812016827",
      "from_connector_id": "right",
      "to_block_id": "scroll-1755813176010",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "scroll-1755813176010",
      "from_connector_id": "right",
      "to_block_id": "inject-javascript-1755814228327",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1755814228327",
      "from_connector_id": "right",
      "to_block_id": "sleep-1755811932908",
      "to_connector_id": "left"
    }
  ]
}