{
  "name": "Automated trend tracking with Bright Data & n8n",
  "nodes": [
    {
      "id": "6cebc2fd-3e61-41c8-9f23-25ca5bff2a54",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2400,
        620
      ],
      "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": "e4b7bd42-1b24-4f7c-90a0-b7909afcdca0",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2400,
        960
      ],
      "parameters": {
        "width": 1289,
        "height": 2258,
        "content": "## 🚀 **Monthly Viral Trend Tracker Workflow**\n\nThis automation helps you track viral posts on **Quora** around specific topics (like *marketing* or *design*) every month. It scrapes trending content, "
      }
    },
    {
      "id": "d1595d84-94ee-4678-9ed5-ee83dc421d50",
      "name": "Monthly Trend Trigger1",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -420,
        1580
      ]
    },
    {
      "id": "5796454a-2479-450d-8e1c-b9e9344e0da0",
      "name": "Scrape Quora Trends (Bright Data)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -200,
        1580
      ]
    },
    {
      "id": "4c93f548-a848-4aa9-bdf7-d8b282d49dbb",
      "name": "Extract Post Titles & Stats",
      "type": "n8n-nodes-base.html",
      "position": [
        80,
        1580
      ]
    },
    {
      "id": "40bf951b-4c60-4660-a6dc-c3cd99298e94",
      "name": "Save Trends to Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        300,
        1580
      ]
    },
    {
      "id": "b8bff546-392a-4f88-ac67-7d3336978cc0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        600
      ],
      "parameters": {
        "width": 400,
        "height": 1180,
        "content": "### 🧠 **SECTION 1: Trend Trigger & Scraper**\n\n> **Purpose:** Automate the scraping of viral content from Quora every month.\n\n#### ⏰ `Node 1: Monthly Trend Trigger`\n\n**🔗 Type:** Cron Scheduler\n**🧩 What"
      }
    },
    {
      "id": "c4c10db4-b6e1-413d-9183-cd9b8fb6c0fa",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        720
      ],
      "parameters": {
        "width": 400,
        "height": 1060,
        "content": "### 🧾 **SECTION 2: Extract & Save Insights**\n\n> **Purpose:** Process the scraped data and store it in a usable format (Google Sheets).\n\n#### 🧱 `Node 3: Extract Post Titles & Stats`\n\n**🔗 Type:** HTML E"
      }
    },
    {
      "id": "772bfade-22ab-46d5-aadf-9ec46d99b7f6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        720
      ],
      "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": {
    "Monthly Trend Trigger1": {
      "main": [
        [
          {
            "node": "Scrape Quora Trends (Bright Data)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Post Titles & Stats": {
      "main": [
        [
          {
            "node": "Save Trends to Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Quora Trends (Bright Data)": {
      "main": [
        [
          {
            "node": "Extract Post Titles & Stats",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}