Crunchbase 融资轮次
初级
这是一个Finance、Marketing领域的自动化工作流,包含 4 个节点。主要使用 Code、HttpRequest、GoogleSheets、ScheduleTrigger 等节点。 追踪美国金融科技与健康科技融资轮次:Crunchbase 同步至 Google Sheets
前置要求
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
使用的节点 (4 个)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "crunchbase-funding-tracker",
"name": "Crunchbase 融资轮次",
"nodes": [
{
"id": "b2bee19f-4033-4473-a78c-3463b4b56e79",
"name": "每日检查新融资轮次",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-100,
0
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 8
}
]
}
},
"typeVersion": 1.2
},
{
"id": "bfeff292-40aa-4a3b-81bf-bd237463abe9",
"name": "获取 Crunchbase 融资轮次",
"type": "n8n-nodes-base.httpRequest",
"position": [
120,
0
],
"parameters": {
"url": "https://api.crunchbase.com/api/v4/entities/funding_rounds",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "locations",
"value": "United States"
},
{
"name": "industry",
"value": "Fintech,Healthtech"
},
{
"name": "sort_order",
"value": "created_at DESC"
},
{
"name": "page",
"value": "1"
},
{
"name": "items_per_page",
"value": "25"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "X-cb-user-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "aaf02cbe-e85d-4575-b570-2758289cbcb9",
"name": "提取和格式化融资数据",
"type": "n8n-nodes-base.code",
"position": [
440,
0
],
"parameters": {
"jsCode": "const baseUrl = \"https://www.crunchbase.com/funding-round/\";\n\nconst output = [];\n\nfor (const item of items[0].json.data.entities) {\n const props = item.properties;\n const id = item.identifier;\n\n const companyName = props.funded_organization_identifier?.value || \"N/A\";\n const industry = props.industry_group_identifiers?.map(ind => ind.value).join(\", \") || \"N/A\";\n const fundingType = props.funding_type || \"N/A\";\n const date = props.announced_on || \"N/A\";\n const amount = props.money_raised_usd || 0;\n const investors = props.investor_identifiers?.map(inv => inv.value).join(\", \") || \"N/A\";\n const url = baseUrl + id.permalink;\n\n output.push({\n json: {\n company_name: companyName,\n industry: industry,\n funding_round_type: fundingType,\n announced_date: date,\n money_raised_usd: amount,\n investors: investors,\n crunchbase_url: url\n }\n });\n}\n\nreturn output;\n"
},
"typeVersion": 2
},
{
"id": "d8f7e9a0-1f2b-4b8d-8f5e-8e7f6d5c4b3a",
"name": "保存到 Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
760,
0
],
"parameters": {
"columns": {
"value": {
"industry": "Industry",
"investors": "Investors",
"company_name": "Company Name",
"announced_date": "Announced Date",
"crunchbase_url": "Crunchbase URL",
"money_raised_usd": "Money Raised (USD)",
"funding_round_type": "Funding Round Type"
},
"mappingMode": "autoMapInputData"
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "YOUR_GOOGLE_SHEET_ID"
}
},
"typeVersion": 3
}
],
"active": false,
"settings": {},
"versionId": "1.0.0",
"connections": {
"Extract & Format Funding Data": {
"main": [
[
{
"node": "Save to Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Fetch Crunchbase Funding Rounds": {
"main": [
[
{
"node": "Extract & Format Funding Data",
"type": "main",
"index": 0
}
]
]
},
"Daily Check for New Funding Rounds": {
"main": [
[
{
"node": "Fetch Crunchbase Funding Rounds",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
这是一个初级难度的工作流,适用于Finance、Marketing等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
CrunchBase 投资者数据
自动化投资者情报:CrunchBase到Google Sheets数据采集器
Code
Http Request
Google Sheets
+2
8 节点Yaron Been
Finance
Crunchbase 融资轮次
从CrunchBase到Google Sheets的自动化融资情报追踪工作流
Code
Http Request
Google Sheets
+2
8 节点Yaron Been
Marketing
BuiltWith每周摘要
使用BuiltWith、GPT-4o和Gmail的自动化每周技术栈报告
Code
Gmail
Http Request
+5
12 节点Yaron Been
Marketing
CrunchBase投资者数据
从Crunchbase追踪投资者数据到Google Sheets进行市场分析
Code
Http Request
Google Sheets
+2
8 节点Yaron Been
Marketing
CrunchBase竞争对手追踪
CrunchBase竞争对手情报追踪器
Set
Code
Click Up
+3
9 节点Yaron Been
Finance
AI YouTube分析助手:评论分析与洞察报告
AI YouTube分析助手:评论分析器与洞察报告生成器
If
Set
Code
+9
19 节点Yaron Been
AI
工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
作者
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
外部链接
在 n8n.io 上查看 →
分享此工作流