{
  "name": "Sneaker price drop alerts with Bright Data & n8n",
  "nodes": [
    {
      "id": "c51b6162-0268-43b5-85f7-2d5f72ba761a",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3360,
        -680
      ],
      "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": "4f90e090-01ed-4b7a-83fe-059a4aafdebb",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3360,
        -340
      ],
      "parameters": {
        "width": 1289,
        "height": 2178,
        "content": "# 👟 **Sneaker Price Drop Alert Automation**\n\n> *Track sneaker prices on resale sites and get alerted via email when prices drop below your set budget.*\n\n---\n\n## 🟢 **SECTION 1: Scheduled Price Scraping"
      }
    },
    {
      "id": "332880a6-ee8f-4553-b5a1-4b80c4c8cc2c",
      "name": "Check Price < Threshold1",
      "type": "n8n-nodes-base.if",
      "position": [
        -540,
        100
      ]
    },
    {
      "id": "96151916-77cc-44b8-9bf9-ef8db770aefd",
      "name": "Send Price Drop Email Alert1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -220,
        -60
      ]
    },
    {
      "id": "f2411d03-fbea-4e7c-8833-a5f7699abb02",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -220,
        260
      ]
    },
    {
      "id": "5448a03e-dc95-41e3-8333-c31e2262ea1a",
      "name": "Extract Title & Price",
      "type": "n8n-nodes-base.code",
      "position": [
        -800,
        100
      ]
    },
    {
      "id": "7122595e-8bef-4b02-b19f-8a31786bc1d3",
      "name": "HTML Extractor",
      "type": "n8n-nodes-base.html",
      "position": [
        -1020,
        100
      ]
    },
    {
      "id": "d95db7c4-786c-44f5-893b-9329dfe9ff43",
      "name": "HTTP RequestTrigger Bright Data Scraper",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1240,
        100
      ]
    },
    {
      "id": "a0d899f0-9a4f-4e81-bbf5-8ff05e8151e4",
      "name": "Schedule TriggerRun Price Monitor Everyday",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1460,
        100
      ]
    },
    {
      "id": "b5d711d4-a0fe-49ec-bc38-f3ca5872a53f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -680
      ],
      "parameters": {
        "width": 440,
        "height": 1040,
        "content": "## 🟢 **SECTION 1: Scheduled Price Scraping via Bright Data**\n\n### 🧭 **Nodes Involved**:\n\n1. 🕒 **Schedule Trigger — “Run Price Monitor Everyday”**\n2. 🌐 **HTTP Request — “Bright Data Scraper”**\n\n### 🧠 *"
      }
    },
    {
      "id": "7517433d-d579-44df-a165-966647985bbd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -660
      ],
      "parameters": {
        "width": 400,
        "height": 1020,
        "content": "## 🟡 **SECTION 2: Extract Sneaker Info from HTML**\n\n### 🧱 **Nodes Involved**:\n\n3. 🧾 **HTML Extractor — “extractHtmlContent”**\n4. 📦 **Function — “Extract Title & Price”**\n\n### 🧠 **What This Section Doe"
      }
    },
    {
      "id": "226d36ab-ef43-4bc0-a932-4187b3399311",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        -740
      ],
      "parameters": {
        "width": 540,
        "height": 1140,
        "content": "## 🔴 **SECTION 3: Check for Deals & Send Alerts**\n\n### 📤 **Nodes Involved**:\n\n5. ⚖️ **IF Node — “Check Price < Threshold”**\n6. 📧 **Gmail Node — “Send Price Drop Email Alert”**\n7. ⛔ **No Operation — “D"
      }
    },
    {
      "id": "612031dd-780a-4091-914f-38e903f1902b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -740
      ],
      "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 Extractor": {
      "main": [
        [
          {
            "node": "Extract Title & Price",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Title & Price": {
      "main": [
        [
          {
            "node": "Check Price < Threshold1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Price < Threshold1": {
      "main": [
        [
          {
            "node": "Send Price Drop Email Alert1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP RequestTrigger Bright Data Scraper": {
      "main": [
        [
          {
            "node": "HTML Extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule TriggerRun Price Monitor Everyday": {
      "main": [
        [
          {
            "node": "HTTP RequestTrigger Bright Data Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}