{
  "name": "Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel",
  "nodes": [
    {
      "id": "66526413-badf-48cc-b08d-29a87490bf75",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1024,
        176
      ]
    },
    {
      "id": "c527cac4-fb30-48f0-82f2-f516aa266ce5",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        640,
        176
      ]
    },
    {
      "id": "4c6baf0d-c407-40cb-8d4c-89f1a716de24",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        416,
        176
      ]
    },
    {
      "id": "a0d497c0-81cb-4835-a632-42035ddc01e8",
      "name": "Refactor article link",
      "type": "n8n-nodes-base.code",
      "position": [
        -256,
        176
      ]
    },
    {
      "id": "8df2524a-ba30-48a0-afe7-059187fd334b",
      "name": "Add article link",
      "type": "n8n-nodes-base.code",
      "position": [
        192,
        176
      ]
    },
    {
      "id": "0d725bba-0d9e-4e18-a6e8-3fb10bb5835a",
      "name": "RSS Feed Trigger",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        -464,
        176
      ]
    },
    {
      "id": "30fa6ec5-7cb1-45cb-bfce-169dc5e284f6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        -32
      ],
      "parameters": {
        "width": 420,
        "height": 380,
        "content": "## Trigger & Article Discovery\n\n1. Automatically triggers the workflow when a new article is detected\n\n2. Extracts and replaces actual article URLs from redirect links by decoding the url query parame"
      }
    },
    {
      "id": "c705f45e-9063-4738-85d8-2f67bea53ea5",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -32
      ],
      "parameters": {
        "width": 620,
        "height": 380,
        "content": "## Content Scraping & Preparation\n\n1. Bright Data Scraper Scrapes the full content of the article, even behind paywalls or dynamic content\n\n2. Markdown Formatter Cleans and converts the raw article te"
      }
    },
    {
      "id": "5cdcd2db-5e38-4245-8da1-281e28f238cc",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        -32
      ],
      "parameters": {
        "width": 380,
        "height": 380,
        "content": "## Data Extraction with AI\nExtracts structured startup seed funding data including company details, funding amount, and founder information from news articles provided in markdown format."
      }
    },
    {
      "id": "ba4045f1-628b-4b6c-aef3-40f00c3f0e4e",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        992,
        -32
      ],
      "parameters": {
        "width": 380,
        "height": 380,
        "content": "## Extract Valid Startup Entries from Nested Data\n\nExtracts unique startup entries from nested input data while removing duplicates based on normalized company names."
      }
    },
    {
      "id": "c5a79532-75a6-40b5-b7c1-a911ecb5cf82",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1392,
        -32
      ],
      "parameters": {
        "width": 280,
        "height": 380,
        "content": "## Append data to Excel sheet\n\nPost the data to excel sheet with MS Graph API"
      }
    },
    {
      "id": "edad49fb-c923-4374-b9e2-87eeb1e2630a",
      "name": "Get article Page",
      "type": "@brightdata/n8n-nodes-brightdata.brightData",
      "position": [
        -32,
        176
      ]
    },
    {
      "id": "684530ce-8472-4312-a3c6-6fc0c9c8ff84",
      "name": "Filter company data",
      "type": "n8n-nodes-base.code",
      "position": [
        1232,
        176
      ]
    },
    {
      "id": "8c50058f-58c4-424e-a45a-ea27df89a47d",
      "name": "Add data into excel sheet",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1456,
        176
      ]
    }
  ],
  "connections": {
    "Markdown": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Filter company data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add article link": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get article Page": {
      "main": [
        [
          {
            "node": "Add article link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed Trigger": {
      "main": [
        [
          {
            "node": "Refactor article link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter company data": {
      "main": [
        [
          {
            "node": "Add data into excel sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Refactor article link": {
      "main": [
        [
          {
            "node": "Get article Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}