Build an Amazon Price Tracker with Keepa, n8n & Telegram (No Code DIY Tutorial)
🚀 Build your own Amazon Price Tracker — no code required.
In this step-by-step tutorial, I’ll show you how to use Keepa, n8n, and Telegram to get notified instantly when a product price drops on Amazon. This is perfect for resellers, private label sellers, or anyone watching ASINs for sourcing, repricing, or competition tracking.
🔗 Download the complete automation kit (.json workflow + setup guide):
👉 https://rockitseller.com/price-tracker
🧰 Tools Used:
• Keepa API (affiliate or paid) – https://keepa.com/#!api
• n8n.cloud (no-code automation platform) – https://n8n.io
• Telegram (for instant alerts)
---
🧠 **What You’ll Learn:**
• How to fetch Amazon pricing using the Keepa API
• How to build and trigger workflows in n8n
• How to convert raw data into clean, readable alerts
• How to send price drop notifications to Telegram automatically
---
💻 **Copy-Paste This Code (for your n8n Code Node):**
```javascript
const product = $json.products[0];
const current = product.stats.current;
// Try Buy Box first, fallback to 3P New
let priceCents = current[10]; // Buy Box
if (priceCents lessthan= 0 || priceCents === -1) { // YouTube does not allow angle brackets so change it to angle brackets instead of the word lessthan
priceCents = current[1]; // 3P New
}
const priceDollars = priceCents greaterthan 0 ? (priceCents / 100).toFixed(2) : null; // Same here
return {
asin: product.asin,
title: product.title || "N/A",
price: priceDollars ? parseFloat(priceDollars) : "Unavailable"
};
💬 Have questions? Drop them in the comments — I respond to every one.
📦 More no-code Amazon automations coming soon. Subscribe to stay ahead.
#rockitseller #keepa #amazonautomation #n8n #nocode #telegrambot #ecomtools #amazonfba #automateyourbusiness
Видео Build an Amazon Price Tracker with Keepa, n8n & Telegram (No Code DIY Tutorial) канала RockitSeller
In this step-by-step tutorial, I’ll show you how to use Keepa, n8n, and Telegram to get notified instantly when a product price drops on Amazon. This is perfect for resellers, private label sellers, or anyone watching ASINs for sourcing, repricing, or competition tracking.
🔗 Download the complete automation kit (.json workflow + setup guide):
👉 https://rockitseller.com/price-tracker
🧰 Tools Used:
• Keepa API (affiliate or paid) – https://keepa.com/#!api
• n8n.cloud (no-code automation platform) – https://n8n.io
• Telegram (for instant alerts)
---
🧠 **What You’ll Learn:**
• How to fetch Amazon pricing using the Keepa API
• How to build and trigger workflows in n8n
• How to convert raw data into clean, readable alerts
• How to send price drop notifications to Telegram automatically
---
💻 **Copy-Paste This Code (for your n8n Code Node):**
```javascript
const product = $json.products[0];
const current = product.stats.current;
// Try Buy Box first, fallback to 3P New
let priceCents = current[10]; // Buy Box
if (priceCents lessthan= 0 || priceCents === -1) { // YouTube does not allow angle brackets so change it to angle brackets instead of the word lessthan
priceCents = current[1]; // 3P New
}
const priceDollars = priceCents greaterthan 0 ? (priceCents / 100).toFixed(2) : null; // Same here
return {
asin: product.asin,
title: product.title || "N/A",
price: priceDollars ? parseFloat(priceDollars) : "Unavailable"
};
💬 Have questions? Drop them in the comments — I respond to every one.
📦 More no-code Amazon automations coming soon. Subscribe to stay ahead.
#rockitseller #keepa #amazonautomation #n8n #nocode #telegrambot #ecomtools #amazonfba #automateyourbusiness
Видео Build an Amazon Price Tracker with Keepa, n8n & Telegram (No Code DIY Tutorial) канала RockitSeller
Комментарии отсутствуют
Информация о видео
9 мая 2025 г. 1:24:43
00:08:34
Другие видео канала



















