{
  "version": "1.0.0",
  "exported_at": "2026-04-20T02:16:40.870569400+00:00",
  "project": {
    "name": "Email & Social Media Finder",
    "description": null,
    "color": "bg-[#42be65]",
    "template_id": null
  },
  "blocks": [
    {
      "block_id": "navigate-1776577885639",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 543,
      "position_y": 330.5,
      "config": {
        "color": "bg-[#4589ff]",
        "url": "https://example.com",
        "urls": []
      }
    },
    {
      "block_id": "sleep-1776577888343",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 768,
      "position_y": 534.5,
      "config": {
        "color": "bg-[#f1c21b]",
        "duration": 5
      }
    },
    {
      "block_id": "structured-export-1776577897008",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1031,
      "position_y": 673.5,
      "config": {
        "color": "bg-[#525252]",
        "fileName": "email-social-media.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
          },
          {
            "name": "Social Media Links",
            "selector": "[...new Set([...document.querySelectorAll('a')].filter(a => /facebook|twitter|instagram|linkedin|youtube|tiktok|pinterest|snapchat|whatsapp|telegram|reddit|github|gitlab|dribbble|behance|medium|dev\\.to|hashnode/i.test(a.href)).map(a => a.href))].join(', ')",
            "attribute": "text",
            "isJs": true
          }
        ],
        "rowSelector": "body",
        "saveLocation": "",
        "includeHeaders": true,
        "fileMode": "append"
      }
    },
    {
      "block_id": "end-1776577900816",
      "block_type": "output",
      "title": "End",
      "description": "Terminate execution flow",
      "position_x": 1420,
      "position_y": 451.5,
      "config": {
        "color": "bg-[#fa4d56]"
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "navigate-1776577885639",
      "from_connector_id": "right",
      "to_block_id": "sleep-1776577888343",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1776577888343",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1776577897008",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1776577897008",
      "from_connector_id": "right",
      "to_block_id": "end-1776577900816",
      "to_connector_id": "left"
    }
  ]
}