{
  "name": "Find the cheapest flights automatically with Bright Data & n8n",
  "nodes": [
    {
      "id": "6da8e17f-3448-4195-b812-43564470d376",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -480,
        2340
      ]
    },
    {
      "id": "6e92c67b-3e06-4de8-ac8f-f09d33bc6115",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2460,
        500
      ],
      "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": "ffb0ba94-e697-409d-9190-1e6f8656c775",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2460,
        840
      ],
      "parameters": {
        "width": 1289,
        "height": 2458,
        "content": "# 🧳 ✈️ **Flight Price Scraper from Skiplagged using Bright Data**\n\nThis automation helps you extract **cheap flight prices** from [Skiplagged.com](https://skiplagged.com) using **Bright Data** and aut"
      }
    },
    {
      "id": "3e3a26e0-eeed-4a0f-85bb-ac49e438eb43",
      "name": "HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        20,
        2340
      ]
    },
    {
      "id": "4213760f-1d00-4d4c-b918-5b46728c78e8",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        240,
        2340
      ]
    },
    {
      "id": "c1bda948-e9f0-4539-ba18-fa37ac431d91",
      "name": "Fetch flight details from skiplegged via bright data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -260,
        2340
      ]
    },
    {
      "id": "6f4009d4-bd47-4bda-a4b1-cd6bdfa59821",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        1340
      ],
      "parameters": {
        "width": 400,
        "height": 1200,
        "content": "## 🔹 **SECTION 1: Getting the Flight Prices**\n\n*Combining: Manual Trigger + HTTP Request (Bright Data)*\n\n### 🌩️ 1. **Manual Trigger**\n\n* **🧠 What it does**: Starts the workflow when you click **Execut"
      }
    },
    {
      "id": "15115b20-c08a-4953-be0b-8e7a7f2a4030",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        1080
      ],
      "parameters": {
        "width": 400,
        "height": 1460,
        "content": "## 🔹 **SECTION 2: Extracting & Storing Flight Prices**\n\n*Combining: HTML Node + Google Sheets*\n\n### 🖥️ 3. **HTML Extract (extractHtmlContent)**\n\n* **🔧 Node Type**: `HTML Extract`\n\n* **🎯 Goal**: Pull o"
      }
    },
    {
      "id": "b151fc17-d628-4e38-a5e7-91b2555b8e1f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        1080
      ],
      "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": {
    "HTML": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Fetch flight details from skiplegged via bright data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch flight details from skiplegged via bright data": {
      "main": [
        [
          {
            "node": "HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}