๐Ÿ“Š Analyze Crunchbase startups by keyword with Bright Data, Gemini AI & Google Sheets

โšก 356 views ยท ๐Ÿ“Š Market Research & Insights

Description

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 Sheets.

๐Ÿš€ What It Does

๐Ÿ› ๏ธ Step-by-Step Setup

  1. Get user keyword input from a form.
  2. Use 3 Bright Data requests: Start snapshot. Poll snapshot status until ready. Fetch snapshot data in JSON format.
  3. Use a Python Code node to:
  4. Parse and sort companies by founded_date.
  5. Clean and standardize data fields.
  6. Pass the top 10 companies into Gemini AI for comparative insight.
  7. Merge the AI output back with company data.
  8. Send everything to Google Sheets.

๐Ÿง  How It Works

๐Ÿ“ค Google Sheet Output Each row includes:

๐Ÿ” Required Credentials

โš ๏ธ Notes

๐Ÿ”— Nodes Used

Google Sheets, HTTP Request, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup