{
  "name": "Track US fintech & healthtech funding rounds: Crunchbase to Google Sheets",
  "nodes": [
    {
      "id": "7ebfa8fe-9d81-446e-9e67-004d9f8e25b8",
      "name": "Daily Check for New Funding Rounds",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -464,
        -416
      ]
    },
    {
      "id": "425b2288-ccbd-422b-9eb5-f0c0f7c2dea3",
      "name": "Fetch Crunchbase Funding Rounds",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -256,
        -416
      ]
    },
    {
      "id": "d1911a79-bd6d-427d-9618-cea041844959",
      "name": "Extract & Format Funding Data",
      "type": "n8n-nodes-base.code",
      "position": [
        80,
        -416
      ]
    },
    {
      "id": "76af1187-696a-41d0-bfb8-8666a82d0006",
      "name": "Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        400,
        -416
      ]
    },
    {
      "id": "638678b6-34e6-45d7-8807-90ec9c67b4a8",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2464,
        -1424
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "423fdd70-85ad-466e-8cbd-84ff6e35c47d",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2464,
        -1088
      ],
      "parameters": {
        "width": 1289,
        "height": 2046,
        "content": "# Track US Fintech & Healthtech Funding Rounds: Crunchbase to Google Sheets\n\n### 🌍 **Overview**\n\nThis workflow fetches the **latest funding rounds from Crunchbase** (filtered by industry + location), "
      }
    },
    {
      "id": "b610c896-49c3-4076-90ab-d5c3b3f75674",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        -1104
      ],
      "parameters": {
        "width": 384,
        "height": 880,
        "content": "## 🟢 Section 1: Schedule & Data Fetch\n\n🔗 **Nodes:**\n1️⃣ **Daily Check for New Funding Rounds (Schedule Trigger)**\n⏰ Runs automatically **every morning at 8 AM**.\n\n* Why it’s useful: You don’t need to "
      }
    },
    {
      "id": "fcf0c602-5c25-44f2-a51e-bf13afa9eac6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        -1056
      ],
      "parameters": {
        "width": null,
        "height": 832,
        "content": "## 🔵 Section 2: Extract & Format\n\n🔗 **Nodes:**\n3️⃣ **Extract & Format Funding Data (Code)**\n📑 Converts Crunchbase API JSON into **clean, readable rows** with:\n\n* 🏢 Company Name\n* 🏭 Industry\n* 💵 Money "
      }
    },
    {
      "id": "1d5cb1aa-8813-403d-bf7d-c66b6981149e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -1504
      ],
      "parameters": {
        "width": null,
        "height": 1280,
        "content": "## 🔵 Section 2: Extract & Format\n\n🔗 **Nodes:**\n3️⃣ **Extract & Format Funding Data (Code)**\n📑 Converts Crunchbase API JSON into **clean, readable rows** with:\n\n* 🏢 Company Name\n* 🏭 Industry\n* 💵 Money "
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}