{
  "name": "Generating Keywords using Google Autosuggest",
  "nodes": [
    {
      "id": "551a3a1f-07ad-48aa-bc9a-18f39c883929",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        940,
        180
      ]
    },
    {
      "id": "f451dc0d-a78d-4ba6-adcf-c1180502a904",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1260,
        180
      ]
    },
    {
      "id": "ccad69b0-7f88-490e-bfbd-50ef702f48ce",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        350.13991769547397,
        134.716049382716
      ],
      "parameters": {
        "width": 1323.884773662551,
        "height": 224.79012345679018,
        "content": "* Generating keywords for your SEO"
      }
    },
    {
      "id": "9ed26e36-e05a-416e-a517-3f5d07718256",
      "name": "Receive Keyword",
      "type": "n8n-nodes-base.webhook",
      "position": [
        400,
        180
      ]
    },
    {
      "id": "51aa0811-7f31-4476-9460-4eacad81e469",
      "name": "Autogenerate Keywords",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        600,
        180
      ]
    },
    {
      "id": "f3bd360c-bf72-4e5f-92ec-ca08c8e4daed",
      "name": "Format Keywords",
      "type": "n8n-nodes-base.xml",
      "position": [
        760,
        180
      ]
    },
    {
      "id": "17bef508-47e1-482b-8dc1-aeb1f6faca63",
      "name": "Clean Keywords",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        180
      ]
    },
    {
      "id": "81e3ced0-d3b7-4019-a6a7-5e940ad33df1",
      "name": "return Keywords",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1440,
        180
      ]
    },
    {
      "id": "fafc57a6-64e1-4463-bbf0-c9dccd880345",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        380
      ],
      "parameters": {
        "width": 767.7695473251028,
        "height": null,
        "content": "* If you are using this one, just copy the this webhook url http://localhost:5678/webhook/76a63718-b3cb-4141-bc55-efa614d13f1d?q=keyword%20research\n* All you need is to change the keyword to e your de"
      }
    }
  ],
  "connections": {
    "Aggregate": {
      "main": [
        [
          {
            "node": "return Keywords",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Clean Keywords",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Keywords": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Keywords": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Keyword": {
      "main": [
        [
          {
            "node": "Autogenerate Keywords",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autogenerate Keywords": {
      "main": [
        [
          {
            "node": "Format Keywords",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}