Redditビジネスアイデアの掘り起こし

上級

これはMarket Research, Multimodal AI分野の自動化ワークフローで、16個のノードを含みます。主にIf, Set, Code, Merge, Filterなどのノードを使用。 DeepSeek AI と Google Sheets を使って Reddit 投稿からビジネスアイデアを生成する

前提条件
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "J3GaCzsXJ3nCHG3e",
  "meta": {
    "instanceId": "6a4dbf15df2350827ea6db00b6cc1e0991437532d2975484ea0076e06986bed7",
    "templateCredsSetupCompleted": true
  },
  "name": "Reddit for Business Ideas",
  "tags": [],
  "nodes": [
    {
      "id": "aed3af61-05c8-44b9-b150-6129349baf25",
      "name": "要約チェーン",
      "type": "@n8n/n8n-nodes-langchain.chainSummarization",
      "position": [
        1120,
        100
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "0f51146c-8f01-4c15-b291-5120f4d20ac5",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "onError": "continueRegularOutput",
      "position": [
        40,
        220
      ],
      "parameters": {},
      "typeVersion": 2.2,
      "alwaysOutputData": true
    },
    {
      "id": "6c7b7cb1-1f0b-49fe-84d1-520e8940be94",
      "name": "マージ",
      "type": "n8n-nodes-base.merge",
      "position": [
        700,
        180
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "32306f37-0622-4933-b1f7-e51d96a8dbde",
      "name": "フィルター",
      "type": "n8n-nodes-base.filter",
      "position": [
        880,
        180
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "79c8e118-3aa3-46fd-9df3-faa1536d1f7c",
      "name": "マージ1",
      "type": "n8n-nodes-base.merge",
      "position": [
        1480,
        160
      ],
      "parameters": {},
      "typeVersion": 3,
      "alwaysOutputData": true
    },
    {
      "id": "59bc9d88-3e32-4834-ba9c-e8c23f218e09",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        -140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2e8de619-ee04-46e0-9e83-bb34111f5c43",
      "name": "OpenRouterチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        420,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "75bc6776-69ed-4e00-b535-1338cc5c080d",
      "name": "OpenRouterチャットモデル1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1280,
        420
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "29b18901-b8b3-4a79-9bcd-175dd2e912a7",
      "name": "フィールド編集",
      "type": "n8n-nodes-base.set",
      "position": [
        260,
        200
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "f1633699-1ead-451e-b0f4-7992940c68da",
      "name": "ビジネス課題か?",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        420,
        40
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "121e526e-8f1e-409b-ac60-52c220931bfb",
      "name": "アイデア生成器",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1140,
        260
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "5fe93b2b-b9af-4ece-b6fe-0ae9194be574",
      "name": "コード",
      "type": "n8n-nodes-base.code",
      "position": [
        1700,
        160
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "6a5071d6-884b-4195-aa54-e34467e347e0",
      "name": "複数投稿取得",
      "type": "n8n-nodes-base.reddit",
      "position": [
        -120,
        220
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8b4109ef-f477-42f5-a7c1-6133f1cbce3d",
      "name": "OpenRouterチャットモデル2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        980,
        -20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "76bf6d74-6bf4-471e-a6b1-64b58a854a7a",
      "name": "他ワークフロー実行時",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -280,
        220
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "61153ee6-2245-4cbd-9aec-c74ca24c9e8d",
      "name": "シートに行を追加または更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1880,
        160
      ],
      "parameters": {},
      "typeVersion": 4.6
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "94b80643-1fa3-4555-8f51-bd554ab58d94",
  "connections": {
    "0f51146c-8f01-4c15-b291-5120f4d20ac5": {
      "main": [
        [
          {
            "node": "29b18901-b8b3-4a79-9bcd-175dd2e912a7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5fe93b2b-b9af-4ece-b6fe-0ae9194be574": {
      "main": [
        [
          {
            "node": "61153ee6-2245-4cbd-9aec-c74ca24c9e8d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6c7b7cb1-1f0b-49fe-84d1-520e8940be94": {
      "main": [
        [
          {
            "node": "32306f37-0622-4933-b1f7-e51d96a8dbde",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "32306f37-0622-4933-b1f7-e51d96a8dbde": {
      "main": [
        [
          {
            "node": "aed3af61-05c8-44b9-b150-6129349baf25",
            "type": "main",
            "index": 0
          },
          {
            "node": "79c8e118-3aa3-46fd-9df3-faa1536d1f7c",
            "type": "main",
            "index": 2
          },
          {
            "node": "121e526e-8f1e-409b-ac60-52c220931bfb",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "79c8e118-3aa3-46fd-9df3-faa1536d1f7c": {
      "main": [
        [
          {
            "node": "5fe93b2b-b9af-4ece-b6fe-0ae9194be574",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "29b18901-b8b3-4a79-9bcd-175dd2e912a7": {
      "main": [
        [
          {
            "node": "6c7b7cb1-1f0b-49fe-84d1-520e8940be94",
            "type": "main",
            "index": 1
          },
          {
            "node": "f1633699-1ead-451e-b0f4-7992940c68da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6a5071d6-884b-4195-aa54-e34467e347e0": {
      "main": [
        [
          {
            "node": "0f51146c-8f01-4c15-b291-5120f4d20ac5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "121e526e-8f1e-409b-ac60-52c220931bfb": {
      "main": [
        [
          {
            "node": "79c8e118-3aa3-46fd-9df3-faa1536d1f7c",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "aed3af61-05c8-44b9-b150-6129349baf25": {
      "main": [
        [
          {
            "node": "79c8e118-3aa3-46fd-9df3-faa1536d1f7c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2e8de619-ee04-46e0-9e83-bb34111f5c43": {
      "ai_languageModel": [
        [
          {
            "node": "f1633699-1ead-451e-b0f4-7992940c68da",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "75bc6776-69ed-4e00-b535-1338cc5c080d": {
      "ai_languageModel": [
        [
          {
            "node": "121e526e-8f1e-409b-ac60-52c220931bfb",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "8b4109ef-f477-42f5-a7c1-6133f1cbce3d": {
      "ai_languageModel": [
        [
          {
            "node": "aed3af61-05c8-44b9-b150-6129349baf25",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f1633699-1ead-451e-b0f4-7992940c68da": {
      "main": [
        [
          {
            "node": "6c7b7cb1-1f0b-49fe-84d1-520e8940be94",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "61153ee6-2245-4cbd-9aec-c74ca24c9e8d": {
      "main": [
        []
      ]
    },
    "76bf6d74-6bf4-471e-a6b1-64b58a854a7a": {
      "main": [
        [
          {
            "node": "6a5071d6-884b-4195-aa54-e34467e347e0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - 市場調査, マルチモーダルAI

有料ですか?

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

関連ワークフロー

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

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

作成者
Gerald Denor

Gerald Denor

@dominixai

Gerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34