{
  "name": "Automated investor intelligence: CrunchBase to Google Sheets data harvester",
  "nodes": [
    {
      "id": "49130296-ad2e-43f6-8ec4-7f72161a3a1b",
      "name": "Daily Investor Data Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "24caa890-abba-435d-a385-18cdef03dfe2",
      "name": "Fetch Crunchbase Investor Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "4de0847b-6e11-457d-b04b-d03b4fb1e3c1",
      "name": "Extract Investor Fields",
      "type": "n8n-nodes-base.code",
      "position": [
        540,
        0
      ]
    },
    {
      "id": "a7d08f10-1fde-4e99-9127-bf12926d4197",
      "name": "Append to Investor Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "45c6eb29-4d24-49a6-b849-938b178b66c9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -1700
      ],
      "parameters": {
        "width": 420,
        "height": 1900,
        "content": "### 🔷 **SECTION 1: Getting the Data from Crunchbase**\n\n#### 🧩 Nodes:\n\n1. 🕒 **Daily Investor Data Trigger**\n2. 🌐 **Fetch Crunchbase Investor Data**\n\n---\n\n#### 🔍 What Happens in This Section?\n\nThis sect"
      }
    },
    {
      "id": "2dd2de36-770c-4833-884b-1525c1411d46",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -1400
      ],
      "parameters": {
        "width": 460,
        "height": 1600,
        "content": "### 🔷 **SECTION 2: Processing and Saving the Data**\n\n#### 🧩 Nodes:\n\n3. 🧮 **Extract Investor Fields**\n4. 📄 **Append to Investor Sheet**\n\n---\n\n#### 🔍 What Happens in This Section?\n\nNow that we have raw "
      }
    },
    {
      "id": "75231f28-c911-4bdc-a6a2-c6255d293eb3",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1820,
        -1680
      ],
      "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": "c8a8156f-946e-4a50-8789-aff9c66bd9b6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1820,
        -1340
      ],
      "parameters": {
        "width": 1289,
        "height": 3278,
        "content": "## ✨ n8n Workflow: Investor Data Automation from Crunchbase to Google Sheets\n\n---\n\n### 🔷 **SECTION 1: Getting the Data from Crunchbase**\n\n#### 🧩 Nodes:\n\n1. 🕒 **Daily Investor Data Trigger**\n2. 🌐 **Fet"
      }
    }
  ],
  "connections": {
    "Extract Investor Fields": {
      "main": [
        [
          {
            "node": "Append to Investor Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Investor Data Trigger": {
      "main": [
        [
          {
            "node": "Fetch Crunchbase Investor Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Crunchbase Investor Data": {
      "main": [
        [
          {
            "node": "Extract Investor Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}