{
  "version": "1.0.0",
  "exported_at": "2026-06-02T14:00:00.000Z",
  "project": {
    "name": "Kleinanzeigen Scraper Product Details",
    "description": "Scrapes Kleinanzeigen.de product detail URLs and exports product URL, title, price, shipping method, location, posting date, seller/company fields, user type, account age, and product type. Navigation uses navigate.urls[] plus loop-continue for multiple detailed input URLs. If a supplied detail URL is expired and redirects to a Kleinanzeigen results page, the template falls back to extracting equivalent listing-card data from that results page and follows the Next pagination link until no further page is available. Some detail-only reputation fields may be blank on listing-card fallback rows.",
    "color": "bg-[#4589ff]",
    "template_id": "ai-generated"
  },
  "blocks": [
    {
      "block_id": "set-window-size-1",
      "block_type": "process",
      "title": "Set Window Size",
      "description": "Set browser window dimensions",
      "position_x": 120,
      "position_y": 220,
      "config": {
        "width": 1920,
        "height": 1080,
        "color": "bg-[#4589ff]"
      }
    },
    {
      "block_id": "navigate-1",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 480,
      "position_y": 220,
      "config": {
        "urls": [
          "https://www.kleinanzeigen.de/s-anzeige/rotweinglaeser-zwiesel-burgunder-6-stueck/2738287332-86-3337",
          "https://www.kleinanzeigen.de/s-anzeige/rotweinglaeser-6x-zwiesel/2737747459-86-3492",
          "https://www.kleinanzeigen.de/s-anzeige/set-6-rotweinglaeser-ovp-leonardo-/2737268515-86-3351"
        ],
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "wait-for-page-load-1",
      "block_type": "process",
      "title": "Wait for Page Load",
      "description": "Wait for page to finish loading",
      "position_x": 840,
      "position_y": 220,
      "config": {
        "timeout": 30,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "wait-for-element-1",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 1200,
      "position_y": 220,
      "config": {
        "selector": "body",
        "timeout": 30,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "element-exists-1",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 1560,
      "position_y": 220,
      "config": {
        "selector": "#viewad-title, [data-testid=\"ad-title\"], h1[itemprop=\"name\"]",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "structured-export-1",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1920,
      "position_y": 220,
      "config": {
        "rowSelector": "body",
        "fileName": "kleinanzeigen-scraper-product-details.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "color": "bg-[#42be65]",
        "columns": [
          {
            "name": "Produkt_url",
            "selector": "(() => document.querySelector('link[rel=\"canonical\"]')?.href || window.location.href)()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Produkt_Titel",
            "selector": "(() => { const selectors = ['#viewad-title','[data-testid=\"ad-title\"]','h1[itemprop=\"name\"]','article h1']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v && !/Ergebnissen|Filter|Kategorien/i.test(v)) return v.replace(/\\s+/g,' '); } return ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Preis",
            "selector": "(() => { const selectors = ['#viewad-price','[data-testid=\"ad-price\"]','[itemprop=\"price\"]','.boxedarticle--price']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v) return v.replace(/\\s+/g,' '); } const m = document.body.innerText.match(/(?:Zu verschenken|VB|\\d{1,3}(?:[\\.\\s]\\d{3})*(?:,\\d{2})?\\s*€\\s*(?:VB)?)/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Versandsmethode",
            "selector": "(() => { const selectors = ['#viewad-shipping','[data-testid*=\"shipping\"]','[class*=\"shipping\"]']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v && /Versand|Abholung|Direkt kaufen/i.test(v)) return v.replace(/\\s+/g,' '); } const m = document.body.innerText.match(/(?:\\+\\s*Versand\\s*ab\\s*[\\d,]+\\s*€|Versand möglich|Nur Abholung|Direkt kaufen)/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Standort",
            "selector": "(() => { const selectors = ['#viewad-locality','[data-testid=\"ad-address\"]','[itemprop=\"address\"]','.viewad-locality']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v) return v.replace(/\\s+/g,' '); } const m = document.body.innerText.match(/\\b\\d{5}\\s+[^\\n]+/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Ankündigungszeit",
            "selector": "(() => { const selectors = ['#viewad-extra-info','[data-testid*=\"creation\"]','[data-testid*=\"date\"]','.viewad-extra-info']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v && /(Heute|Gestern|\\d{1,2}\\.\\d{1,2}\\.\\d{4})/i.test(v)) return v.replace(/\\s+/g,' '); } const m = document.body.innerText.match(/(?:Heute|Gestern|\\d{1,2}\\.\\d{1,2}\\.\\d{4})(?:,?\\s*\\d{1,2}:\\d{2})?/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Firma",
            "selector": "(() => /\\bPRO\\b/.test(document.body.innerText) ? 'PRO' : (/Gewerblich|Firma|Händler|Unternehmen/i.test(document.body.innerText) ? 'Gewerblich' : ''))()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_der_Firma",
            "selector": "(() => { const selectors = ['#viewad-contact .userprofile-vip','.userprofile-vip','.profile-name','[data-testid=\"seller-name\"]','[data-testid*=\"seller\"] h2','[data-testid*=\"seller\"] a','aside h2','aside a[href*=\"/s-bestandsliste.html\"]']; for (const s of selectors) { const v = document.querySelector(s)?.textContent?.trim(); if (v && !/Einloggen|Registrieren|Nachricht|Kontakt/i.test(v)) return v.replace(/\\s+/g,' '); } const m = document.body.innerText.match(/(?:Privater Nutzer|Gewerblicher Nutzer|PRO)\\s*\\n\\s*([^\\n]+)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Zufriedenheit",
            "selector": "(() => { const m = document.body.innerText.match(/Zufriedenheit\\s*[:\\n]?\\s*([^\\n]+)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Grad_von_freundlich",
            "selector": "(() => { const m = document.body.innerText.match(/Freundlich(?:keit)?\\s*[:\\n]?\\s*([^\\n]+)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Grad_von_zuverlässig",
            "selector": "(() => { const m = document.body.innerText.match(/Zuverlässig(?:keit)?\\s*[:\\n]?\\s*([^\\n]+)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Typ_des_Nutzers",
            "selector": "(() => { const m = document.body.innerText.match(/(Privater Nutzer|Gewerblicher Nutzer|Privat|Gewerblich|PRO)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Aktiv_seit",
            "selector": "(() => { const m = document.body.innerText.match(/Aktiv\\s+seit\\s+([^\\n]+)/i); return m ? m[1].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Art_des_Produkts",
            "selector": "(() => { const label = document.body.innerText.match(/\\bArt\\s*\\n\\s*([^\\n]+)/i); if (label) return label[1].replace(/\\([^)]*\\)/g,'').trim(); const crumbs = Array.from(document.querySelectorAll('.breadcrump-link,[itemprop=\"name\"],.breadcrump-leaf')).map(e => e.textContent.trim()).filter(Boolean); return crumbs.filter(t => !/Kleinanzeigen|Deutschland|Berlin/i.test(t)).pop() || ''; })()",
            "attribute": "text",
            "isJs": true
          }
        ]
      }
    },
    {
      "block_id": "loop-continue-1",
      "block_type": "process",
      "title": "Loop Continue",
      "description": "Continue multi-input loop",
      "position_x": 2280,
      "position_y": 220,
      "config": {
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "wait-for-element-2",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 1920,
      "position_y": 560,
      "config": {
        "selector": ".aditem",
        "timeout": 30,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "structured-export-2",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 2280,
      "position_y": 560,
      "config": {
        "rowSelector": ".aditem",
        "fileName": "kleinanzeigen-scraper-product-details.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "color": "bg-[#42be65]",
        "columns": [
          {
            "name": "Produkt_url",
            "selector": "(() => { const a = ROW.querySelector('a[href*=\"/s-anzeige/\"]'); return a ? new URL(a.getAttribute('href'), location.origin).href : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Produkt_Titel",
            "selector": "(() => { const el = ROW.querySelector('.aditem-main--middle h2 a, a.ellipsis, h2'); return el ? el.textContent.trim().replace(/\\s+/g,' ') : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Preis",
            "selector": "(() => { const el = ROW.querySelector('.aditem-main--middle--price-shipping--price'); if (el) return el.textContent.trim().replace(/\\s+/g,' '); const m = ROW.innerText.match(/(?:Zu verschenken|VB|\\d{1,3}(?:[\\.\\s]\\d{3})*(?:,\\d{2})?\\s*€\\s*(?:VB)?)/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Versandsmethode",
            "selector": "(() => { const el = ROW.querySelector('.aditem-main--middle--price-shipping--shipping, .aditem-main--bottom'); const t = el ? el.textContent.trim().replace(/\\s+/g,' ') : ROW.innerText; const m = t.match(/(?:\\+\\s*Versand\\s*ab\\s*[\\d,]+\\s*€|Versand möglich|Nur Abholung|Direkt kaufen)/i); return m ? m[0].trim() : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Standort",
            "selector": "(() => { const el = ROW.querySelector('.aditem-main--top--left'); return el ? el.textContent.trim().replace(/\\s+/g,' ') : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Ankündigungszeit",
            "selector": "(() => { const el = ROW.querySelector('.aditem-main--top--right'); return el ? el.textContent.trim().replace(/\\s+/g,' ') : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Firma",
            "selector": "(() => /\\bPRO\\b/.test(ROW.innerText) ? 'PRO' : '')()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_der_Firma",
            "selector": "(() => { const text = ROW.innerText.replace(/\\r/g,''); const pro = text.match(/PRO\\s+([^\\n]+)/i); if (pro) return pro[1].trim(); const bottom = ROW.querySelector('.aditem-main--bottom')?.textContent?.trim().replace(/\\s+/g,' '); return bottom && !/Versand|Direkt kaufen|Abholung/i.test(bottom) ? bottom : ''; })()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Zufriedenheit",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Grad_von_freundlich",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Grad_von_zuverlässig",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Typ_des_Nutzers",
            "selector": "(() => /\\bPRO\\b|Gewerblich/i.test(ROW.innerText) ? 'Gewerblich' : 'Privat')()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Aktiv_seit",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Art_des_Produkts",
            "selector": "(() => { const crumbs = Array.from(document.querySelectorAll('.breadcrump-link,[itemprop=\"name\"],.breadcrump-leaf')).map(e => e.textContent.trim()).filter(Boolean); const selected = Array.from(document.querySelectorAll('.browsebox-selected-itembox')).map(e => e.textContent.trim().replace(/\\([^)]*\\)/g,'').trim()).find(t => /Gläser|Geschirr|Besteck|Küch|Stühle|Tische|Esszimmer/i.test(t)); return selected || crumbs.filter(t => !/Kleinanzeigen|Deutschland|Berlin/i.test(t)).pop() || ''; })()",
            "attribute": "text",
            "isJs": true
          }
        ]
      }
    },
    {
      "block_id": "element-exists-2",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 2640,
      "position_y": 560,
      "config": {
        "selector": "a.pagination-next[href]",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "click-1",
      "block_type": "process",
      "title": "Click",
      "description": "Click on element",
      "position_x": 3000,
      "position_y": 560,
      "config": {
        "selector": "a.pagination-next[href]",
        "timeout": 10,
        "color": "bg-[#a56eff]"
      }
    },
    {
      "block_id": "wait-for-page-load-2",
      "block_type": "process",
      "title": "Wait for Page Load",
      "description": "Wait for page to finish loading",
      "position_x": 3360,
      "position_y": 560,
      "config": {
        "timeout": 30,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "sleep-1",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 3720,
      "position_y": 1120,
      "config": {
        "duration": 1,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "wait-for-element-3",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 4056,
      "position_y": 1100,
      "config": {
        "selector": ".aditem",
        "timeout": 30,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "loop-continue-2",
      "block_type": "process",
      "title": "Loop Continue",
      "description": "Continue multi-input loop",
      "position_x": 2640,
      "position_y": 900,
      "config": {
        "color": "bg-[#ff832b]"
      }
    }
  ],
  "connections": [
    {
      "from_block_id": "set-window-size-1",
      "from_connector_id": "right",
      "to_block_id": "navigate-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "navigate-1",
      "from_connector_id": "right",
      "to_block_id": "wait-for-page-load-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-page-load-1",
      "from_connector_id": "right",
      "to_block_id": "wait-for-element-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-element-1",
      "from_connector_id": "right",
      "to_block_id": "element-exists-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1",
      "from_connector_id": "true",
      "to_block_id": "structured-export-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1",
      "from_connector_id": "right",
      "to_block_id": "loop-continue-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1",
      "from_connector_id": "false",
      "to_block_id": "wait-for-element-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-element-2",
      "from_connector_id": "right",
      "to_block_id": "structured-export-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-2",
      "from_connector_id": "right",
      "to_block_id": "element-exists-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-2",
      "from_connector_id": "true",
      "to_block_id": "click-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "click-1",
      "from_connector_id": "right",
      "to_block_id": "wait-for-page-load-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-page-load-2",
      "from_connector_id": "right",
      "to_block_id": "sleep-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-1",
      "from_connector_id": "right",
      "to_block_id": "wait-for-element-3",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-element-3",
      "from_connector_id": "right",
      "to_block_id": "structured-export-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-2",
      "from_connector_id": "false",
      "to_block_id": "loop-continue-2",
      "to_connector_id": "left"
    }
  ],
  "canvas_elements": [
    {
      "id": "group-entry",
      "element_type": "group",
      "title": "Entry & Setup",
      "color": "#4589ff",
      "position_x": 48,
      "position_y": 116,
      "width": 380,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "set-window-size-1"
        ]
      }
    },
    {
      "id": "group-load",
      "element_type": "group",
      "title": "Page Load",
      "color": "#08bdba",
      "position_x": 408,
      "position_y": 116,
      "width": 3896,
      "height": 1196,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "navigate-1",
          "wait-for-page-load-1",
          "wait-for-element-1",
          "wait-for-element-2",
          "wait-for-page-load-2",
          "sleep-1",
          "wait-for-element-3"
        ]
      }
    },
    {
      "id": "group-pagination",
      "element_type": "group",
      "title": "Pagination Loop",
      "color": "#ff832b",
      "position_x": 1488,
      "position_y": 116,
      "width": 1760,
      "height": 976,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "element-exists-1",
          "loop-continue-1",
          "element-exists-2",
          "click-1",
          "loop-continue-2"
        ]
      }
    },
    {
      "id": "group-extract",
      "element_type": "group",
      "title": "Data Extraction",
      "color": "#42be65",
      "position_x": 1848,
      "position_y": 116,
      "width": 680,
      "height": 636,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "structured-export-1",
          "structured-export-2"
        ]
      }
    },
    {
      "id": "note-overview",
      "element_type": "note",
      "title": "Overview",
      "content": "Scrapes Kleinanzeigen.de product detail URLs and exports product URL, title, price, shipping method, location, posting date, seller/company fields, user type, account age, and product type. Navigation uses navigate.urls[] plus loop-continue for multiple detailed input URLs. If a supplied detail URL is expired and redirects to a Kleinanzeigen results page, the template falls back to extracting equivalent listing-card data from that results page and follows the Next pagination link until no further page is available. Some detail-only reputation fields may be blank on listing-card fallback rows.",
      "color": "#f1c21b",
      "position_x": 80,
      "position_y": 20,
      "width": 480,
      "height": 160,
      "z_index": 22,
      "data": {}
    },
    {
      "id": "note-block-navigate-1",
      "element_type": "note",
      "title": "Note: Navigate",
      "content": "Multi-URL loop over 3 pages. Pair with loop-continue at the end of each iteration.",
      "color": "#ee5396",
      "position_x": 680,
      "position_y": 200,
      "width": 328,
      "height": 107,
      "z_index": 22,
      "data": {
        "block_id": "navigate-1"
      }
    },
    {
      "id": "note-block-element-exists-1",
      "element_type": "note",
      "title": "Note: Element Exists",
      "content": "Condition block: checks `#viewad-title, [data-testid=\"ad-title\"], h1[itemprop=\"name\"]`. True / False branches control which path runs next. Keep enough space between branches so both connector lines are visible.",
      "color": "#ee5396",
      "position_x": 1760,
      "position_y": 200,
      "width": 340,
      "height": 150,
      "z_index": 22,
      "data": {
        "block_id": "element-exists-1"
      }
    },
    {
      "id": "note-block-structured-export-1",
      "element_type": "note",
      "title": "Note: Structured Export",
      "content": "Structured export with JS columns (Produkt_url, Produkt_Titel, Preis, Versandsmethode, Standort). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 2120,
      "position_y": 200,
      "width": 340,
      "height": 134,
      "z_index": 22,
      "data": {
        "block_id": "structured-export-1"
      }
    },
    {
      "id": "note-block-loop-continue-1",
      "element_type": "note",
      "title": "Note: Loop Continue",
      "content": "Loop Continue advances a multi-URL or multi-text loop. Place at the end of the loop body with a clear back-edge to the loop start.",
      "color": "#ee5396",
      "position_x": 2480,
      "position_y": 200,
      "width": 340,
      "height": 123,
      "z_index": 22,
      "data": {
        "block_id": "loop-continue-1"
      }
    },
    {
      "id": "note-block-structured-export-2",
      "element_type": "note",
      "title": "Note: Structured Export",
      "content": "Structured export with JS columns (Produkt_url, Produkt_Titel, Preis, Versandsmethode, Standort). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 2480,
      "position_y": 540,
      "width": 340,
      "height": 134,
      "z_index": 22,
      "data": {
        "block_id": "structured-export-2"
      }
    },
    {
      "id": "note-block-element-exists-2",
      "element_type": "note",
      "title": "Note: Element Exists",
      "content": "Condition block: checks `a.pagination-next[href]`. True / False branches control which path runs next. Keep enough space between branches so both connector lines are visible.",
      "color": "#ee5396",
      "position_x": 2840,
      "position_y": 540,
      "width": 340,
      "height": 138,
      "z_index": 22,
      "data": {
        "block_id": "element-exists-2"
      }
    },
    {
      "id": "note-block-click-1",
      "element_type": "note",
      "title": "Note: Click",
      "content": "Pagination click — add waits after this block; the page reloads asynchronously.",
      "color": "#ee5396",
      "position_x": 3200,
      "position_y": 540,
      "width": 316,
      "height": 106,
      "z_index": 22,
      "data": {
        "block_id": "click-1"
      }
    },
    {
      "id": "note-block-loop-continue-2",
      "element_type": "note",
      "title": "Note: Loop Continue",
      "content": "Loop Continue advances a multi-URL or multi-text loop. Place at the end of the loop body with a clear back-edge to the loop start.",
      "color": "#ee5396",
      "position_x": 2840,
      "position_y": 880,
      "width": 340,
      "height": 123,
      "z_index": 22,
      "data": {
        "block_id": "loop-continue-2"
      }
    }
  ]
}