{
  "name": "Extract customer pain points from support forums with Bright Data & GPT-4",
  "nodes": [
    {
      "id": "4830a8a6-6e76-47e0-abdc-7c72ebfda985",
      "name": "🚦 Start Workflow (Manual Trigger)",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        -80
      ]
    },
    {
      "id": "8d2279c3-8d49-4dc1-87df-47e3e077b2d5",
      "name": "🔗 Enter Forum URL",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -80
      ]
    },
    {
      "id": "8f3b47c7-1a6e-4084-91ce-f805b75146d2",
      "name": "🧠 Chat Model Reasoning1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "a98d95c6-67f7-49b3-8a25-45a08576ee5e",
      "name": "🤖 Agent: Scrape Forum & Extract Insights",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        60,
        -80
      ]
    },
    {
      "id": "a3ea338d-cf2b-4399-92f6-5865a9a725c7",
      "name": "🌐 Web Scraper Tool ",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        160,
        200
      ]
    },
    {
      "id": "8bf7a8cd-ae02-4aa6-a7bf-e8aee16ce3ea",
      "name": "✉️ Send Insights to Product Team (Gmail)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        580,
        -80
      ]
    },
    {
      "id": "265273a0-7996-43c2-a6e0-4515cef83b08",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        -580
      ],
      "parameters": {
        "width": 420,
        "height": 720,
        "content": "## 1️⃣ **Section 1: Start & Input**\n\n* **🚦 Start Workflow (Manual Trigger)**\n\n  * *Node: When clicking ‘Execute workflow’*\n  * **What happens:**\n    You begin the automation by clicking the \"Execute w"
      }
    },
    {
      "id": "dcabff56-7666-4e76-9032-43893588bfd6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -520
      ],
      "parameters": {
        "width": 340,
        "height": 680,
        "content": "## 3️⃣ **Section 3: Share Insights with Your Team**\n\n* **✉️ Send Insights to Product Team**\n\n  * *Node: Gmail (send: message)*\n  * **What happens:**\n    The final, cleaned, and structured insights are"
      }
    },
    {
      "id": "beb64fb0-4b77-490d-8386-8048ba951617",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -940
      ],
      "parameters": {
        "width": 460,
        "height": 1080,
        "content": "## 2️⃣ **Section 2: AI Agent Scrapes & Analyzes**\n\n* **🤖 Agent: Extract Forum Insights**\n\n  * *Node: AI Agent*\n\n  This is where all the magic happens! The AI agent coordinates a team of tools to read "
      }
    },
    {
      "id": "02f867d6-a2d3-4d1c-868a-674475bac53a",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        -520
      ],
      "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"
      }
    },
    {
      "id": "3ef9e897-85d0-436a-b2c4-e9e3734a5d6b",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2580,
        -1320
      ],
      "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": "9b4535e8-e49b-4af2-8e18-bfbdec7db961",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2580,
        -980
      ],
      "parameters": {
        "width": 1300,
        "height": 1880,
        "content": "# 🚀 Monitor Customer Support Forums\n\n### Instantly turn forum questions about OpenAI into actionable product insights—delivered right to your Product Team’s inbox!\n\n---\n\n## 1️⃣ **Section 1: Start & In"
      }
    },
    {
      "id": "ac6abf38-249b-4e83-9f49-f9545e75b65b",
      "name": "Auto-fixing Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
      "position": [
        300,
        200
      ]
    },
    {
      "id": "3914b950-6f76-4304-9db3-29504051ab2d",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        300,
        400
      ]
    },
    {
      "id": "d050c092-20c5-469f-8922-db7e880ffed2",
      "name": "📦 Format Forum Data as JSON1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        460,
        400
      ]
    }
  ],
  "connections": {
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "🔗 Enter Forum URL": {
      "main": [
        [
          {
            "node": "🤖 Agent: Scrape Forum & Extract Insights",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🌐 Web Scraper Tool ": {
      "ai_tool": [
        [
          {
            "node": "🤖 Agent: Scrape Forum & Extract Insights",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Auto-fixing Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "🤖 Agent: Scrape Forum & Extract Insights",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Chat Model Reasoning1": {
      "ai_languageModel": [
        [
          {
            "node": "🤖 Agent: Scrape Forum & Extract Insights",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "📦 Format Forum Data as JSON1": {
      "ai_outputParser": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "🚦 Start Workflow (Manual Trigger)": {
      "main": [
        [
          {
            "node": "🔗 Enter Forum URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 Agent: Scrape Forum & Extract Insights": {
      "main": [
        [
          {
            "node": "✉️ Send Insights to Product Team (Gmail)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}