This workflow fetches the latest funding rounds from Crunchbase (filtered by industry + location), formats the results, and saves them neatly into Google Sheets every day.
You end up with a live deal flow tracker that updates itself!
π Nodes:
1οΈβ£ Daily Check for New Funding Rounds (Schedule Trigger)
β° Runs automatically every morning at 8 AM.
2οΈβ£ Fetch Crunchbase Funding Rounds (HTTP Request)
π Pulls funding rounds from Crunchbaseβs API.
Filters:
π‘ Beginner Benefit :
β
No coding required to hit Crunchbase API
β
Automated β always fetches fresh funding data
π Nodes:
3οΈβ£ Extract & Format Funding Data (Code)
π Converts Crunchbase API JSON into clean, readable rows with:
π‘ Beginner Benefit :
β
No messy JSON β clean structured output
β
Auto-creates a link to each funding round
π Nodes:
4οΈβ£ Save to Google Sheets
π Appends the formatted funding round data into your Google Sheet.
π‘ Beginner Benefit :
β
Data goes directly into Google Sheets β no copy-paste
β
You can filter, chart, or connect Sheets to dashboards
| Section | What Happens | Why Itβs Useful |
|---|---|---|
| π’ Fetch | Scheduler + API fetch | Always pulls new Crunchbase deals automatically |
| π΅ Format | Extract + clean JSON | Turns raw API data into readable rows |
| π£ Save | Google Sheets | Creates your own funding tracker sheet |
β¨ With this workflow, youβve basically built your own Crunchbase alerts dashboard β no coding required!


