{
  "version": "1.0.0",
  "exported_at": "2026-04-20T02:16:43.545284500+00:00",
  "project": {
    "name": "Contact Details Scraper",
    "description": null,
    "color": "bg-[#4589ff]",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1776575113955",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 473,
      "position_y": 207,
      "config": {
        "color": "bg-[#4589ff]",
        "url": "https://example.com",
        "urls": []
      }
    },
    {
      "block_id": "sleep-1776575130728",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 731,
      "position_y": 412,
      "config": {
        "color": "bg-[#f1c21b]",
        "duration": 5
      }
    },
    {
      "block_id": "structured-export-1776575162417",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1109,
      "position_y": 583,
      "config": {
        "color": "bg-[#525252]",
        "fileName": "contact-details.csv",
        "columns": [
          {
            "name": "Website",
            "selector": "window.location.href",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Emails",
            "selector": "document.body.innerText.match(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g) ? [...new Set(document.body.innerText.match(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g))].join(', ') : 'No emails found'",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Phone Numbers",
            "selector": "document.body.innerText.match(/(?:(?:\\+|00)\\d{1,3}[-.\\s]?)?\\(?(?:\\d{2,4})\\)?[-.\\s]?(?:\\d{3,4})[-.\\s]?(?:\\d{4})/g) ? [...new Set(document.body.innerText.match(/(?:(?:\\+|00)\\d{1,3}[-.\\s]?)?\\(?(?:\\d{2,4})\\)?[-.\\s]?(?:\\d{3,4})[-.\\s]?(?:\\d{4})/g))].join(', ') : 'No phones found'",
            "attribute": "text",
            "isJs": true
          }
        ],
        "rowSelector": "body",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "end-1776575696042",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 1350,
      "position_y": 371,
      "config": {
        "color": "bg-[#42be65]"
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1776575113955",
      "from_connector_id": "right",
      "to_block_id": "sleep-1776575130728",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1776575130728",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1776575162417",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1776575162417",
      "from_connector_id": "right",
      "to_block_id": "end-1776575696042",
      "to_connector_id": "left"
    }
  ]
}