{
  "name": "Analyze YouTube video SEO and get optimization tips with Gemini AI, Sheets, Slack, and Gmail",
  "nodes": [
    {
      "id": "8e201934-04c2-4b1b-b72f-b375ddb8bce7",
      "name": "YouTube URL Input",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        272,
        -16
      ]
    },
    {
      "id": "1641c2ca-be48-4724-920f-597c75201967",
      "name": "Extract Video ID",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        -16
      ]
    },
    {
      "id": "6fc1e1d6-75c2-4914-be13-33e457012afb",
      "name": "Get Video Metadata",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        640,
        -16
      ]
    },
    {
      "id": "a43a6f65-fe5d-4025-833f-c9a6ea3e274d",
      "name": "Get Video Captions",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        848,
        -16
      ]
    },
    {
      "id": "4739ba38-d699-4341-9509-3701210868d8",
      "name": "Format SEO Data",
      "type": "n8n-nodes-base.code",
      "position": [
        1088,
        -16
      ]
    },
    {
      "id": "08852869-b506-4413-9edd-3b1c8922f969",
      "name": "AI SEO Analysis",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1280,
        -16
      ]
    },
    {
      "id": "a0418eaa-ee73-4601-9dbb-36dec620270a",
      "name": "Google Gemini",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1280,
        144
      ]
    },
    {
      "id": "520e64f4-4b05-4cbc-a608-ac3ea8210af3",
      "name": "Parse AI Results",
      "type": "n8n-nodes-base.code",
      "position": [
        1584,
        -16
      ]
    },
    {
      "id": "4ab70aaa-33e3-43e3-aaec-6f86b86db5e7",
      "name": "Save Report to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1872,
        -16
      ]
    },
    {
      "id": "8f9cb020-831e-405c-8ec9-192d2b7226c3",
      "name": "Notify Team on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1872,
        160
      ]
    },
    {
      "id": "e540c5c9-b767-447a-a1ea-3fcb4e245f7b",
      "name": "Email Report to Creator",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1872,
        352
      ]
    },
    {
      "id": "7282b5fe-4021-4613-bc07-296e5e00f75b",
      "name": "Main Overview Sticky",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "706ece8c-1e9c-4532-9841-7f6b4bc732a0",
      "name": "Data Collection Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4b44ce7a-716a-4392-b12f-2a4bc906f9fb",
      "name": "AI Optimization Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1024,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d3ee0a34-bc80-4e59-b0f4-16d16f814d49",
      "name": "Reporting Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1760,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Google Gemini": {
      "ai_languageModel": [
        [
          {
            "node": "AI SEO Analysis",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "AI SEO Analysis": {
      "main": [
        [
          {
            "node": "Parse AI Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format SEO Data": {
      "main": [
        [
          {
            "node": "AI SEO Analysis",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Video ID": {
      "main": [
        [
          {
            "node": "Get Video Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Results": {
      "main": [
        [
          {
            "node": "Save Report to Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Team on Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email Report to Creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "YouTube URL Input": {
      "main": [
        [
          {
            "node": "Extract Video ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Video Captions": {
      "main": [
        [
          {
            "node": "Format SEO Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Video Metadata": {
      "main": [
        [
          {
            "node": "Get Video Captions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}