Block 1 - Edit Fields
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Eumentis.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
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.
createdAt, companyName, companyWebsite, companyLinkedIn, fundingAmount, founderName, founderLinkedIn, articleLinkNeed help with the setup? Feel free to contact us
Follow these steps to configure and run the workflow:
Import the Workflow
Configure the RSS Feed Node
Set Up Bright Data Node
Configure OpenAI Integration
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:
Once the credential is saved, connect it to the HTTP node making the Graph API call.
Activate the Workflow
Need Help? Contact us for support and custom workflow development.
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.
| 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 |
Use the JSON export at /data/workflows/6775/6775.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.