Automated Crunchbase Funding Rounds Tracking

somdn_product_page

This n8n workflow automates the process of monitoring new funding rounds from Crunchbase, filtering by specific locations and industries, and storing the details in a Google Sheet. The workflow is scheduled to run daily at 8 AM, ensuring timely updates on funding activities.

The workflow begins with a schedule trigger that initiates the process every day at 8 AM. It then sends an HTTP request to the Crunchbase API, requesting recent funding rounds in the United States within the Fintech and Healthtech sectors, sorted by most recent. The API response is processed by a Code node, which extracts relevant data such as company name, industry, funding type, announced date, amount raised, investors, and a URL link to the Crunchbase funding round. Finally, this structured data is appended to a specified Google Sheet, maintaining an organized and up-to-date funding database.

This workflow is useful for investors, analysts, or startup enthusiasts who want to stay informed about recent funding activities automatically, without manual data collection and entry. It combines scheduling, API integration, data parsing, and cloud storage to streamline funding round tracking efficiently.

Node Count

0 – 5 Nodes

Nodes Used

code, googleSheets, httpRequest, scheduleTrigger

Reviews

There are no reviews yet.

Be the first to review “Automated Crunchbase Funding Rounds Tracking”

Your email address will not be published. Required fields are marked *