{
  "name": "Carbon footprint tracker with ScrapeGraphAI analysis and Google Drive ESG reports",
  "nodes": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        300,
        800
      ]
    },
    {
      "id": "b2c3d4e5-f6g7-8901-bcde-f23456789012",
      "name": "Energy Data Scraper",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        600,
        700
      ]
    },
    {
      "id": "c3d4e5f6-g7h8-9012-cdef-345678901234",
      "name": "Transport Data Scraper",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        600,
        900
      ]
    },
    {
      "id": "d4e5f6g7-h8i9-0123-defg-456789012345",
      "name": "Footprint Calculator",
      "type": "n8n-nodes-base.code",
      "position": [
        1000,
        800
      ]
    },
    {
      "id": "e5f6g7h8-i9j0-1234-efgh-567890123456",
      "name": "Reduction Opportunity Finder",
      "type": "n8n-nodes-base.code",
      "position": [
        1400,
        800
      ]
    },
    {
      "id": "f6g7h8i9-j0k1-2345-fghi-678901234567",
      "name": "Sustainability Dashboard",
      "type": "n8n-nodes-base.code",
      "position": [
        1800,
        800
      ]
    },
    {
      "id": "g7h8i9j0-k1l2-3456-ghij-789012345678",
      "name": "ESG Report Generator",
      "type": "n8n-nodes-base.code",
      "position": [
        2200,
        800
      ]
    },
    {
      "id": "h8i9j0k1-l2m3-4567-hijk-890123456789",
      "name": "Create Reports Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2600,
        700
      ]
    },
    {
      "id": "i9j0k1l2-m3n4-5678-ijkl-901234567890",
      "name": "Save Report to Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2600,
        900
      ]
    },
    {
      "id": "sticky1-abcd-efgh-ijkl-mnop12345678",
      "name": "Trigger Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 1: Daily Trigger ⏰\n\nThis trigger runs the carbon footprint analysis daily at 8:00 AM.\n\n## Configuration Options\n- **Schedule**: Daily at 8:00 AM (customizable)\n- **Alternative**: Manual trigger"
      }
    },
    {
      "id": "sticky2-bcde-fghi-jklm-nopq23456789",
      "name": "Data Collection Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 2: Data Collection 🌐\n\n**Energy Data Scraper** and **Transport Data Scraper** work in parallel to gather emission factors.\n\n## What it does\n- Scrapes EPA energy consumption data\n- Collects trans"
      }
    },
    {
      "id": "sticky3-cdef-ghij-klmn-opqr34567890",
      "name": "Calculator Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 3: Footprint Calculator 🧮\n\nCalculates comprehensive carbon footprint across all scopes.\n\n## Calculations Include\n- **Scope 1**: Direct emissions (gas, fleet)\n- **Scope 2**: Electricity consumpt"
      }
    },
    {
      "id": "sticky4-defg-hijk-lmno-pqrs45678901",
      "name": "Opportunities Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1200,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 4: Opportunity Analysis 🎯\n\nIdentifies specific reduction opportunities with ROI analysis.\n\n## Analysis Areas\n- **Energy Efficiency**: LED, HVAC, smart systems\n- **Renewable Energy**: Solar, win"
      }
    },
    {
      "id": "sticky5-efgh-ijkl-mnop-qrst56789012",
      "name": "Dashboard Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 5: Dashboard Preparation 📊\n\nFormats data for sustainability dashboard visualization.\n\n## Dashboard Elements\n- **KPI Cards**: Key metrics with trends\n- **Scope Breakdown**: Pie charts by emissio"
      }
    },
    {
      "id": "sticky6-fghi-jklm-nopq-rstu67890123",
      "name": "ESG Report Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2000,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 6: ESG Report Generation 📋\n\nCreates comprehensive ESG compliance report.\n\n## Report Sections\n- **Executive Summary**: Key findings\n- **Emissions Breakdown**: Detailed analysis\n- **Reduction Opp"
      }
    },
    {
      "id": "sticky7-ghij-klmn-opqr-stuv78901234",
      "name": "Storage Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2400,
        450
      ],
      "parameters": {
        "width": 520,
        "height": 580,
        "content": "# Step 7: Report Storage 💾\n\nSaves generated reports to Google Drive for team access.\n\n## Storage Features\n- **Organized Folders**: ESG_Reports directory\n- **Version Control**: Date-stamped files\n- **T"
      }
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Energy Data Scraper",
            "type": "main",
            "index": 0
          },
          {
            "node": "Transport Data Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Energy Data Scraper": {
      "main": [
        [
          {
            "node": "Footprint Calculator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ESG Report Generator": {
      "main": [
        [
          {
            "node": "Create Reports Folder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Save Report to Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Footprint Calculator": {
      "main": [
        [
          {
            "node": "Reduction Opportunity Finder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Report to Drive": {
      "main": [
        []
      ]
    },
    "Create Reports Folder": {
      "main": [
        [
          {
            "node": "Save Report to Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transport Data Scraper": {
      "main": [
        [
          {
            "node": "Footprint Calculator",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Sustainability Dashboard": {
      "main": [
        [
          {
            "node": "ESG Report Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reduction Opportunity Finder": {
      "main": [
        [
          {
            "node": "Sustainability Dashboard",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}