{
  "name": "Find the best food deals automatically with Bright Data & n8n",
  "nodes": [
    {
      "id": "6c651293-5535-424b-ab9a-562326fcb0a5",
      "name": "Trigger Workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -400,
        680
      ]
    },
    {
      "id": "44ef6d02-59e1-4e00-adde-c0d0965d96e0",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2040,
        40
      ],
      "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": "6cb1eda2-5e6a-41f4-bb21-c9289c9e470f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2040,
        380
      ],
      "parameters": {
        "width": 1289,
        "height": 2758,
        "content": "# 🚀 **Pizza Deal Finder Automation – Breakdown**\n\nThis workflow automatically **scrapes Uber Eats for pizza deals**, **extracts the names and discounts**, and **emails the best offers** to you — all w"
      }
    },
    {
      "id": "acfcd516-583b-49d9-a5ca-d610761e8ef4",
      "name": "Fetch Uber Eats Search Page (Bright Data)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -140,
        680
      ]
    },
    {
      "id": "0cea9a9b-5ccc-4ca9-8a2c-ab453206c88d",
      "name": "Extract Names & Deals",
      "type": "n8n-nodes-base.html",
      "position": [
        160,
        680
      ]
    },
    {
      "id": "802b5bac-0327-4fe3-8cbb-125af2912e06",
      "name": "Send Pizza Deals via Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        680
      ]
    },
    {
      "id": "6bb11eed-0b93-460e-be4a-bcce086fc5a5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -440,
        -160
      ],
      "parameters": {
        "width": 460,
        "height": 1060,
        "content": "## 🟢 **SECTION 1: 🔁 Trigger & 🌍 Fetch Pizza Deals Page**\n\n### 🔹 Nodes Included:\n\n1. ⚡ **Trigger Workflow**\n2. 🌐 **Fetch Uber Eats Search Page (Bright Data)**\n\n---\n\n### 🔧 What Happens Here:\n\n* **⚡ Trig"
      }
    },
    {
      "id": "b02aa18f-809e-4aec-9969-b1a30546a936",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        -320
      ],
      "parameters": {
        "width": 300,
        "height": 1220,
        "content": "## 🟡 **SECTION 2: 🧹 Extract Pizza Names & Deals**\n\n### 🔹 Node Included:\n\n* 🧩 **Extract Names & Deals**\n\n---\n\n### 🔧 What Happens Here:\n\n* This is the **HTML Extract** node.\n* It scans the raw HTML from"
      }
    },
    {
      "id": "09f351ad-1911-40ce-9d93-c8e8880c45cd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -20
      ],
      "parameters": {
        "width": 300,
        "height": 920,
        "content": "## 🔴 **SECTION 3: 📧 Send Best Deals via Gmail**\n\n### 🔹 Node Included:\n\n* ✉️ **Send Pizza Deals via Gmail**\n\n---\n\n### 🔧 What Happens Here:\n\n* Sends you an email (or to any recipient you define).\n* The "
      }
    },
    {
      "id": "f8c0655a-9550-488d-a9d9-592f95a193f9",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -20
      ],
      "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": {
    "Trigger Workflow": {
      "main": [
        [
          {
            "node": "Fetch Uber Eats Search Page (Bright Data)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Names & Deals": {
      "main": [
        [
          {
            "node": "Send Pizza Deals via Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Uber Eats Search Page (Bright Data)": {
      "main": [
        [
          {
            "node": "Extract Names & Deals",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}