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など)は別途料金が発生する場合があります。
関連ワークフロー
ウェブサイトのHTMLからメールアドレスを抽出
HTMLからWebサイトでメールアドレスを抽出
If
Set
Webhook
+
If
Set
Webhook
10 ノードImperol
営業
YouTube動画の傑出部分抽出API
YouTube動画からのヒュ植被有の部分を抽出するAPI
If
Set
Filter
+
If
Set
Filter
18 ノードMax T
マーケティング
n8nを使用したAirtableからPostgresへの自動移行
n8nによるAirtableからPostgresへの自動移行
If
Set
Code
+
If
Set
Code
66 ノードImperol
IT運用
[テンプレート] AIペットショップ v8
AIペットショップアシスタント - GPT-4o、Googleカレンダー、WhatsApp/Instagram/Facebookを統合
If
N8n
Set
+
If
N8n
Set
244 ノードAmanda Benks
営業
Search Console結果をGoogle スプレッドシートにエクスポート
Search Console の結果を Google スプレッドシートにエクスポートする
Set
Split Out
Http Request
+
Set
Split Out
Http Request
18 ノードImperol
マーケティング
検索ボリューム付きの新規キーワード生成 ✅⚒️⚒️🟢🟢
Google Ads API を使って新しいキーワードと検索量を生成
Set
Split Out
Http Request
+
Set
Split Out
Http Request
11 ノードImperol
マーケティング
ワークフロー情報
難易度
中級
ノード数9
カテゴリー1
ノードタイプ8
作成者
Imperol
@imperolqAutomation expert with years of experience helping businesses improve their efficiency and productivity with smart automations that are affordable, scalable, and flexible.
外部リンク
n8n.ioで表示 →
このワークフローを共有