Crunchbase Startup Activity Monitor with AI Summary
detail.loadingPreview
Automate the monitoring of startup activity on Crunchbase. This workflow fetches recently updated companies, extracts key details, and uses AI to generate concise, professional email summaries for easy distribution.
About This Workflow
This n8n workflow provides an intelligent solution for staying on top of the ever-evolving startup landscape. By connecting to the Crunchbase API, it systematically fetches companies that have recently updated their profiles. Crucially, it then leverages the power of AI, specifically OpenAI's GPT-4o-mini model, to process this raw data. The AI synthesizes key information like company name, description, industry, and location into a structured, human-readable summary. Finally, these AI-generated summaries are automatically sent via email, ensuring you and your team are always informed about the latest in the startup world without manual effort.
Key Features
- Automated data fetching from Crunchbase API.
- Intelligent data extraction for key company details.
- AI-powered summarization for concise and professional updates.
- Customizable email notifications for prompt dissemination.
- Easy integration and manual trigger for testing and immediate use.
How To Use
- Set up Crunchbase API Key: In the
Fetch Crunchbase Updatesnode, replaceYOUR_API_KEYwith your actual Crunchbase API key. - Configure OpenAI Credentials: Ensure your OpenAI API credentials are set up in n8n for the
OpenAI Chat Modelnode. - Adjust
updated_since: Modify theupdated_sinceparameter in theFetch Crunchbase Updatesnode to define the timeframe for company updates (e.g., '2025-06-05' for a specific date or use expressions for dynamic dates). - Customize AI Prompt: In the
Summarizer Agentnode, review and refine thesystemMessageto tailor the AI's summarization style and content to your specific needs. - Configure Email Settings: In the
Send Email with Summarynode, update the recipient's email address (sendTo) and ensure your Gmail credentials are correctly configured. - Test the Workflow: Use the
Trigger Manual Testnode to initiate the workflow and verify that data is fetched, summarized, and emailed as expected.
Apps Used
Workflow JSON
{
"id": "07750be5-34d2-49eb-810b-5a32784b0a54",
"name": "Crunchbase Startup Activity Monitor with AI Summary",
"nodes": 20,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 07750be5-34d2...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.