{
  "name": "Automated property market reports with Bright Data & n8n",
  "nodes": [
    {
      "id": "8891d7b5-79a7-4270-9bf2-374928f36c2a",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2160,
        260
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "edafc05e-31ee-4451-b0cf-89f83db0cbca",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2160,
        600
      ],
      "parameters": {
        "width": 1289,
        "height": 2218,
        "content": "# 📊 **Commercial Real Estate Weekly Report Automation**\n\nThis automation helps you **scrape commercial property listings** (like office and retail spaces) from top websites using **Bright Data**, and "
      }
    },
    {
      "id": "f1c420c9-ad46-48a5-83cf-f43a6377241c",
      "name": "Weekly Market Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -400,
        1660
      ]
    },
    {
      "id": "a8acbc10-66cf-4568-b81d-4fce0ec576e7",
      "name": "Fetch Listings via Bright Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -180,
        1660
      ]
    },
    {
      "id": "800989c9-af12-4c5f-b7a4-4a2ea290110f",
      "name": "Extract Listing Details (HTML)",
      "type": "n8n-nodes-base.html",
      "position": [
        120,
        1660
      ]
    },
    {
      "id": "54724fca-c18d-44df-a0e7-f267ddd09d73",
      "name": "Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        340,
        1660
      ]
    },
    {
      "id": "3d8af14f-3cb5-4f4f-aa71-be521322c113",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -440,
        720
      ],
      "parameters": {
        "width": 420,
        "height": 1120,
        "content": "## 🔹 **SECTION 1: 🔁 Automate + Scrape Listings**\n\n### 🧩 1. 📆 Weekly Market Trigger\n\n**Node Name:** `Weekly Market Trigger`\n**What it does:**\nThis node automatically starts the workflow every week (e.g"
      }
    },
    {
      "id": "2fd2d9bb-ec9c-48c7-a745-bd5b653e76b5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        700
      ],
      "parameters": {
        "width": 420,
        "height": 1140,
        "content": "## 🔸 **SECTION 2: 🧱 Extract + Save Listings**\n\n### 🧩 3. 🧱 Extract Listing Details (HTML)\n\n**Node Name:** `Extract Listing Details (HTML)`\n**What it does:**\nIt scans the HTML content from the Bright Da"
      }
    },
    {
      "id": "82aa81aa-39af-410e-9434-ee6189aabc7b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        700
      ],
      "parameters": {
        "width": 380,
        "height": 240,
        "content": "## I’ll receive a tiny commission if you join Bright Data through this link—thanks for fueling more free content!\n\n### https://get.brightdata.com/1tndi4600b25"
      }
    }
  ],
  "connections": {
    "Weekly Market Trigger": {
      "main": [
        [
          {
            "node": "Fetch Listings via Bright Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Listing Details (HTML)": {
      "main": [
        [
          {
            "node": "Save to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Listings via Bright Data": {
      "main": [
        [
          {
            "node": "Extract Listing Details (HTML)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}