{
  "name": "Automated weather reports with Bright Data & n8n",
  "nodes": [
    {
      "id": "d143f06d-3ea0-4feb-9157-62bc3d28b2aa",
      "name": "Start Workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -460,
        1720
      ]
    },
    {
      "id": "579b56bf-35e6-4114-947c-9e62814a2bff",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2180,
        1020
      ],
      "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": "bd02001c-f390-4138-8013-d43f89802ab5",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2180,
        1360
      ],
      "parameters": {
        "width": 1289,
        "height": 1718,
        "content": "## 🌦️ **Weather Data Scraper Automation**\n\nThis n8n automation helps you **scrape weather data from a website**, extract useful info, and **log it directly to a Google Sheet** — great for personal das"
      }
    },
    {
      "id": "d22f87aa-4365-44f1-aab9-6e764af748f9",
      "name": "RequestFetch Weather via Bright data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -240,
        1720
      ]
    },
    {
      "id": "f28bf59a-1671-43af-9a98-0ce8cc9ca1e4",
      "name": "Extract Weather Info",
      "type": "n8n-nodes-base.html",
      "position": [
        20,
        1720
      ]
    },
    {
      "id": "76410c0c-560c-48c2-87cd-68114b5de9ad",
      "name": "Log to Weather Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        240,
        1720
      ]
    },
    {
      "id": "fe209422-9127-407b-8ac8-bff7951c18ca",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        1040
      ],
      "parameters": {
        "width": 420,
        "height": 900,
        "content": "### 🟢 **SECTION 1: Start & Fetch Weather via Bright Data**\n\n| ⚡ Start Workflow                                          | 🌐 Request Weather                                     |\n| --------------------"
      }
    },
    {
      "id": "23e7ddee-8409-4633-a7de-e29ea9face06",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        1020
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "### 🟠 **SECTION 2: Extract & Process Weather Info**\n\n| 🧠 Extract HTML                                         | 📋 Log to Sheet                                             |\n| -------------------------"
      }
    },
    {
      "id": "aabc6470-727f-4d60-b390-44b52114821a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        1020
      ],
      "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": {
    "Start Workflow": {
      "main": [
        [
          {
            "node": "RequestFetch Weather via Bright data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Weather Info": {
      "main": [
        [
          {
            "node": "Log to Weather Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RequestFetch Weather via Bright data": {
      "main": [
        [
          {
            "node": "Extract Weather Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}