{
  "name": "Scrape event data from 10times with Bright Data MCP, AI & Google Sheets",
  "nodes": [
    {
      "id": "ebf3b7e1-727d-44f0-a198-4899fe5eeabd",
      "name": "🕒 Schedule Scraper",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "07cd890b-ac50-4c89-9082-3784efe19cc8",
      "name": "⚙️ Input URL & Params",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "06a0519f-bb0b-4c81-af7e-a34b972fa54a",
      "name": "🤖 Bright Data AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "d343e2d6-92b8-4a7d-b7d4-b5e83b67f8f4",
      "name": "🧠 Agent Memory Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        480,
        320
      ]
    },
    {
      "id": "43bfe724-c78f-4597-b9dd-ef7c3d25afa3",
      "name": "🕷️ MCP Scraper: 10times",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        680,
        320
      ]
    },
    {
      "id": "1dab45f4-1080-40ce-8381-a83f48855715",
      "name": "📥 Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1160,
        0
      ]
    },
    {
      "id": "858b205e-200f-4bac-aabe-dca745da17bd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -640
      ],
      "parameters": {
        "width": 400,
        "height": 820,
        "content": "## 🟢 **SECTION 1: Trigger & Input Configuration**\n\n### 🔁 `🕒 Schedule Scraper`\n\nThis is the **starting point** of the workflow. You can set it to run:\n\n* At specific intervals (e.g., daily, weekly)\n* O"
      }
    },
    {
      "id": "80c31fa5-1838-40af-9416-5e1e1efdd4bf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -1500
      ],
      "parameters": {
        "width": 400,
        "height": 1680,
        "content": "## 🤖 **SECTION 2: Smart Scraping via AI Agent**\n\nThis is where the **heavy lifting** happens using Bright Data’s **Mobile Carrier Proxy (MCP)** and OpenAI’s logic to bypass website protections.\n\n---\n\n"
      }
    },
    {
      "id": "4b32365f-d9ea-4043-8901-9e882357b892",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        -520
      ],
      "parameters": {
        "width": 400,
        "height": 700,
        "content": "## 📊 **SECTION 3: Save & Reuse the Leads**\n\n### 📥 `📥 Save to Google Sheets`\n\nThis node stores each piece of parsed data (e.g., 1 attendee feedback per row) into your connected **Google Sheets** docume"
      }
    },
    {
      "id": "aa026e7b-1731-435d-b21f-3bcf150270ca",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2100,
        -640
      ],
      "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": "029770da-da09-432a-b085-434b9d7a0660",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2100,
        -300
      ],
      "parameters": {
        "width": 1289,
        "height": 2398,
        "content": "## 🚀 **Workflow Title: 10times Event Intelligence Scraper**\n\n> This no-code automation scrapes attendee data from [10times.com](https://10times.com), parses it into structured information (like catego"
      }
    },
    {
      "id": "0cd21ab6-0482-4948-a601-3bf2cc3b8264",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1540,
        -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": "de5252a5-bc2b-4014-bb53-2891dd5d58af",
      "name": "Auto-fixing Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
      "position": [
        820,
        320
      ]
    },
    {
      "id": "4c8802f0-0dfd-4452-b413-b4b049820cef",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        780,
        560
      ]
    },
    {
      "id": "35f9f084-8513-4170-bf77-bf28efb732a1",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        960,
        540
      ]
    }
  ],
  "connections": {
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "🕒 Schedule Scraper": {
      "main": [
        [
          {
            "node": "⚙️ Input URL & Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Agent Memory Model": {
      "ai_languageModel": [
        [
          {
            "node": "🤖 Bright Data AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Auto-fixing Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "🤖 Bright Data AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "⚙️ Input URL & Params": {
      "main": [
        [
          {
            "node": "🤖 Bright Data AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 Bright Data AI Agent": {
      "main": [
        [
          {
            "node": "📥 Save to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🕷️ MCP Scraper: 10times": {
      "ai_tool": [
        [
          {
            "node": "🤖 Bright Data AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}