Skip to main content

Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel

Workflow preview

Workflow preview
100%
Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. What It Does This workflow automatically discovers recently seed funded startups by monitoring R...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.markdown, n8n-nodes-base.code, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.stickynote, @brightdata/n8n-nodes-brightdata.brightdata, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Eumentis.

Original n8n.io source

1.1 Workflow description

Title
Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel
Workflow name
Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

What It Does

This workflow automatically discovers recently seed-funded startups by monitoring RSS feeds for funding announcements. It uses Bright Data to scrape full article content, then extracts structured company information using OpenAI (GPT). The data is exported to an Excel sheet on OneDrive, providing sales teams with a real-time list of qualified leads without any manual effort.

How It Works

  1. Trigger & Article Discovery: Monitors curated RSS feeds for articles mentioning seed funding and triggers the workflow on new article detection.
  2. Content Scraping & Preparation: Scrapes full article content and converts it into clean markdown format for AI processing.
  3. Data Extraction with AI: Uses OpenAI to extract structured details like company name, website, LinkedIn profile, founders, and funding amount.
  4. Structured Data Output & Storage: Appends extracted data to an Excel sheet on OneDrive via Microsoft Graph API.

Prerequisites

  • RSS Feed URL: A valid RSS feed source that provides seed funding articles for startups.
  • Bright Data Credentials: Active Bright Data account with access credentials (API token ) to enable article scraping.
  • OpenAI API Key: An OpenAI account with an API key and access to GPT-4.1-MINI models for data extraction.
  • Microsoft OAuth2 API Credentials: OAuth2 credentials (Client ID, Secret, Tenant ID) with access scopes to use Microsoft Graph API for Excel integration.
  • Excel Sheet in SharePoint: A pre-created Excel file hosted on OneDrive or SharePoint with the following column headers: createdAt, companyName, companyWebsite, companyLinkedIn, fundingAmount, founderName, founderLinkedIn, articleLink
  • Excel File & Sheet Identifiers: The Drive ID, File ID and Sheet ID of your Excel sheet stored on OneDrive or SharePoint, required by the Microsoft Graph API for appending rows using the HTTP node in n8n.

Need help with the setup? Feel free to contact us

How to Set It Up

Follow these steps to configure and run the workflow:

  1. Import the Workflow

    • Copy the provided n8n workflow template.
    • In your n8n instance, go to Editor UI > paste this workflow.
  2. Configure the RSS Feed Node

    • Open the RSS trigger node.
    • Replace the default URL with your RSS feed URL.
    • Ensure the polling interval matches your desired frequency (e.g., every 15 minutes or 1 hour).
  3. Set Up Bright Data Node

    • Add your Bright Data credentials.
    • Follow the documentation to complete the setup.
  4. Configure OpenAI Integration

    • Add your OpenAI API key as a credential in n8n.
    • Ensure the model is set to gpt-4.1-MINI.
    • Follow the documentation to complete the setup.
  5. Configure Excel File Integration

    • Open the HTTP node responsible for sending data to the Excel sheet via Microsoft Graph API.

    • Replace the placeholder values in the API endpoint URL with your actual File ID and Sheet ID from the Excel file stored on OneDrive or SharePoint. https://graph.microsoft.com/v1.0/drives/{{drive-id}}/items/{{file-id}}/workbook/tables/{ {{ sheet-id }} }/rows This URL is used to append data to the specified Excel sheet range.

    • Next, set up Microsoft OAuth2 credentials in n8n:

      • Go to n8n > Credentials > Microsoft OAuth2 API.
      • Provide the required values: - Client ID - Client Secret - Tenant ID - Scope
      • Follow the documentation to complete the setup.
    • Once the credential is saved, connect it to the HTTP node making the Graph API call.

  6. Activate the Workflow

    • Set the workflow status to Active in n8n so it runs automatically when a new article appears in the RSS feed.

Need Help? Contact us for support and custom workflow development.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Message a model

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 3 - Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 4 - Refactor article link

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Add article link

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - RSS Feed Trigger

Type / Role
n8n-nodes-base.rssFeedReadTrigger - rssFeedReadTrigger
Config choices
Version 1

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Get article Page

Type / Role
@brightdata/n8n-nodes-brightdata.brightData - brightData
Config choices
Version 1

Block 13 - Filter company data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Add data into excel sheet

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel
Complexity intermediate
Nodes 14
Categories Lead Generation, AI Summarization
Author Eumentis
Published 01 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6775/6775.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract seed-funded startup data with RSS, GPT-4.1-MINI & BrightData to Excel do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. What It Does This workflow automatically discovers recently seed funded startups by monitoring R...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.