アマゾンの価格自動追跡&Telegramでのリマインダー
上級
これはMarket Research, AI Summarization分野の自動化ワークフローで、22個のノードを含みます。主にIf, Set, Code, Cron, Telegramなどのノードを使用。 Google Geminiを使用して Amazon価格を自動追跡し、Telegramでの通知を送信
前提条件
- •Telegram Bot Token
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Gemini API Key
使用ノード (22)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"nodes": [
{
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-1-0"
},
{
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2352,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-2-1"
},
{
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-3-2"
},
{
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1696,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-4-3"
},
{
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2288,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-5-4"
},
{
"name": "設定: 成功メッセージ",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1216
],
"parameters": {},
"typeVersion": 3.4,
"id": "--5"
},
{
"name": "設定: エラーメッセージ",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1488
],
"parameters": {},
"typeVersion": 3.4,
"id": "--6"
},
{
"name": "設定: 商品とアラート",
"type": "n8n-nodes-base.set",
"position": [
-2672,
576
],
"parameters": {},
"typeVersion": 3.4,
"id": "--7"
},
{
"name": "AIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1616,
576
],
"parameters": {},
"typeVersion": 2.2,
"id": "AI--8"
},
{
"name": "スケジュールトリガー1",
"type": "n8n-nodes-base.cron",
"position": [
-3008,
576
],
"parameters": {},
"typeVersion": 1,
"id": "-1-9"
},
{
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2384,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-6-10"
},
{
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-1712,
784
],
"parameters": {},
"typeVersion": 1,
"id": "Google-Gemini-Chat-Model1-11"
},
{
"name": "メモリ",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-1536,
784
],
"parameters": {},
"typeVersion": 1.3,
"id": "--12"
},
{
"name": "構造化出力パーサー",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-1376,
784
],
"parameters": {},
"typeVersion": 1.3,
"id": "--13"
},
{
"name": "エラー送信",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1488
],
"parameters": {},
"typeVersion": 1.2,
"id": "--14"
},
{
"name": "成功送信",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1216
],
"parameters": {},
"typeVersion": 1.2,
"id": "--15"
},
{
"name": "条件分岐",
"type": "n8n-nodes-base.if",
"position": [
-2784,
1472
],
"parameters": {},
"typeVersion": 2.2,
"id": "--16"
},
{
"name": "条件分岐: 価格 <= 目標値?",
"type": "n8n-nodes-base.if",
"position": [
-2544,
1216
],
"parameters": {},
"typeVersion": 2.2,
"id": "--17"
},
{
"name": "HTML取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2320,
576
],
"parameters": {},
"typeVersion": 4.2,
"id": "HTML--18"
},
{
"name": "HTML解析とクリーニング",
"type": "n8n-nodes-base.code",
"position": [
-2032,
576
],
"parameters": {},
"typeVersion": 2,
"id": "HTML--19"
},
{
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1760,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "--20"
},
{
"name": "付箋7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-4800,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-7-21"
}
],
"pinData": {},
"connections": {
"--16": {
"main": [
[
{
"node": "--17",
"type": "main",
"index": 0
}
],
[
{
"node": "--6",
"type": "main",
"index": 0
}
]
]
},
"--12": {
"ai_memory": [
[
{
"node": "AI--8",
"type": "ai_memory",
"index": 0
}
]
]
},
"AI--8": {
"main": [
[
{
"node": "--16",
"type": "main",
"index": 0
}
]
]
},
"HTML--18": {
"main": [
[
{
"node": "HTML--19",
"type": "main",
"index": 0
}
]
]
},
"-1-9": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"--6": {
"main": [
[
{
"node": "--14",
"type": "main",
"index": 0
}
]
]
},
"--17": {
"main": [
[
{
"node": "--5",
"type": "main",
"index": 0
}
]
]
},
"HTML--19": {
"main": [
[
{
"node": "AI--8",
"type": "main",
"index": 0
}
]
]
},
"--5": {
"main": [
[
{
"node": "--15",
"type": "main",
"index": 0
}
]
]
},
"--7": {
"main": [
[
{
"node": "HTML--18",
"type": "main",
"index": 0
}
]
]
},
"--13": {
"ai_outputParser": [
[
{
"node": "AI--8",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google-Gemini-Chat-Model1-11": {
"ai_languageModel": [
[
{
"node": "AI--8",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 市場調査, AI要約
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Redditニュース自動化プロフェッショナル版 - マルチプラットフォーム要約
Telegram、Discord、Slack向けにGeminiでAI精选Reddit要約を生成する
If
Set
Code
+
If
Set
Code
25 ノードHemanth Arety
市場調査
第一轮 Telegram と LinkedIn 快速通道 AI 招聘アシスタント
AI候选人筛选流程:LinkedInへTelegram,統合Gemini与Apify
If
Set
Code
+
If
Set
Code
55 ノードDean Pike
人事
AIで動くTelegramアシスタント完全入門ガイド(PDF、Brave検索、Google スイート)
Gemini、RAG PDF検索、Google Suiteを用いて多機能Telegramボットを構築
Set
Code
Wait
+
Set
Code
Wait
79 ノードIssam AGGOUR
人工知能
01 AIメディアバイヤーでFacebook広告のパフォーマンスを分析し、インサイトをGoogle Sheetsへ送信
Gemini AIを使用してFacebook広告を分析し、インサイトをGoogle Sheetsに送信
If
Set
Code
+
If
Set
Code
34 ノードJJ Tham
市場調査
地政学のニュースフラッシュアラート
地政学のニューススナップをAIスコアリングとTelegramアラートでフィルタリング
If
Code
Merge
+
If
Code
Merge
30 ノードDev Dutta
市場調査
アイデア捕集テンプレート
Reddit、YouTube、Xを分析してコンテンツ戦略レポートを生成するGeminiの使用
If
Set
Code
+
If
Set
Code
34 ノードSheryl
市場調査