Block 1 - Snapshot Progress
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates the discovery, enrichment, and comparative analysis of startups from the Crunchbase dataset via Bright Data, enhanced with AI, and exports structured results to Google S...
n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.formtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gleb D.
Original n8n.io sourceThis n8n workflow automates the discovery, enrichment, and comparative analysis of startups from the Crunchbase dataset via Bright Data, enhanced with AI, and exports structured results to Google Sheets.
๐ What It Does
Receives a keyword from the user that describes the area of interest โ such as an industry, sector, technology, or trend (e.g., "AI in healthcare", "carbon capture", "edtech").
This keyword is used to filter relevant startups from the Crunchbase dataset via Bright Data.
Fetches data from Bright Data's Crunchbase snapshot API.
Extracts and cleans key fields from the JSON response.
Sorts startups by most recent founding date.
Selects the top 10 most recent companies.
Sends these 10 companies to Google Gemini AI for comparative analysis.
Embeds the AI-generated summary into the final export.
Appends results to a Google Sheet for tracking and reporting.
๐ ๏ธ Step-by-Step Setup
๐ง How It Works
๐ค Google Sheet Output Each row includes:
name, founded, about, num_employees, type, ipo_status, full_description, social_media_links, address, website, funding_total, num_investors, lead_investors, founders, products_and_services, monthly_visits, crunchbase_link, ai_analysis.
AI comparative analysis summary (only once per batch โ attached to the first company).
All fields from above customizible through the python code (you can add additional ones from Bright Data output).
๐ Required Credentials
โ ๏ธ Notes
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 | Analyze Crunchbase startups by keyword with Bright Data, Gemini AI & Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Market Research, AI Summarization |
| Author | Gleb D |
| Published | 01 Jun 2025 |
Use the JSON export at /data/workflows/4565/4565.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 n8n workflow automates the discovery, enrichment, and comparative analysis of startups from the Crunchbase dataset via Bright Data, enhanced with AI, and exports structured results to Google S...
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 Market Research, AI Summarization use case.