{
  "version": "1.0.0",
  "exported_at": "2026-06-02T06:45:00.000Z",
  "project": {
    "name": "Tripadvisor Review Scraper for Germany",
    "description": "Best-effort Tripadvisor.de hotel review scraper equivalent to the Octoparse template. Extracts hotel metadata and review-level fields from German Tripadvisor hotel URLs: hotel name, overall rating, review count, ranking, address, phone, reviewer name, review date/location, personal rating, review title/body, and stay date. Uses multi-URL navigation and click-next pagination with append mode. The attached analysis and autonomous tests show Tripadvisor serving HTTP 403 DataDome CAPTCHA. This template detects CAPTCHA, pauses/reloads once, and if CAPTCHA remains writes a diagnostic blocked_url row to the same CSV before continuing. It cannot bypass anti-bot challenges; actual review extraction requires an accessible/trusted browser session.",
    "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": 456,
      "position_y": 220,
      "config": {
        "urls": [
          "https://www.tripadvisor.de/Hotel_Review-g187323-d191438-Reviews-Hilton_Berlin-Berlin.html",
          "https://www.tripadvisor.de/Hotel_Review-g187323-d589462-Reviews-or0-Melia_Berlin-Berlin.html"
        ],
        "color": "bg-[#4589ff]"
      }
    },
    {
      "block_id": "wait-for-page-load-1",
      "block_type": "process",
      "title": "Wait for Page Load",
      "description": "Wait for page to finish loading",
      "position_x": 792,
      "position_y": 220,
      "config": {
        "timeout": 45,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "inject-javascript-1",
      "block_type": "process",
      "title": "Inject JavaScript",
      "description": "Execute custom JavaScript code",
      "position_x": 1128,
      "position_y": 220,
      "config": {
        "jsCode": "(() => { const candidates = Array.from(document.querySelectorAll('button, [role=\"button\"], input[type=\"button\"], input[type=\"submit\"]')); const btn = candidates.find(el => /^(Akzeptieren|Alle akzeptieren|Accept|Accept all|OK|Einverstanden|Zustimmen)$/i.test((el.innerText || el.value || el.getAttribute('aria-label') || '').trim())); if (btn) btn.click(); return !!btn; })();",
        "waitForCompletion": true,
        "timeout": 10,
        "color": "bg-[#a56eff]"
      }
    },
    {
      "block_id": "sleep-1",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 1464,
      "position_y": 220,
      "config": {
        "duration": 2,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "element-exists-1",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 1800,
      "position_y": 220,
      "config": {
        "selector": "iframe[title*=\"DataDome\"], iframe[src*=\"captcha-delivery\"], script[src*=\"captcha-delivery\"], iframe[src*=\"captcha\"]",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "sleep-3",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 2136,
      "position_y": 520,
      "config": {
        "duration": 45,
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "refresh-1",
      "block_type": "process",
      "title": "Refresh",
      "description": "Refresh current page",
      "position_x": 2472,
      "position_y": 520,
      "config": {
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "wait-for-page-load-3",
      "block_type": "process",
      "title": "Wait for Page Load",
      "description": "Wait for page to finish loading",
      "position_x": 2808,
      "position_y": 520,
      "config": {
        "timeout": 60,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "element-exists-3",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 3144,
      "position_y": 520,
      "config": {
        "selector": "iframe[title*=\"DataDome\"], iframe[src*=\"captcha-delivery\"], script[src*=\"captcha-delivery\"], iframe[src*=\"captcha\"]",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "wait-for-element-1",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 3144,
      "position_y": 520,
      "config": {
        "selector": "[data-test-target=\"HR_CC_CARD\"], [data-reviewid], div.review-container, div[data-automation=\"reviewCard\"], div[class*=\"ReviewCard\"], div[class*=\"review-card\"]",
        "timeout": 60,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "structured-export-1",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 2304,
      "position_y": 800,
      "config": {
        "rowSelector": "[data-test-target=\"HR_CC_CARD\"], [data-reviewid], div.review-container, div[data-automation=\"reviewCard\"], div[class*=\"ReviewCard\"], div[class*=\"review-card\"]",
        "fileName": "tripadvisor-review-scraper-for-germany.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "color": "bg-[#42be65]",
        "columns": [
          {
            "name": "Status",
            "selector": "'OK'",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Input_url",
            "selector": "location.href",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_des_Hotels",
            "selector": "(function(){return document.querySelector('h1[data-test-target=\"top-info-header\"], h1#HEADING, h1')?.innerText?.trim()||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Kundenbewertung",
            "selector": "(function(){const el=document.querySelector('[data-test-target=\"overall-rating\"], [data-test-target=\"review-rating\"], span.ui_bubble_rating, svg[aria-label*=\"von fünf\"], svg[aria-label*=\"of 5\"]'); if(!el)return ''; const t=el.getAttribute('aria-label')||el.getAttribute('title')||el.innerText||String(el.className||''); const m=String(t).match(/bubble_(\\d+)/); if(m)return (Number(m[1])/10).toFixed(1).replace('.',',')+' von fünf Punkten'; return String(t).trim();})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Anzahl_der_Bewertungen",
            "selector": "(function(){const txt=document.body.innerText||''; const m=txt.match(/([0-9\\.]+)\\s+Bewertungen/i)||txt.match(/([0-9,\\.]+)\\s+reviews/i); return m?m[1]+' Bewertungen':'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Ranking",
            "selector": "(function(){const txt=document.body.innerText||''; const m=txt.match(/Nr\\.\\s*\\d+\\s+von\\s+\\d+\\s+Hotels\\s+in[^\\n]+/i)||txt.match(/#\\s*\\d+\\s+of\\s+\\d+\\s+hotels\\s+in[^\\n]+/i); return m?m[0].trim():'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Adresse",
            "selector": "(function(){const el=document.querySelector('[data-test-target=\"hotel-detail-address\"], [data-test-target=\"address\"], a[href*=\"maps\"], span[class*=\"address\"]'); if(el&&el.innerText.trim())return el.innerText.trim(); const txt=document.body.innerText||''; const m=txt.match(/[A-ZÄÖÜa-zäöüß0-9 .\\-]+\\s+\\d+[a-zA-Z]?,\\s*\\d{5}\\s+[^\\n]+Deutschland/i); return m?m[0].trim():'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Telefonnummer",
            "selector": "(function(){const tel=document.querySelector('a[href^=\"tel:\"]'); if(tel)return (tel.innerText||tel.getAttribute('href').replace('tel:','')).trim(); const txt=document.body.innerText||''; const m=txt.match(/(?:\\+49|0)[0-9\\s\\-\\/()]{6,}/); return m?m[0].trim():'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_des_Kundes",
            "selector": "(function(){const el=ROW.querySelector('[data-test-target=\"review-card-user-name\"], [data-automation=\"reviewer-name\"], a.ui_header_link, .info_text .username, [class*=\"username\"]'); return el?.innerText?.trim()||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Bewertungszeit",
            "selector": "(function(){const el=ROW.querySelector('[data-test-target=\"review-date\"], .ratingDate, [class*=\"ratingDate\"], time'); if(!el)return ''; return (el.getAttribute('title')||el.getAttribute('datetime')||el.innerText||'').replace(/^Bewertet\\s*/i,'').trim();})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Bewertungsort",
            "selector": "(function(){const el=ROW.querySelector('[data-test-target=\"reviewer-info\"], [data-test-target=\"reviewer-profile\"], .userLoc, .member_info, [class*=\"userLoc\"]'); return el?.innerText?.replace(/\\s+/g,' ')?.trim()||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Personale_Sternebewertung",
            "selector": "(function(){const el=ROW.querySelector('span.ui_bubble_rating, [data-test-target=\"review-rating\"], svg[aria-label*=\"von fünf\"], svg[aria-label*=\"of 5\"]'); if(!el)return ''; const t=el.getAttribute('aria-label')||el.getAttribute('title')||el.innerText||String(el.className||''); const m=String(t).match(/bubble_(\\d+)/); if(m)return (Number(m[1])/10).toFixed(1).replace('.',',')+' von fünf Punkten'; return String(t).trim();})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Titel_der_Bewertung",
            "selector": "(function(){const el=ROW.querySelector('[data-test-target=\"review-title\"], a[data-test-target=\"review-title\"], .quote, [class*=\"review-title\"]'); return el?.innerText?.replace(/\\s+/g,' ')?.trim()||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Inhalt_der_Bewertung",
            "selector": "(function(){const el=ROW.querySelector('[data-test-target=\"review-text\"], [data-test-target=\"expand-review\"], q, .partial_entry, [class*=\"reviewText\"]'); return el?.innerText?.replace(/\\s+/g,' ')?.trim()||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Aufenthaltsdatum",
            "selector": "(function(){const txt=ROW.innerText||''; const m=txt.match(/(?:Aufenthaltsdatum|Aufenthalt|Date of stay)[:\\s]+([^\\n]+)/i); return m?m[1].trim():'';})()",
            "attribute": "text",
            "isJs": true
          }
        ]
      }
    },
    {
      "block_id": "structured-export-2",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 3480,
      "position_y": 520,
      "config": {
        "rowSelector": "body",
        "fileName": "tripadvisor-review-scraper-for-germany.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "color": "bg-[#da1e28]",
        "columns": [
          {
            "name": "Status",
            "selector": "'BLOCKED_BY_CAPTCHA'",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Input_url",
            "selector": "location.href",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_des_Hotels",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Kundenbewertung",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Anzahl_der_Bewertungen",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Ranking",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Adresse",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Telefonnummer",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Name_des_Kundes",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Bewertungszeit",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Bewertungsort",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Personale_Sternebewertung",
            "selector": "''",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Titel_der_Bewertung",
            "selector": "'Tripadvisor page blocked by DataDome CAPTCHA'",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Inhalt_der_Bewertung",
            "selector": "'No review data could be extracted because Tripadvisor served a CAPTCHA/403 anti-bot challenge for this URL.'",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "Aufenthaltsdatum",
            "selector": "''",
            "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": 800,
      "config": {
        "selector": "a[aria-label=\"Nächste Seite\"]:not([aria-disabled=\"true\"]), a[aria-label=\"Next page\"]:not([aria-disabled=\"true\"]), a.nav.next:not(.disabled), a.ui_button.nav.next.primary:not(.disabled), a[data-smoke-attr=\"pagination-next-arrow\"]:not([aria-disabled=\"true\"])",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "loop-continue-1",
      "block_type": "process",
      "title": "Loop Continue",
      "description": "Continue multi-input loop",
      "position_x": 3816,
      "position_y": 520,
      "config": {
        "color": "bg-[#8d8d8d]"
      }
    },
    {
      "block_id": "click-1",
      "block_type": "process",
      "title": "Click",
      "description": "Click on element",
      "position_x": 2976,
      "position_y": 800,
      "config": {
        "selector": "a[aria-label=\"Nächste Seite\"]:not([aria-disabled=\"true\"]), a[aria-label=\"Next page\"]:not([aria-disabled=\"true\"]), a.nav.next:not(.disabled), a.ui_button.nav.next.primary:not(.disabled), a[data-smoke-attr=\"pagination-next-arrow\"]:not([aria-disabled=\"true\"])",
        "timeout": 20,
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "wait-for-page-load-2",
      "block_type": "process",
      "title": "Wait for Page Load",
      "description": "Wait for page to finish loading",
      "position_x": 3312,
      "position_y": 800,
      "config": {
        "timeout": 45,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "sleep-2",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 3648,
      "position_y": 800,
      "config": {
        "duration": 3,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "element-exists-4",
      "block_type": "process",
      "title": "Element Exists",
      "description": "Check if element exists",
      "position_x": 3984,
      "position_y": 800,
      "config": {
        "selector": "iframe[title*=\"DataDome\"], iframe[src*=\"captcha-delivery\"], script[src*=\"captcha-delivery\"], iframe[src*=\"captcha\"]",
        "color": "bg-[#ff832b]"
      }
    },
    {
      "block_id": "wait-for-element-2",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 4320,
      "position_y": 800,
      "config": {
        "selector": "[data-test-target=\"HR_CC_CARD\"], [data-reviewid], div.review-container, div[data-automation=\"reviewCard\"], div[class*=\"ReviewCard\"], div[class*=\"review-card\"]",
        "timeout": 60,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    }
  ],
  "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": "inject-javascript-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "inject-javascript-1",
      "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": "element-exists-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1",
      "from_connector_id": "true",
      "to_block_id": "sleep-3",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-1",
      "from_connector_id": "false",
      "to_block_id": "wait-for-element-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-3",
      "from_connector_id": "right",
      "to_block_id": "refresh-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "refresh-1",
      "from_connector_id": "right",
      "to_block_id": "wait-for-page-load-3",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-page-load-3",
      "from_connector_id": "right",
      "to_block_id": "element-exists-3",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-3",
      "from_connector_id": "true",
      "to_block_id": "structured-export-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-3",
      "from_connector_id": "false",
      "to_block_id": "wait-for-element-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-2",
      "from_connector_id": "right",
      "to_block_id": "loop-continue-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "wait-for-element-1",
      "from_connector_id": "right",
      "to_block_id": "structured-export-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-1",
      "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": "element-exists-2",
      "from_connector_id": "false",
      "to_block_id": "loop-continue-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-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-2",
      "from_connector_id": "right",
      "to_block_id": "element-exists-4",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-4",
      "from_connector_id": "true",
      "to_block_id": "structured-export-2",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "element-exists-4",
      "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-1",
      "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": 384,
      "position_y": 116,
      "width": 4184,
      "height": 876,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "navigate-1",
          "wait-for-page-load-1",
          "sleep-1",
          "sleep-3",
          "refresh-1",
          "wait-for-page-load-3",
          "wait-for-element-1",
          "wait-for-page-load-2",
          "sleep-2",
          "wait-for-element-2"
        ]
      }
    },
    {
      "id": "group-interaction",
      "element_type": "group",
      "title": "Interaction",
      "color": "#a56eff",
      "position_x": 1056,
      "position_y": 116,
      "width": 380,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "inject-javascript-1"
        ]
      }
    },
    {
      "id": "group-pagination",
      "element_type": "group",
      "title": "Pagination Loop",
      "color": "#ff832b",
      "position_x": 1728,
      "position_y": 116,
      "width": 2504,
      "height": 876,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "element-exists-1",
          "element-exists-3",
          "element-exists-2",
          "loop-continue-1",
          "click-1",
          "element-exists-4"
        ]
      }
    },
    {
      "id": "group-extract",
      "element_type": "group",
      "title": "Data Extraction",
      "color": "#42be65",
      "position_x": 2232,
      "position_y": 416,
      "width": 1496,
      "height": 576,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "structured-export-1",
          "structured-export-2"
        ]
      }
    },
    {
      "id": "note-overview",
      "element_type": "note",
      "title": "Overview",
      "content": "Best-effort Tripadvisor.de hotel review scraper equivalent to the Octoparse template. Extracts hotel metadata and review-level fields from German Tripadvisor hotel URLs: hotel name, overall rating, review count, ranking, address, phone, reviewer name, review date/location, personal rating, review title/body, and stay date. Uses multi-URL navigation and click-next pagination with append mode. The attached analysis and autonomous tests show Tripadvisor serving HTTP 403 DataDome CAPTCHA. This template detects CAPTCHA, pauses/reloads once, and if CAPTCHA remains writes a diagnostic blocked_url row to the same CSV before continuing. It cannot bypass anti-bot challenges; actual review extraction requires an accessible/trusted browser session.",
      "color": "#f1c21b",
      "position_x": 80,
      "position_y": 20,
      "width": 480,
      "height": 160,
      "z_index": 22,
      "data": {}
    },
    {
      "id": "note-block-inject-javascript-1",
      "element_type": "note",
      "title": "Note: Inject JavaScript",
      "content": "Runs custom JavaScript in the page: `(() => { const candidates = Array.from(document.querySelectorAll('button, [role=\"button\"], input[typ...` Verify in browser if results are empty.",
      "color": "#ee5396",
      "position_x": 1328,
      "position_y": 200,
      "width": 340,
      "height": 140,
      "z_index": 22,
      "data": {
        "block_id": "inject-javascript-1"
      }
    },
    {
      "id": "note-block-element-exists-1",
      "element_type": "note",
      "title": "Note: Element Exists",
      "content": "Condition block: checks `iframe[title*=\"DataDome\"], iframe[src*=\"captcha-delivery\"], script[src*=\"captcha-delivery\"], iframe[src*=\"captcha\"]`. True / False branches control which path runs next. Keep enough space between branches so both connector lines are visible.",
      "color": "#ee5396",
      "position_x": 2000,
      "position_y": 200,
      "width": 340,
      "height": 168,
      "z_index": 22,
      "data": {
        "block_id": "element-exists-1"
      }
    },
    {
      "id": "note-block-element-exists-3",
      "element_type": "note",
      "title": "Note: Element Exists",
      "content": "Condition block: checks `iframe[title*=\"DataDome\"], iframe[src*=\"captcha-delivery\"], script[src*=\"captcha-delivery\"], iframe[src*=\"captcha\"]`. True / False branches control which path runs next. Keep enough space between branches so both connector lines are visible.",
      "color": "#ee5396",
      "position_x": 3344,
      "position_y": 500,
      "width": 340,
      "height": 168,
      "z_index": 22,
      "data": {
        "block_id": "element-exists-3"
      }
    },
    {
      "id": "note-block-structured-export-1",
      "element_type": "note",
      "title": "Note: Structured Export",
      "content": "Structured export with JS columns (Status, Input_url, Name_des_Hotels, Kundenbewertung, Anzahl_der_Bewertungen). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 2504,
      "position_y": 780,
      "width": 340,
      "height": 139,
      "z_index": 22,
      "data": {
        "block_id": "structured-export-1"
      }
    },
    {
      "id": "note-block-structured-export-2",
      "element_type": "note",
      "title": "Note: Structured Export",
      "content": "Structured export with JS columns (Status, Input_url, Name_des_Hotels, Kundenbewertung, Anzahl_der_Bewertungen). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 3680,
      "position_y": 500,
      "width": 340,
      "height": 139,
      "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[aria-label=\"Nächste Seite\"]:not([aria-disabled=\"true\"]), a[aria-label=\"Next page\"]:not([aria-disabled=\"true\"]), a.nav.`. 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": 780,
      "width": 340,
      "height": 170,
      "z_index": 22,
      "data": {
        "block_id": "element-exists-2"
      }
    },
    {
      "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": 4016,
      "position_y": 500,
      "width": 340,
      "height": 123,
      "z_index": 22,
      "data": {
        "block_id": "loop-continue-1"
      }
    },
    {
      "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": 3176,
      "position_y": 780,
      "width": 316,
      "height": 106,
      "z_index": 22,
      "data": {
        "block_id": "click-1"
      }
    }
  ]
}