{
  "name": "Generate a personal newsfeed using Bright Data web scraping and GPT-4.1",
  "nodes": [
    {
      "id": "b52ee9e9-f809-4c42-bb5c-b27df72b4695",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -60,
        160
      ]
    },
    {
      "id": "344b64aa-683b-43dd-9f10-2d3c67dae753",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        460,
        20
      ]
    },
    {
      "id": "9c998783-2477-4131-a1e6-a7a8fa09229f",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        220,
        220
      ]
    },
    {
      "id": "bc8e349a-ab20-446c-9fbe-e6d46c9db60e",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        360,
        200
      ]
    },
    {
      "id": "e3d838ca-9a85-46cc-b2bd-664d12711ff1",
      "name": "List MCP Tools",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        480,
        220
      ]
    },
    {
      "id": "eec892f3-a008-4328-b0e0-914bf80068b5",
      "name": "Scrape SERP Results",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        620,
        200
      ]
    },
    {
      "id": "9cf2ccee-fe17-4997-87f0-7686a3194e14",
      "name": "Scrape Webpage",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        760,
        220
      ]
    },
    {
      "id": "a681c0f5-3dfe-43c1-88a8-4b9ccf348e50",
      "name": "Send the custom newsletter via email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        820,
        20
      ]
    },
    {
      "id": "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35",
      "name": "AI news collection prompt",
      "type": "n8n-nodes-base.set",
      "position": [
        160,
        -40
      ]
    },
    {
      "id": "3ad29ec6-0b3a-437d-a386-4867bdc1197e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -160
      ],
      "parameters": {
        "width": 150,
        "height": 100,
        "content": "Injecting the AI news collection prompt for GPT-4.1"
      }
    },
    {
      "id": "6475bd91-134b-47c6-805d-758f1569e132",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        340
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Connect using your OpenAI credentials"
      }
    },
    {
      "id": "8cb0c078-c891-45f8-98d3-5114d08bf887",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -80
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Set up with recipient and SMTP information"
      }
    },
    {
      "id": "6f6f3497-2d26-4cd3-a442-b087f642a09f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -100
      ],
      "parameters": {
        "width": 160,
        "height": 100,
        "content": "Connecting to both Bright Data's MCP and your GPT model with memory"
      }
    },
    {
      "id": "8954f050-7a5e-4abe-a478-65092b726efe",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -60,
        -40
      ]
    },
    {
      "id": "adf00b09-e9fe-464f-bf76-cf34f4866760",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -140
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Choose the interval that works best for you"
      }
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send the custom newsletter via email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI news collection prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "AI news collection prompt": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}