{
  "name": "Generate SEO keywords with AI: topic to keyword list in seconds",
  "nodes": [
    {
      "id": "4e8229b4-22f4-4132-bc83-a3f880aa10e9",
      "name": "Set Data from Form",
      "type": "n8n-nodes-base.set",
      "position": [
        -160,
        -20
      ]
    },
    {
      "id": "6a28dc8f-aeef-4580-82b8-296facbde163",
      "name": "Select your Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        240,
        180
      ]
    },
    {
      "id": "a25518ef-ee3f-43df-b66f-d363d46dcbcb",
      "name": "AI Keyword Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        240,
        -20
      ]
    },
    {
      "id": "9fb9bdc2-b43c-47fc-8a20-9b02a7b0faa6",
      "name": "Aggregate Data Points for AI Keyword Agent",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        40,
        -20
      ]
    },
    {
      "id": "858e51e3-0b67-4502-993c-cda3f6456465",
      "name": "Extract and Format",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        -20
      ]
    },
    {
      "id": "7da899dd-cf03-4a85-b51c-eceb943afb93",
      "name": "Send Result",
      "type": "n8n-nodes-base.gmail",
      "position": [
        800,
        -20
      ]
    },
    {
      "id": "d66d2fd2-ec89-4b17-9c28-cf95c57ab023",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1eb09baf-6105-4aee-aa8d-103b4a6ef8dc",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bd97ef37-b8de-47f6-a9a5-1c19b9f1a393",
      "name": "Input Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -360,
        -20
      ]
    },
    {
      "id": "5148e29e-6e62-4c99-8413-c9c6918db5bd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Input Form": {
      "main": [
        [
          {
            "node": "Set Data from Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Keyword Agent": {
      "main": [
        [
          {
            "node": "Extract and Format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract and Format": {
      "main": [
        [
          {
            "node": "Send Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Data from Form": {
      "main": [
        [
          {
            "node": "Aggregate Data Points for AI Keyword Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Select your Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Keyword Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate Data Points for AI Keyword Agent": {
      "main": [
        [
          {
            "node": "AI Keyword Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}