This workflow corresponds to n8n.io template #10115 — we link there as the canonical source.
This workflow follows the Google Sheets → Telegram recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "GP6WsXTLgM9LhI8E",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Track Amazon Product Prices with ScrapeGraphAI",
"tags": [],
"nodes": [
{
"id": "c934786f-96c6-4d3e-8e08-6eb7cf522116",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-240,
-160
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtMinute": 10
}
]
}
},
"typeVersion": 1.2
},
{
"id": "3f91dab9-db6e-4a8e-8f5f-4acf2f53f706",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-240,
-16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f928ffea-524e-4f9f-9f4c-c994d0991edd",
"name": "Scrape Amazon Product Price",
"type": "n8n-nodes-scrapegraphai.scrapegraphAi",
"position": [
576,
0
],
"parameters": {
"userPrompt": "You are an expert extraction algorithm. Extract the price of the Amazon product",
"websiteUrl": "={{ $json.URL }}",
"renderHeavyJs": true,
"useOutputSchema": true
},
"credentials": {
"scrapegraphAIApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "32e9c8fb-a015-40f0-b2be-c65a689bc335",
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
864,
272
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "d83e6ad5-621c-4ca4-9177-194d673f626d",
"name": "Min price?",
"type": "n8n-nodes-base.if",
"position": [
864,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "79dfbedd-c17c-4913-b739-3f6395cea670",
"operator": {
"type": "number",
"operation": "lt"
},
"leftValue": "={{ $json.result.price }}",
"rightValue": "={{ $('Loop').item.json['MIN PRICE'] }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "ddc8c4de-cc4e-4286-a21e-0160a692d897",
"name": "Update price",
"type": "n8n-nodes-base.googleSheets",
"position": [
256,
256
],
"parameters": {
"columns": {
"value": {
"DATE": "={{$now.format('dd/LL/yyyy')}}",
"MIN PRICE": "={{ $('Scrape Amazon Product Price').item.json.result.price }}",
"row_number": "={{ $('Loop').item.json.row_number }}"
},
"schema": [
{
"id": "PRODUCT ",
"type": "string",
"display": true,
"required": false,
"displayName": "PRODUCT ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL",
"type": "string",
"display": true,
"required": false,
"displayName": "URL",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "DATE",
"type": "string",
"display": true,
"required": false,
"displayName": "DATE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "MIN PRICE",
"type": "string",
"display": true,
"required": false,
"displayName": "MIN PRICE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "number",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo/edit?usp=drivesdk",
"cachedResultName": "Amazon Price Alert"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.7
},
{
"id": "5e331171-bc70-44b6-92fe-04e8bc9f83f1",
"name": "Send alert",
"type": "n8n-nodes-base.telegram",
"position": [
576,
256
],
"parameters": {
"text": "=The product {{ $('Loop').item.json['PRODUCT '] }} (sold by {{ $json['MIN PRICE'] }}) has just hit its lowest price yet on Amazon! \ud83c\udf89 Check it out: {{ $('Min price?').item.json.website_url }}",
"chatId": "XXX",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
},
"typeVersion": 1.2
},
{
"id": "adefe5e4-1533-4dcc-8933-21de86f3fca6",
"name": "Get products",
"type": "n8n-nodes-base.googleSheets",
"position": [
-16,
-16
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo/edit?usp=drivesdk",
"cachedResultName": "Amazon Price Alert"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.7
},
{
"id": "58665e12-61a2-4fca-ba9c-8632a693f9ef",
"name": "Loop",
"type": "n8n-nodes-base.splitInBatches",
"position": [
256,
-16
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "43d41bfa-6dcf-417c-b645-2cc49220be28",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-272,
-608
],
"parameters": {
"color": 3,
"width": 640,
"height": 384,
"content": "## Track Amazon Product Prices with ScrapeGraphAI\n\nThis workflow automates the process of **monitoring Amazon product prices** and **sending alerts** when a product\u2019s price drops below a defined threshold.\n\nIt integrates **ScrapeGraphAI**, **Google Sheets**, and **Telegram** to provide a complete end-to-end price tracking system.\n\nThis automated workflow tracks Amazon product prices and sends an alert via Telegram when a product hits a new lowest price."
},
"typeVersion": 1
},
{
"id": "e0675997-61a9-4ab1-84fa-5fdf11e7861f",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-608
],
"parameters": {
"width": 544,
"height": 112,
"content": "## STEP 1\n- Install the ScrapeGraph Community node\n- Register for FREE to [ScrapeGraphAI](https://dashboard.scrapegraphai.com/?via=n3witalia) and get API KEY"
},
"typeVersion": 1
},
{
"id": "b9a09f0f-f3c5-43a4-b806-c9675530a2be",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-464
],
"parameters": {
"width": 544,
"height": 128,
"content": "## STEP 2\n- Clone [this sheet](https://docs.google.com/spreadsheets/d/1_FBegOUXt3657og_ScfuiLCERWHtxDWn14799HkVrUo/edit?usp=sharing)\n- Set Product name, Product Amazon Url and Min Price (when you add a new product, please insert 9999)\n"
},
"typeVersion": 1
},
{
"id": "c0ad8f90-1a21-4f35-aff4-1e098300d082",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-304
],
"parameters": {
"width": 544,
"height": 80,
"content": "## STEP 3\n- Add your Telegram ID in \"Send Alert\" node"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "97fb6e87-7f47-4690-baac-da63a67313f3",
"connections": {
"Loop": {
"main": [
[],
[
{
"node": "Scrape Amazon Product Price",
"type": "main",
"index": 0
}
]
]
},
"Merge": {
"main": [
[
{
"node": "Loop",
"type": "main",
"index": 0
}
]
]
},
"Min price?": {
"main": [
[
{
"node": "Update price",
"type": "main",
"index": 0
}
],
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Send alert": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Get products": {
"main": [
[
{
"node": "Loop",
"type": "main",
"index": 0
}
]
]
},
"Update price": {
"main": [
[
{
"node": "Send alert",
"type": "main",
"index": 0
}
]
]
},
"Scrape Amazon Product Price": {
"main": [
[
{
"node": "Min price?",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Get products",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2ApiscrapegraphAIApitelegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow automates the process of monitoring Amazon product prices and sending alerts when a product’s price drops below a defined threshold.
Source: https://n8n.io/workflows/10115/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow continuously monitors the TikTok Ads Library for new creatives from specific advertisers or keyword searches, scrapes them via Apify, logs them into Google Sheets, and sends concise noti
This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API.
Apollo Data Enrichment Using Company Id to automatically finds contacts for companies listed in your Google Sheet, enriches each person with emails and phone numbers via Apollo’s API, and writes verif
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
++Download the google sheet here++ and replace this with the googles sheet node: Google sheet , upload to google sheets and replace in the google sheets node. Scheduled trigger: Runs once a day at 8 A