コミュニティ問題モニタ(OpenRouter AI、Reddit、フォーラムクロール)

上級

これはMarket Research, AI Summarization分野の自動化ワークフローで、29個のノードを含みます。主にSet, Code, Html, Merge, Filterなどのノードを使用。 OpenRouter AI、Reddit、フォーラムクロールでコミュニティの問題を監視

前提条件
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "42450f423595f391b7c323eb4191c0bc81df9f6de5483a12f34f76cb4146556c",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "2cb7b4bd-a165-456b-89dc-0f8c96e2f197",
      "name": "「Test workflow」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -528,
        -720
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6f1b09fd-f77a-48ad-94b3-27715a6ab86c",
      "name": "構造化出力パーサー",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1552,
        -352
      ],
      "parameters": {
        "jsonSchemaExample": "{\n\t\"userProblem\": \"The users painpoint / problem quickly summarized\"\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "2b6cd5ca-a448-47e8-8292-b11e271de887",
      "name": "返信数でソートされた投稿を取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -304,
        -448
      ],
      "parameters": {
        "url": "https://community.n8n.io/c/questions/12?max_posts=1",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "c7a1aa24-0d7d-470f-8447-2a8478e795ef",
      "name": "リンクを抽出",
      "type": "n8n-nodes-base.html",
      "position": [
        -80,
        -448
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "link",
              "attribute": "href",
              "cssSelector": ".raw-topic-link",
              "returnArray": true,
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "17a6a92f-27e5-4cba-ad53-f142948b8022",
      "name": "投稿詳細を抽出",
      "type": "n8n-nodes-base.html",
      "position": [
        864,
        -448
      ],
      "parameters": {
        "options": {
          "cleanUpText": true
        },
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "title",
              "cssSelector": "#topic-title a"
            },
            {
              "key": "category",
              "cssSelector": ".topic-category .category-name"
            },
            {
              "key": "body",
              "cssSelector": ".topic-body .post"
            },
            {
              "key": "posted",
              "attribute": "content",
              "cssSelector": "meta[itemprop=\"datePublished\"]",
              "returnValue": "attribute"
            },
            {
              "key": "link",
              "attribute": "href",
              "cssSelector": "link[itemprop=\"url\"]",
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f812da1f-15ad-4e23-86bc-a901889a1114",
      "name": "毎朝9時に送信",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -528,
        -304
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 0 9 * * *"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "301577ca-6195-4d4d-8560-e76b935512dd",
      "name": "テキスト分類器",
      "type": "@n8n/n8n-nodes-langchain.textClassifier",
      "position": [
        144,
        -944
      ],
      "parameters": {
        "options": {},
        "inputText": "=Title: {{ $json.title }}\nPost: {{ $json.post }}",
        "categories": {
          "categories": [
            {
              "category": "QUESTION_HELP",
              "description": "The user has a problem that needs solving or asked a question on how to do something"
            },
            {
              "category": "JOB_POST",
              "description": "The user is posting a job. Loooking for an expert."
            },
            {
              "category": "SELF_PROMOTION",
              "description": "The user is promoting somehting that he/she built"
            },
            {
              "category": "QUESTION_GENERAL",
              "description": "The user is looking to initiate a general discussion."
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
      "name": "最新50件のreddit投稿を取得",
      "type": "n8n-nodes-base.reddit",
      "position": [
        -304,
        -912
      ],
      "parameters": {
        "limit": 50,
        "filters": {
          "category": "new"
        },
        "operation": "getAll",
        "subreddit": "n8n"
      },
      "credentials": {
        "redditOAuth2Api": {
          "id": "v85GtGAOetjxtbAD",
          "name": "Reddit account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "2cce0028-84fe-4ca4-96ab-1f14927bcfd0",
      "name": "毎日午後5時に送信",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -528,
        -1056
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 0 17 * * *"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "804af4ec-0bf4-4733-9d81-8a6cc93f62cb",
      "name": "OpenRouterチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        208,
        -688
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "65eed9cb-996d-4c39-8988-b2e7a2967288",
      "name": "OpenRouterチャットモデル1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        912,
        -864
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "046f9f69-68d4-4d7a-b533-88944e545494",
      "name": "OpenRouterチャットモデル2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1376,
        -352
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b3b81418-76b7-450c-a6c6-0806c777bd13",
      "name": "投稿タイトルと本文を選択",
      "type": "n8n-nodes-base.set",
      "position": [
        -80,
        -912
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "32e797a5-75b1-4b03-91e3-b45fb1713bbe",
              "name": "subreddit",
              "type": "string",
              "value": "={{ $json.subreddit }}"
            },
            {
              "id": "5463fed9-29c5-4fea-ba02-898a8334bcb4",
              "name": "title",
              "type": "string",
              "value": "={{ $json.title }}"
            },
            {
              "id": "234c2078-d453-4edb-bb41-c98285b92e32",
              "name": "post",
              "type": "string",
              "value": "={{ $json.selftext }}"
            },
            {
              "id": "20029983-0506-449d-84b0-84818a3999a0",
              "name": "creator",
              "type": "string",
              "value": "={{ $json.name }}"
            },
            {
              "id": "194c3860-2ec0-4470-b275-4e702d2bb62a",
              "name": "createdDate",
              "type": "string",
              "value": "={{new Date($json.created* 1000)}}"
            },
            {
              "id": "87a02b38-6291-4e94-be29-cb1cc4270f3c",
              "name": "ups",
              "type": "string",
              "value": "={{ $json.ups }}"
            },
            {
              "id": "7f3fd9fe-e42f-409d-b89c-83770e08682c",
              "name": "comments",
              "type": "string",
              "value": "={{ $json.num_comments }}"
            },
            {
              "id": "dadcec52-2ce8-4e3d-a7c7-a0ab5fb54f74",
              "name": "link",
              "type": "string",
              "value": "={{ $json.url }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "cf3eb7eb-d631-4793-8bbe-e9745eb5a810",
      "name": "質問をフィルタリング",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        -960
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "be412321-5456-4b6c-9944-9701750e2acd",
              "operator": {
                "type": "number",
                "operation": "equals"
              },
              "leftValue": "={{ Number($json.comments) }}",
              "rightValue": 0
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
      "name": "Redditの質問を要約",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        880,
        -1088
      ],
      "parameters": {
        "text": "=<content> \nTitle: {{ $json.title }}\nPost:{{ $json.post }} \n</content>\n",
        "messages": {
          "messageValues": [
            {
              "message": "=\n<purpose>\n    You are an expert in analysing n8n user problems. You receive comments of users that are looking for help and provide a quick summary on what the user is struggeling with.\n</purpose>\n\n<instructions>\n    <instruction>Output in json format</instruction>\n    <instruction>Please keep it short and concise. One sentence max.</instruction>\n    <instruction>Try to really highlight the users problem / pain point</instruction>\n</instructions>\n\n"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.5
    },
    {
      "id": "43041806-7e61-4ee2-ab30-eb379338e144",
      "name": "Reddit要約をフォーマット",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1040,
        -864
      ],
      "parameters": {
        "jsonSchemaExample": "{\n\t\"userProblem\": \"The users painpoint / problem quickly summarized\"\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "d5bccf17-fc5a-41ea-af89-e10467850252",
      "name": "Reddit投稿と要約を結合",
      "type": "n8n-nodes-base.merge",
      "position": [
        1280,
        -960
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineByPosition"
      },
      "typeVersion": 3
    },
    {
      "id": "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c",
      "name": "Redditメール本文を作成",
      "type": "n8n-nodes-base.code",
      "position": [
        1488,
        -960
      ],
      "parameters": {
        "jsCode": "const items = $input.all().map((item) => {\n    const itemJson = item.json;\n    return {\n        ...itemJson,\n        userProblem: itemJson.output.userProblem,\n        output: undefined  // Remove the original output object\n    };\n});\nreturn { data: items };\n"
      },
      "typeVersion": 2
    },
    {
      "id": "9b1737db-aa73-4637-b53c-5ca52b42ce85",
      "name": "Reddit要約メールを送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1680,
        -960
      ],
      "webhookId": "e46dd72e-b79b-4b73-ad6f-675a54da2e7a",
      "parameters": {
        "html": "={{$input.first().json.data.sort((a,b) => parseInt(b.ups) - parseInt(a.ups)).reduce((html, issue) => html + '<div class=\"issue\"><div class=\"title\">' + issue.title + '</div><div class=\"problem\"><strong>Problem:</strong> ' + issue.userProblem + '</div><div class=\"meta\">Posted: ' + new Date(issue.createdDate.replace(/\"/g, '')).toLocaleString() + ' | Upvotes: ' + issue.ups + ' | <a href=\"' + issue.link + '\" class=\"link\">View on Reddit</a></div></div>', '<!DOCTYPE html><html><head><style>body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:800px;margin:0 auto;padding:20px}.issue{border:1px solid #ddd;margin-bottom:20px;padding:15px;border-radius:5px}.title{color:#2c5282;font-weight:bold;font-size:18px;margin-bottom:10px}.problem{background:#f8f9fa;padding:10px;border-left:4px solid #4299e1;margin:10px 0}.meta{color:#666;font-size:14px;margin-top:10px}.link{color:#4299e1;text-decoration:none}.link:hover{text-decoration:underline}</style></head><body><div class=\"container\"><h1>n8n Subreddit Issues Summary</h1><p>Generated on: ' + new Date().toLocaleString() + '</p>') + '</div></body></html>'}}\n",
        "options": {},
        "subject": "Latest n8n User Problems ",
        "toEmail": "email@exmaple.com",
        "fromEmail": "email@exmaple.com"
      },
      "credentials": {
        "smtp": {
          "id": "JN7BvujMXvFvoUMh",
          "name": "SMTP account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "0d2454c1-2087-4e8c-a9da-930328540af7",
      "name": "各フォーラムリンクを処理",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        240,
        -448
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "link"
      },
      "typeVersion": 1
    },
    {
      "id": "77b25df7-78a2-4eb3-857c-96782ca87ed5",
      "name": "個別フォーラム投稿を取得",
      "type": "n8n-nodes-base.httpRequest",
      "onError": "continueRegularOutput",
      "maxTries": 2,
      "position": [
        544,
        -448
      ],
      "parameters": {
        "url": "={{ $json.link }}",
        "options": {
          "batching": {
            "batch": {
              "batchSize": 5,
              "batchInterval": 10000
            }
          }
        }
      },
      "retryOnFail": false,
      "typeVersion": 4.2,
      "waitBetweenTries": 5000
    },
    {
      "id": "6560f53e-4194-4b06-ab59-07833ada7374",
      "name": "n8nフォーラム投稿を要約",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1392,
        -576
      ],
      "parameters": {
        "text": "=<content> \nTitle: {{ $json.title }}\nPost:{{ $json.body }} \n</content>\n",
        "messages": {
          "messageValues": [
            {
              "message": "=\n<purpose>\n    You are an expert in analysing n8n user problems. You receive comments of users that are looking for help and provide a quick summary on what the user is struggeling with.\n</purpose>\n\n<instructions>\n    <instruction>Output in json format</instruction>\n    <instruction>Please keep it short and concise. One sentence max.</instruction>\n    <instruction>Try to really highlight the users problem / pain point</instruction>\n</instructions>\n\n"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.5
    },
    {
      "id": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
      "name": "フォーラム投稿と要約を結合",
      "type": "n8n-nodes-base.merge",
      "position": [
        1792,
        -448
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineByPosition"
      },
      "typeVersion": 3
    },
    {
      "id": "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1",
      "name": "フォーラムメール本文を作成",
      "type": "n8n-nodes-base.code",
      "position": [
        2016,
        -448
      ],
      "parameters": {
        "jsCode": "const items = $input.all().map((item) => {\n    const itemJson = item.json;\n    return {\n        ...itemJson,\n        userProblem: itemJson.output.userProblem,\n        output: undefined  // Remove the original output object\n    };\n});\nreturn { data: items };\n"
      },
      "typeVersion": 2
    },
    {
      "id": "94d3367e-f937-441a-b895-4037c4a089ad",
      "name": "フォーラム要約メールを送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2240,
        -448
      ],
      "webhookId": "2ba588d1-a7a4-4407-b53c-91646e1db8dc",
      "parameters": {
        "html": "={{ $input.first().json.data.sort((a,b) => new Date(b.posted) - new Date(a.posted)).reduce((html, issue) => html + '<div class=\"issue\"><div class=\"title\">' + issue.title + '</div><div class=\"problem\"><strong>Problem:</strong> ' + issue.userProblem + '</div><div class=\"meta\">Posted: ' + new Date(issue.posted).toLocaleString() + ' | <a href=\"' + issue.link + '\" class=\"link\">View on Forum</a></div></div>', '<!DOCTYPE html><html><head><style>body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:800px;margin:0 auto;padding:20px}.issue{border:1px solid #ddd;margin-bottom:20px;padding:15px;border-radius:5px}.title{color:#2c5282;font-weight:bold;font-size:18px;margin-bottom:10px}.problem{background:#f8f9fa;padding:10px;border-left:4px solid #4299e1;margin:10px 0}.meta{color:#666;font-size:14px;margin-top:10px}.link{color:#4299e1;text-decoration:none}.link:hover{text-decoration:underline}</style></head><body><div class=\"container\"><h1>n8n Community Forum Issues Summary</h1><p>Generated on: ' + new Date().toLocaleString() + '</p>') + '</div></body></html>'\n",
        "options": {},
        "subject": "Latest n8n User Problems (Forum)",
        "toEmail": "email@exmaple.com",
        "fromEmail": "email@exmaple.com"
      },
      "credentials": {
        "smtp": {
          "id": "JN7BvujMXvFvoUMh",
          "name": "SMTP account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "984f74cb-26cf-4ce5-b0d0-1d926e255df6",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -1088
      ],
      "parameters": {
        "color": 7,
        "width": 320,
        "height": 352,
        "content": "## This workflow runs two separate automations:\n\n**Reddit Digest**: Fetches, classifies, and summarizes new Reddit posts daily.\n\n**n8n Forum Digest**: Scrapes, filters, and summarizes new n8n forum posts daily.\nBoth automations send their findings in separate email reports."
      },
      "typeVersion": 1
    },
    {
      "id": "63b841a1-adf0-479e-a1e0-780621cd5aa6",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -1136
      ],
      "parameters": {
        "width": 256,
        "height": 176,
        "content": "## Reddit Digest\nSet the Subreddit name in the \"Get Latest Reddit Posts\" node. You'll also need to configure / adjust the AI prompt in the \"Summarize Reddit Questions\" node."
      },
      "typeVersion": 1
    },
    {
      "id": "043da666-4a49-482c-92c9-be199e1f77ab",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -672
      ],
      "parameters": {
        "width": 288,
        "height": 208,
        "content": "## n8n Forum Digest\nThis flow scrapes the n8n community forum. It filters posts based on a keyword in the \"Filter for recent Posts\" node and summarizes them using AI. Remember to configure / adjust the prompt in the \"Summarize n8n Forum Posts\" node."
      },
      "typeVersion": 1
    },
    {
      "id": "5082ac55-925d-43eb-a4e7-a9c114f289dd",
      "name": "最近の投稿をフィルタリング",
      "type": "n8n-nodes-base.filter",
      "position": [
        1120,
        -448
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ddc96e73-7fed-496e-89e0-03a5c073b057",
              "operator": {
                "type": "dateTime",
                "operation": "after"
              },
              "leftValue": "={{ $json.posted }}",
              "rightValue": "={{ $now.minus(14, 'days') }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "pinData": {},
  "connections": {
    "c7a1aa24-0d7d-470f-8447-2a8478e795ef": {
      "main": [
        [
          {
            "node": "0d2454c1-2087-4e8c-a9da-930328540af7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "301577ca-6195-4d4d-8560-e76b935512dd": {
      "main": [
        [
          {
            "node": "cf3eb7eb-d631-4793-8bbe-e9745eb5a810",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5082ac55-925d-43eb-a4e7-a9c114f289dd": {
      "main": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "main",
            "index": 0
          },
          {
            "node": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "17a6a92f-27e5-4cba-ad53-f142948b8022": {
      "main": [
        [
          {
            "node": "5082ac55-925d-43eb-a4e7-a9c114f289dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cf3eb7eb-d631-4793-8bbe-e9745eb5a810": {
      "main": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "main",
            "index": 0
          },
          {
            "node": "d5bccf17-fc5a-41ea-af89-e10467850252",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "43041806-7e61-4ee2-ab30-eb379338e144": {
      "ai_outputParser": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "804af4ec-0bf4-4733-9d81-8a6cc93f62cb": {
      "ai_languageModel": [
        [
          {
            "node": "301577ca-6195-4d4d-8560-e76b935512dd",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "65eed9cb-996d-4c39-8988-b2e7a2967288": {
      "ai_languageModel": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "046f9f69-68d4-4d7a-b533-88944e545494": {
      "ai_languageModel": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "0d2454c1-2087-4e8c-a9da-930328540af7": {
      "main": [
        [
          {
            "node": "77b25df7-78a2-4eb3-857c-96782ca87ed5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1": {
      "main": [
        [
          {
            "node": "94d3367e-f937-441a-b895-4037c4a089ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b3b81418-76b7-450c-a6c6-0806c777bd13": {
      "main": [
        [
          {
            "node": "301577ca-6195-4d4d-8560-e76b935512dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "94d3367e-f937-441a-b895-4037c4a089ad": {
      "main": [
        []
      ]
    },
    "6f1b09fd-f77a-48ad-94b3-27715a6ab86c": {
      "ai_outputParser": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c": {
      "main": [
        [
          {
            "node": "9b1737db-aa73-4637-b53c-5ca52b42ce85",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9b1737db-aa73-4637-b53c-5ca52b42ce85": {
      "main": [
        []
      ]
    },
    "f812da1f-15ad-4e23-86bc-a901889a1114": {
      "main": [
        [
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          },
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6560f53e-4194-4b06-ab59-07833ada7374": {
      "main": [
        [
          {
            "node": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10125c7a-95f5-4d72-827e-03cfbc1802ad": {
      "main": [
        [
          {
            "node": "b3b81418-76b7-450c-a6c6-0806c777bd13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "446bc6f9-96e7-4f6a-823f-28faf1a5e143": {
      "main": [
        [
          {
            "node": "d5bccf17-fc5a-41ea-af89-e10467850252",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b6cd5ca-a448-47e8-8292-b11e271de887": {
      "main": [
        [
          {
            "node": "c7a1aa24-0d7d-470f-8447-2a8478e795ef",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2cce0028-84fe-4ca4-96ab-1f14927bcfd0": {
      "main": [
        [
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          },
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8ee8dd78-0d52-4c74-bac7-2c53ee777d71": {
      "main": [
        [
          {
            "node": "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "77b25df7-78a2-4eb3-857c-96782ca87ed5": {
      "main": [
        [
          {
            "node": "17a6a92f-27e5-4cba-ad53-f142948b8022",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "d5bccf17-fc5a-41ea-af89-e10467850252": {
      "main": [
        [
          {
            "node": "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2cb7b4bd-a165-456b-89dc-0f8c96e2f197": {
      "main": [
        [
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          },
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - 市場調査, AI要約

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数29
カテゴリー2
ノードタイプ16
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Julian Kaiser

Julian Kaiser

@jksr

Full Stack Developer turned AI & Automation Engineer, implementing intelligent solutions with custom code, LLMs & n8n. Use my link to book a free 30-minute call to discuss your AI challenges and see if my services might be a good fit for your needs.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34