{
  "name": "Track Amazon product prices with ScrapeGraphAI, Google Sheets & Telegram alerts",
  "nodes": [
    {
      "id": "c934786f-96c6-4d3e-8e08-6eb7cf522116",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -240,
        -160
      ]
    },
    {
      "id": "3f91dab9-db6e-4a8e-8f5f-4acf2f53f706",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -240,
        -16
      ]
    },
    {
      "id": "f928ffea-524e-4f9f-9f4c-c994d0991edd",
      "name": "Scrape Amazon Product Price",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        576,
        0
      ]
    },
    {
      "id": "32e9c8fb-a015-40f0-b2be-c65a689bc335",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        864,
        272
      ]
    },
    {
      "id": "d83e6ad5-621c-4ca4-9177-194d673f626d",
      "name": "Min price?",
      "type": "n8n-nodes-base.if",
      "position": [
        864,
        0
      ]
    },
    {
      "id": "ddc8c4de-cc4e-4286-a21e-0160a692d897",
      "name": "Update price",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        256,
        256
      ]
    },
    {
      "id": "5e331171-bc70-44b6-92fe-04e8bc9f83f1",
      "name": "Send alert",
      "type": "n8n-nodes-base.telegram",
      "position": [
        576,
        256
      ]
    },
    {
      "id": "adefe5e4-1533-4dcc-8933-21de86f3fca6",
      "name": "Get products",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -16,
        -16
      ]
    },
    {
      "id": "58665e12-61a2-4fca-ba9c-8632a693f9ef",
      "name": "Loop",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        256,
        -16
      ]
    },
    {
      "id": "43d41bfa-6dcf-417c-b645-2cc49220be28",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -608
      ],
      "parameters": {
        "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’s price drops below a defined thres"
      }
    },
    {
      "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"
      }
    },
    {
      "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 "
      }
    },
    {
      "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"
      }
    }
  ],
  "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 ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get products",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}