8
n8n 한국어amn8n.com

Google 자동 제안을 사용하여 키워드 생성

중급

이것은Marketing분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Set, Xml, Webhook, SplitOut, Aggregate 등의 노드를 사용하며. Google 자동 제안을 사용하여 키워드 생성

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "8eadf351d49a11e77d3a57adf374670f06c5294af8b1b7c86a1123340397e728"
  },
  "nodes": [
    {
      "id": "551a3a1f-07ad-48aa-bc9a-18f39c883929",
      "name": "분할",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        940,
        180
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "toplevel.CompleteSuggestion"
      },
      "typeVersion": 1
    },
    {
      "id": "f451dc0d-a78d-4ba6-adcf-c1180502a904",
      "name": "집계",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1260,
        180
      ],
      "parameters": {
        "options": {},
        "fieldsToAggregate": {
          "fieldToAggregate": [
            {
              "fieldToAggregate": "Keywords"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ccad69b0-7f88-490e-bfbd-50ef702f48ce",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        350.13991769547397,
        134.716049382716
      ],
      "parameters": {
        "color": 4,
        "width": 1323.884773662551,
        "height": 224.79012345679018,
        "content": "* Generating keywords for your SEO"
      },
      "typeVersion": 1
    },
    {
      "id": "9ed26e36-e05a-416e-a517-3f5d07718256",
      "name": "키워드 수신",
      "type": "n8n-nodes-base.webhook",
      "position": [
        400,
        180
      ],
      "webhookId": "76a63718-b3cb-4141-bc55-efa614d13f1d",
      "parameters": {
        "path": "76a63718-b3cb-4141-bc55-efa614d13f1d",
        "options": {},
        "responseMode": "lastNode"
      },
      "typeVersion": 1.1
    },
    {
      "id": "51aa0811-7f31-4476-9460-4eacad81e469",
      "name": "키워드 자동 생성",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        600,
        180
      ],
      "parameters": {
        "url": "=https://google.com/complete/search?output=toolbar&gl=US&q={{ $json.query.q }}",
        "options": {}
      },
      "typeVersion": 4.1
    },
    {
      "id": "f3bd360c-bf72-4e5f-92ec-ca08c8e4daed",
      "name": "키워드 서식 지정",
      "type": "n8n-nodes-base.xml",
      "position": [
        760,
        180
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "id": "17bef508-47e1-482b-8dc1-aeb1f6faca63",
      "name": "키워드 정리",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        180
      ],
      "parameters": {
        "options": {
          "ignoreConversionErrors": true
        },
        "assignments": {
          "assignments": [
            {
              "id": "fb95058f-0c20-4249-8a45-7b935fde1874",
              "name": "Keywords",
              "type": "array",
              "value": "={{ $json.suggestion.data }}"
            }
          ]
        }
      },
      "typeVersion": 3.3
    },
    {
      "id": "81e3ced0-d3b7-4019-a6a7-5e940ad33df1",
      "name": "키워드 반환",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1440,
        180
      ],
      "parameters": {
        "options": {},
        "respondWith": "allIncomingItems"
      },
      "typeVersion": 1
    },
    {
      "id": "fafc57a6-64e1-4463-bbf0-c9dccd880345",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        380
      ],
      "parameters": {
        "width": 767.7695473251028,
        "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 desired keyword and you will be good to go\n\n* You can use the keyword with a space and the results will be the same"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "f451dc0d-a78d-4ba6-adcf-c1180502a904": {
      "main": [
        [
          {
            "node": "81e3ced0-d3b7-4019-a6a7-5e940ad33df1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "551a3a1f-07ad-48aa-bc9a-18f39c883929": {
      "main": [
        [
          {
            "node": "17bef508-47e1-482b-8dc1-aeb1f6faca63",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "17bef508-47e1-482b-8dc1-aeb1f6faca63": {
      "main": [
        [
          {
            "node": "f451dc0d-a78d-4ba6-adcf-c1180502a904",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f3bd360c-bf72-4e5f-92ec-ca08c8e4daed": {
      "main": [
        [
          {
            "node": "551a3a1f-07ad-48aa-bc9a-18f39c883929",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9ed26e36-e05a-416e-a517-3f5d07718256": {
      "main": [
        [
          {
            "node": "51aa0811-7f31-4476-9460-4eacad81e469",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "51aa0811-7f31-4476-9460-4eacad81e469": {
      "main": [
        [
          {
            "node": "f3bd360c-bf72-4e5f-92ec-ca08c8e4daed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 마케팅

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수9
카테고리1
노드 유형8
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Imperol

Imperol

@imperolq

Automation expert with years of experience helping businesses improve their efficiency and productivity with smart automations that are affordable, scalable, and flexible.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34