{
  "version": "1.0.0",
  "exported_at": "2026-06-03T13:50:00.000Z",
  "project": {
    "name": "BIZREACH Job Listings Scraper",
    "description": "Extracts BIZREACH job detail data from multiple supplied job URLs, matching the Octoparse preview fields: title, salary, channel, role, job category, industry, location, description, requirements, remote work, smoking policy, update date, job number, URL, and scrape timestamp. Navigation uses a multi-URL loop with loop-continue and appends all detail pages into one CSV. BIZREACH detail pages are member-gated; if run while logged out, protected fields output LOGIN_REQUIRED instead of blanks. Run from a browser profile already logged in to BIZREACH for full job data.",
    "color": "bg-[#4589ff]",
    "template_id": "ai-generated"
  },
  "blocks": [
    {
      "block_id": "navigate-1",
      "block_type": "process",
      "title": "Navigate",
      "description": "Go to a URL",
      "position_x": 120,
      "position_y": 240,
      "config": {
        "urls": [
          "https://www.bizreach.jp/job/view/5766327/?ref=job_search",
          "https://www.bizreach.jp/job/view/5766338/?ref=job_search",
          "https://www.bizreach.jp/job/view/5766427/?ref=job_search",
          "https://www.bizreach.jp/job/view/5766430/?ref=job_search",
          "https://www.bizreach.jp/job/view/5766431/?ref=job_search"
        ],
        "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": 480,
      "position_y": 240,
      "config": {
        "timeout": 30
      }
    },
    {
      "block_id": "wait-for-element-1",
      "block_type": "process",
      "title": "Wait for Element",
      "description": "Wait until element appears",
      "position_x": 840,
      "position_y": 240,
      "config": {
        "selector": "body",
        "timeout": 30,
        "visible": true
      }
    },
    {
      "block_id": "structured-export-1",
      "block_type": "process",
      "title": "Structured Export",
      "description": "Export data with custom columns",
      "position_x": 1200,
      "position_y": 240,
      "config": {
        "rowSelector": "body",
        "fileName": "bizreach-job-listings-scraper.csv",
        "saveLocation": "C:\\Users\\theskd\\Documents\\UScraper\\templates",
        "includeHeaders": true,
        "fileMode": "append",
        "columns": [
          {
            "name": "タイトル",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const txt=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(txt);const bad=['求人情報','ハイクラス転職サイトビズリーチとは？','選ばれた人だけのハイクラス転職サイト【ビズリーチ】'];const d=[...document.querySelectorAll('h1,h2,.job-title,[class*=jobTitle],[class*=JobTitle],[class*=title]')].map(e=>c(e.innerText||e.textContent)).find(t=>t&&!bad.includes(t)&&!t.includes('会員登録')&&!t.includes('ビズリーチとは'));if(d)return d;if(locked)return 'LOGIN_REQUIRED';const lines=txt.split(/\\n+/).map(c).filter(Boolean);const i=lines.findIndex(l=>/^年収[：:]/.test(l)||l==='年収');return i>0?lines[i-1]:'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "年収",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('年収',['採用チャネル','部署・役職名','職種','業種','勤務地','仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "採用チャネル",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('採用チャネル',['部署・役職名','職種','業種','勤務地','仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "部署・役職名",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('部署・役職名',['職種','業種','勤務地','仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "職種",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('職種',['業種','勤務地','仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "業種",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('業種',['勤務地','仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "勤務地",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('勤務地',['仕事内容','応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "仕事内容",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('仕事内容',['応募資格','リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "応募資格",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('応募資格',['リモートワーク','受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "リモートワーク",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('リモートワーク',['受動喫煙対策','更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "受動喫煙対策",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('受動喫煙対策',['更新日','求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "更新日",
            "selector": "(()=>{const c=s=>(s||'').replace(/\\u00a0/g,' ').replace(/\\s+/g,' ').trim();const raw=document.body.innerText||'';const locked=/転職・求人情報の詳細をご覧になる場合は|新規会員登録/.test(raw);const txt=c(raw);const val=(l,n)=>{let pos=-1,pat='';for(const p of [l+'：',l+':',l]){const i=txt.indexOf(p);if(i>=0&&(pos<0||i<pos)){pos=i;pat=p;}}if(pos<0)return '';let s=pos+pat.length,e=txt.length;for(const x of n){for(const p of [x+'：',x+':',x]){const i=txt.indexOf(p,s);if(i>s&&i<e)e=i;}}return c(txt.slice(s,e));};return val('更新日',['求人番号'])||(locked?'LOGIN_REQUIRED':'');})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "求人番号",
            "selector": "(()=>{const m=location.href.match(/\\/job\\/view\\/(\\d+)/);return m?m[1]:'';})()",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "URL",
            "selector": "window.location.href",
            "attribute": "text",
            "isJs": true
          },
          {
            "name": "スクレイピング時刻",
            "selector": "new Date().toISOString()",
            "attribute": "text",
            "isJs": true
          }
        ]
      }
    },
    {
      "block_id": "sleep-1",
      "block_type": "process",
      "title": "Sleep",
      "description": "Wait for specified time",
      "position_x": 1560,
      "position_y": 240,
      "config": {
        "duration": 1
      }
    },
    {
      "block_id": "loop-continue-1",
      "block_type": "process",
      "title": "Loop Continue",
      "description": "Continue multi-input loop",
      "position_x": 1920,
      "position_y": 240,
      "config": {}
    }
  ],
  "connections": [
    {
      "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": "structured-export-1",
      "to_connector_id": "left"
    },
    {
      "from_block_id": "structured-export-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": "loop-continue-1",
      "to_connector_id": "left"
    }
  ],
  "canvas_elements": [
    {
      "id": "group-load",
      "element_type": "group",
      "title": "Page Load",
      "color": "#08bdba",
      "position_x": 48,
      "position_y": 136,
      "width": 1760,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "navigate-1",
          "wait-for-page-load-1",
          "wait-for-element-1",
          "sleep-1"
        ]
      }
    },
    {
      "id": "group-extract",
      "element_type": "group",
      "title": "Data Extraction",
      "color": "#42be65",
      "position_x": 1128,
      "position_y": 136,
      "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": 1848,
      "position_y": 136,
      "width": 380,
      "height": 296,
      "z_index": 20,
      "data": {
        "memberBlockIds": [
          "loop-continue-1"
        ]
      }
    },
    {
      "id": "note-overview",
      "element_type": "note",
      "title": "Overview",
      "content": "Extracts BIZREACH job detail data from multiple supplied job URLs, matching the Octoparse preview fields: title, salary, channel, role, job category, industry, location, description, requirements, remote work, smoking policy, update date, job number, URL, and scrape timestamp. Navigation uses a multi-URL loop with loop-continue and appends all detail pages into one CSV. BIZREACH detail pages are member-gated; if run while logged out, protected fields output LOGIN_REQUIRED instead of blanks. Run from a browser profile already logged in to BIZREACH for full job 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 5 pages. Pair with loop-continue at the end of each iteration.",
      "color": "#ee5396",
      "position_x": 320,
      "position_y": 220,
      "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 (タイトル, 年収, 採用チャネル, 部署・役職名, 職種). These selectors are fragile — update if the site layout changes.",
      "color": "#ee5396",
      "position_x": 1400,
      "position_y": 220,
      "width": 340,
      "height": 123,
      "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": 2120,
      "position_y": 220,
      "width": 340,
      "height": 123,
      "z_index": 22,
      "data": {
        "block_id": "loop-continue-1"
      }
    }
  ]
}