{
  "name": "Automated funding intelligence: CrunchBase to Google Sheets tracking workflow",
  "nodes": [
    {
      "id": "b2bee19f-4033-4473-a78c-3463b4b56e79",
      "name": "Daily Check for New Funding Rounds",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -100,
        0
      ]
    },
    {
      "id": "bfeff292-40aa-4a3b-81bf-bd237463abe9",
      "name": "Fetch Crunchbase Funding Rounds",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        120,
        0
      ]
    },
    {
      "id": "aaf02cbe-e85d-4575-b570-2758289cbcb9",
      "name": "Extract & Format Funding Data",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "a2bd1e77-c88c-4d0f-b66b-1d83cb756831",
      "name": "Log to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "b821dc48-3503-4688-b3f1-3eb9744cb0dc",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -1660
      ],
      "parameters": {
        "width": 440,
        "height": 1860,
        "content": "## 🔶 **SECTION ONE: Data Fetching & Triggering**\n\n### 🕒 + 🌐 `Daily Check for New Funding Rounds` + `Fetch Crunchbase Funding Rounds`\n\n---\n\n### 1️⃣ 🕒 **Schedule Trigger**\n\n**Node Name:** `Daily Check f"
      }
    },
    {
      "id": "bf867540-540e-484a-bebc-d2df5d24c273",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        -1240
      ],
      "parameters": {
        "width": 460,
        "height": 1440,
        "content": "## 🔷 **SECTION TWO: Processing & Logging**\n\n### 🧮 + 📄 `Extract & Format Funding Data` + `Log to Google Sheets`\n\n---\n\n### 3️⃣ 🧮 **Function Code**\n\n**Node Name:** `Extract & Format Funding Data`\n📌 **Pur"
      }
    },
    {
      "id": "24591384-2b6a-4e7d-9061-62b97a2216b0",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1720,
        -1660
      ],
      "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": "543f43e7-8fc7-4b67-8b75-7948d07a331e",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1720,
        -1320
      ],
      "parameters": {
        "width": 1289,
        "height": 3318,
        "content": "# 🧩✨ Your Automated Crunchbase Monitoring Workflow (Explained Step-by-Step)\n\nThis workflow helps you **automatically monitor Crunchbase for new funding rounds** in specific industries (like Fintech or"
      }
    }
  ],
  "connections": {
    "Extract & Format Funding Data": {
      "main": [
        [
          {
            "node": "Log 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
          }
        ]
      ]
    }
  }
}