{
  "name": "Automate funding insights with Crunchbase, Google Sheets & Airtable",
  "nodes": [
    {
      "id": "4e26cbbf-8379-4aae-811a-853970151119",
      "name": "🕐 Daily Check",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -60,
        200
      ]
    },
    {
      "id": "6ddcfc63-0cee-4e3f-9288-6b5f463f7bdb",
      "name": "📄 Parse Funding Data",
      "type": "n8n-nodes-base.code",
      "position": [
        380,
        200
      ]
    },
    {
      "id": "de6857e8-7ec0-4433-b36e-50df001acbbb",
      "name": "📊 Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        820,
        100
      ]
    },
    {
      "id": "05653b74-d30c-4af6-8b17-f4f9fba3cf38",
      "name": "🗂️ Save to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        820,
        300
      ]
    },
    {
      "id": "0fcd4232-c492-4597-8751-874098f23427",
      "name": "Workflow Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -140
      ],
      "parameters": {
        "width": 420,
        "height": 620,
        "content": "## 1. Workflow Trigger & Data Fetching (🕐 Daily Check + 📊 Fetch Recent Funding)\n\n*The workflow is scheduled to run daily.\n\nIt calls the Crunchbase API (funding_rounds endpoint) to fetch the latest 100"
      }
    },
    {
      "id": "31bcef8a-6b0b-40e6-acb8-a3ce53012dea",
      "name": "📅 Filter Recent (30 days)",
      "type": "n8n-nodes-base.filter",
      "position": [
        600,
        200
      ]
    },
    {
      "id": "8f996c64-c96b-4e20-bb13-469a8e7e69cd",
      "name": "📊 Fetch Recent Funding",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        200
      ]
    },
    {
      "id": "dcdb1747-d79a-4845-bd63-198580af7ec6",
      "name": "Workflow Info1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        -140
      ],
      "parameters": {
        "width": 420,
        "height": 620,
        "content": "## 2. Data Processing (📄 Parse Funding Data + 📅 Filter Recent 30 days)\n\n*The raw Crunchbase response is parsed into a clean, structured format with readable fields. Only funding rounds announced in th"
      }
    },
    {
      "id": "b9049419-7c57-4da7-9d72-0f4b037dc937",
      "name": "Workflow Info2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -140
      ],
      "parameters": {
        "width": 340,
        "height": 620,
        "content": "## 3. Storage Outputs (📊 Save to Google Sheets + 🗂️ Save to Airtable)\n\n*Filtered funding records are saved into both Google Sheets (for easy sharing and reporting) and Airtable (for database-style man"
      }
    }
  ],
  "connections": {
    "🕐 Daily Check": {
      "main": [
        [
          {
            "node": "📊 Fetch Recent Funding",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Parse Funding Data": {
      "main": [
        [
          {
            "node": "📅 Filter Recent (30 days)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🗂️ Save to Airtable": {
      "main": [
        []
      ]
    },
    "📊 Fetch Recent Funding": {
      "main": [
        [
          {
            "node": "📄 Parse Funding Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📊 Save to Google Sheets": {
      "main": [
        []
      ]
    },
    "📅 Filter Recent (30 days)": {
      "main": [
        [
          {
            "node": "📊 Save to Google Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "🗂️ Save to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}