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!