Automate Startup Funding Data Extraction to Excel - n8n Workflow | Neura Market
Automate Startup Funding Data Extraction to Excel
This workflow automates the discovery and extraction of seed-funded startup data from RSS feeds, processes it with AI, and exports it to an Excel sheet on OneDrive, streamlining lead generation for sales teams.
The workflow begins by monitoring RSS feeds for articles about seed funding. It then uses Bright Data to scrape the full content of these articles, which is converted into markdown format. OpenAI's GPT-4.1-MINI model extracts structured data such as company names, websites, LinkedIn profiles, and funding amounts. This information is appended to an Excel sheet on OneDrive using the Microsoft Graph API, providing a real-time, automated list of potential leads.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Zainab Ali
set
code
markdown
stickyNote
httpRequest
openAi
rssFeedReadTrigger
brightData
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.