クーポン検索機

中級

これはAI Chatbot, Multimodal AI分野の自動化ワークフローで、8個のノードを含みます。主にAgent, DecodoTool, ChatTrigger, ToolSerpApi, LmChatAzureOpenAiなどのノードを使用。 SerpAPI、Decodo、GPT-5 Miniを使って効果のなクーポンとプロモーションコードを検索

前提条件
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "gSKavHnaQxVY6DLe",
  "meta": {
    "instanceId": "c2650793f644091dc80fb900fe63448ad1f4b774008de9608064d67294f8307c",
    "templateCredsSetupCompleted": true
  },
  "name": "Promo Seeker",
  "tags": [],
  "nodes": [
    {
      "id": "3c07ac00-df2b-405f-b0bd-492099eaff88",
      "name": "SerpAPI 検索",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        512,
        208
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "serpApi": {
          "id": "RnX2LOB0xs45mOEw",
          "name": "Login w Github"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ef0545fc-9caf-4d4f-aaf2-1681ef52ec17",
      "name": "Message",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        16,
        0
      ],
      "webhookId": "8cca6785-5e60-4cca-92c2-859e362c68c9",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.3
    },
    {
      "id": "7da8aa0c-0bc1-4196-b20c-b40270d2ac22",
      "name": "Gpt 5 Mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        80,
        208
      ],
      "parameters": {
        "model": "gpt5mini",
        "options": {}
      },
      "credentials": {
        "azureOpenAiApi": {
          "id": "f2y13FBDaQZYGn8T",
          "name": "GPT5-mini"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "8a9ea170-c9dd-469a-bd84-2ef1d49841aa",
      "name": "Chat メモリ",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        224,
        208
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "fdcd13cf-f3d3-43b2-9c99-32fe50f26bc6",
      "name": "Decodo Scrapper",
      "type": "@decodo/n8n-nodes-decodo.decodoTool",
      "position": [
        368,
        208
      ],
      "parameters": {},
      "credentials": {
        "decodoApi": {
          "id": "um6rsqlbtrY3NRQB",
          "name": "cm@g.com"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "07d248ac-97de-49eb-8d30-c960ae6fcb8d",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -48
      ],
      "parameters": {
        "color": 5,
        "width": 464,
        "height": 656,
        "content": "## How to Get Credentials \n\n### 1. SerpAPI Node\n\n- Go to [SerpAPI](https://serpapi.com/) and sign up.\n- After logging in, find your **API Key** in your dashboard.\n- In n8n, go to **Credentials** > **Create New** > **SerpAPI**.\n- Paste your API Key and save.\n\n### 2. Azure OpenAI (Gpt 5 Mini) Node\n\n- Go to [Azure Portal](https://portal.azure.com/) and create an Azure OpenAI resource.\n- In your resource, go to **Keys and Endpoint**.\n- Copy your **API Key** and **Endpoint URL**.\n- In n8n, go to **Credentials** > **Create New** > **Azure OpenAI API**.\n- Enter your API Key and Endpoint, then save.\n\n### 3. Decodo Scrapper Node\n\n- Go to [Decodo](https://decodo.com/) and sign up.\n- After logging in, find your **API Key** in your account settings.\n- In n8n, go to **Credentials** > **Create New** > **Decodo API**.\n- Paste your API Key and save.\n---\n**Note:**  \nKeep your API keys secure and never share them publicly.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "9dcd1a64-5248-402f-9781-618067dec74d",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        368
      ],
      "parameters": {
        "width": 672,
        "height": 240,
        "content": "## How This Workflow Works (Sticky Note)\n\n- This workflow is designed to help you find valid and working promo codes and vouchers from across the internet.\n- When you send a message, the AI Agent uses search tools (SerpAPI, Decodo Scrapper) to look for the latest discounts and vouchers.\n- The AI Agent checks and filters results to show only new and active promos.\n- All results are displayed in the chat for easy access.\n- Just type what kind of promo you want and let the workflow do the rest!"
      },
      "typeVersion": 1
    },
    {
      "id": "7d1347ac-3335-4b88-9513-1133906bddd7",
      "name": "Promo Seeker エージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ],
      "parameters": {
        "options": {
          "systemMessage": "you are a voucher and discount seeker expert. use provided tools to find a new, valid and working voucher accross internet"
        }
      },
      "typeVersion": 2.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "bff1cf5a-123c-4781-b12b-e09926a4d25e",
  "connections": {
    "ef0545fc-9caf-4d4f-aaf2-1681ef52ec17": {
      "main": [
        [
          {
            "node": "Promo Seeker Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "Promo Seeker Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7da8aa0c-0bc1-4196-b20c-b40270d2ac22": {
      "ai_languageModel": [
        [
          {
            "node": "Promo Seeker Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Chat Memory": {
      "ai_memory": [
        [
          {
            "node": "Promo Seeker Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "fdcd13cf-f3d3-43b2-9c99-32fe50f26bc6": {
      "ai_tool": [
        [
          {
            "node": "Promo Seeker Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - AIチャットボット, マルチモーダルAI

有料ですか?

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

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

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34