{
  "version": "1.0.0",
  "exported_at": "2026-06-03T04:50:00.000Z",
  "project": {
    "name": "Homes Detached House detail pages Scraper",
    "description": "Best-effort LIFULL HOME'S property detail-page scraper equivalent to the Octoparse template. It loops through input property URLs and exports one row per URL to homes_detached_house_detailpage_scraper.csv. The template extracts Octoparse-style property detail fields from valid HOME'S detail pages and includes a page_status diagnostic column. The supplied sample URLs currently return expired/not-found or HOME'S human-verification pages, so live accessible HOME'S detail URLs are required for full property data.",
    "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.homes.co.jp/kodate/b-17078930002349/",
          "https://www.homes.co.jp/kodate/b-17078930001867/",
          "https://www.homes.co.jp/kodate/b-1351870003048/",
          "https://www.homes.co.jp/kodate/b-1081370004397/",
          "https://www.homes.co.jp/kodate/b-1231700005819/",
          "https://www.homes.co.jp/kodate/b-17054540001517/",
          "https://www.homes.co.jp/kodate/b-17078930002029/",
          "https://www.homes.co.jp/tochi/b-17080550000344/"
        ],
        "color": "bg-[#4589ff]",
        "tags": [
          "input-urls",
          "homes",
          "detail-pages"
        ]
      }
    },
    {
      "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": "sleep-1",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 1200,
      "position_y": 220,
      "config": {
        "duration": 4,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "block_id": "wait-for-element-1",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 1560,
      "position_y": 220,
      "config": {
        "selector": "body",
        "timeout": 30,
        "visible": true,
        "color": "bg-[#08bdba]"
      }
    },
    {
      "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": "homes_detached_house_detailpage_scraper.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "color": "bg-[#42be65]",
        "tags": [
          "property-details",
          "csv-export",
          "js-columns"
        ],
        "columns": [
          {
            "name": "URL",
            "selector": "location.href",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "page_status",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const t=n(document.body?document.body.innerText:'');if(/Let's confirm you are human|confirm you are human|Access Denied|captcha|CAPTCHA|Human Verification/i.test(t))return 'blocked_human_verification';if(/物件が見つかりません|掲載中の物件情報は状況に応じ常に更新されています/.test(t))return 'not_found_or_expired';return 'valid_or_unknown';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "物件タイプ",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['物件種別','物件タイプ','種別'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return ((txt.match(/(新築一戸建て|中古一戸建て|一戸建て|建築条件付き土地)/)||[])[1]||'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "物件名",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['物件名','名称'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return n((document.querySelector('h1')||{}).innerText||document.title).replace(/｜.*$/,'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "画像URL",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const og=document.querySelector('meta[property=\"og:image\"]');if(og&&og.content)return og.content;return [...document.images].map(i=>i.currentSrc||i.src).find(src=>/homes\\.jp\\/.*(sale|image|smallimg|data)/.test(src))||'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "所在地",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['所在地','住所','所在地・交通'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "交通",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['交通','アクセス','沿線・駅','最寄駅'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "販売価格",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['販売価格','価格','価額'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "建物面積",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['建物面積','延床面積'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "土地面積",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['土地面積','敷地面積'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "間取り",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['間取り','間取'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "建物構造",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['建物構造','構造'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "建ぺい率",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['建ぺい率','建蔽率'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "容積率",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['容積率'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "用途地域",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['用途地域'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "販売スケジュール",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['販売スケジュール','販売状況'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "取引態様",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['取引態様'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "販売戸数___総戸数",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const get=L=>{for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return ''};return get(['販売戸数/総戸数','販売戸数・総戸数','販売戸数／総戸数'])||[get(['販売戸数']),get(['総戸数'])].filter(Boolean).join(' / ');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "建築条件",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['建築条件'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "引き渡し可能年月",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['引き渡し可能年月','引渡し','引渡可能年月','入居可能予定日','入居時期'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "道路の幅員_接道状況",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['道路の幅員・接道状況','道路の幅員/接道状況','接道状況','道路幅員','道路'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "都市計画",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['都市計画'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "地目",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['地目'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "土地の権利",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['土地の権利','権利','土地権利'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "主たる設備の概要_現況",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const get=L=>{for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return ''};return [get(['主たる設備の概要','設備','設備・条件']),get(['現況'])].filter(Boolean).join(' / ');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "建築_物件番号",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const get=L=>{for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return ''};return [get(['建築確認番号','建築確認','確認番号']),get(['物件番号','管理番号','広告主の管理番号'])].filter(Boolean).join(' / ');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "備考",
            "selector": "(()=>{const n=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=n(document.body?document.body.innerText:'');if(/物件が見つかりません|Let's confirm you are human|confirm you are human|Access Denied|captcha/i.test(txt))return '';const L=['備考','その他','その他制限事項','PRコメント','コメント'];for(const tr of document.querySelectorAll('tr')){const c=[...tr.children];if(c.length>1&&L.some(l=>n(c[0].innerText).includes(l)))return n(c[1].innerText)}for(const dt of document.querySelectorAll('dt')){if(L.some(l=>n(dt.innerText).includes(l))){let e=dt.nextElementSibling;return n(e&&e.innerText)}}return '';})()",
            "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-[#8d8d8d]",
        "tags": [
          "multi-url-loop"
        ]
      }
    }
  ],
  "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": "sleep-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "sleep-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": "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"
    }
  ],
  "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": 1400,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "navigate-1",
          "wait-for-page-load-1",
          "sleep-1",
          "wait-for-element-1"
        ]
      }
    },
    {
      "id": "group-extract",
      "element_type": "group",
      "title": "Data Extraction",
      "color": "#42be65",
      "position_x": 1848,
      "position_y": 116,
      "width": 380,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "structured-export-1"
        ]
      }
    },
    {
      "id": "group-pagination",
      "element_type": "group",
      "title": "Pagination Loop",
      "color": "#ff832b",
      "position_x": 2208,
      "position_y": 116,
      "width": 380,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "loop-continue-1"
        ]
      }
    },
    {
      "id": "note-overview",
      "element_type": "note",
      "title": "Overview",
      "content": "Best-effort LIFULL HOME'S property detail-page scraper equivalent to the Octoparse template. It loops through input property URLs and exports one row per URL to homes_detached_house_detailpage_scraper.csv. The template extracts Octoparse-style property detail fields from valid HOME'S detail pages and includes a page_status diagnostic column. The supplied sample URLs currently return expired/not-found or HOME'S human-verification pages, so live accessible HOME'S detail URLs are required for full property data.",
      "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 8 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-structured-export-1",
      "element_type": "note",
      "title": "Note: Structured Export",
      "content": "Structured export with JS columns (URL, page_status, 物件タイプ, 物件名, 画像URL). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 2120,
      "position_y": 200,
      "width": 340,
      "height": 125,
      "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"
      }
    }
  ]
}