
Auto-Track Amazon Prices with Google Gemini & Send Alerts to Telegram
描述
分类
📢 Marketing🤖 AI & Machine Learning
使用的节点
n8n-nodes-base.ifn8n-nodes-base.ifn8n-nodes-base.setn8n-nodes-base.setn8n-nodes-base.setn8n-nodes-base.coden8n-nodes-base.cronn8n-nodes-base.telegramn8n-nodes-base.telegramn8n-nodes-base.stickyNote
价格免费
浏览量1
最后更新2/3/2026
workflow.json
{
"nodes": [
{
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2352,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1696,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2288,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Set: Success Message",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1216
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "Set: Error Message",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1488
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "Config: Product & Alert",
"type": "n8n-nodes-base.set",
"position": [
-2672,
576
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1616,
576
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "Schedule Trigger1",
"type": "n8n-nodes-base.cron",
"position": [
-3008,
576
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2384,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-1712,
784
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-1536,
784
],
"parameters": {},
"typeVersion": 1.3
},
{
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-1376,
784
],
"parameters": {},
"typeVersion": 1.3
},
{
"name": "Send Error",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1488
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "Send Success",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1216
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
-2784,
1472
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "IF: Price <= Target?",
"type": "n8n-nodes-base.if",
"position": [
-2544,
1216
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "Fetch HTML",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2320,
576
],
"parameters": {},
"typeVersion": 4.2
},
{
"name": "Parse and clean HTML",
"type": "n8n-nodes-base.code",
"position": [
-2032,
576
],
"parameters": {},
"typeVersion": 2
},
{
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1760,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-4800,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"If": {
"main": [
[
{
"node": "IF: Price <= Target?",
"type": "main",
"index": 0
}
],
[
{
"node": "Set: Error Message",
"type": "main",
"index": 0
}
]
]
},
"Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Fetch HTML": {
"main": [
[
{
"node": "Parse and clean HTML",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger1": {
"main": [
[
{
"node": "Config: Product & Alert",
"type": "main",
"index": 0
}
]
]
},
"Set: Error Message": {
"main": [
[
{
"node": "Send Error",
"type": "main",
"index": 0
}
]
]
},
"IF: Price <= Target?": {
"main": [
[
{
"node": "Set: Success Message",
"type": "main",
"index": 0
}
]
]
},
"Parse and clean HTML": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Set: Success Message": {
"main": [
[
{
"node": "Send Success",
"type": "main",
"index": 0
}
]
]
},
"Config: Product & Alert": {
"main": [
[
{
"node": "Fetch HTML",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Gemini Chat Model1": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}