{
  "name": "Track Amazon prices & monitor competitors with Apify and Google Sheets",
  "nodes": [
    {
      "id": "93168663-49d8-4533-9dc4-67a18844458c",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "6662de5f-e9b6-4b15-970d-816c0bf5199c",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        272,
        0
      ]
    },
    {
      "id": "872aed3d-5d6a-426a-82bc-799b40724fee",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        544,
        0
      ]
    },
    {
      "id": "23197cee-867e-412c-9c49-bf1ace88ed2a",
      "name": "Run an Actor",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        848,
        -16
      ]
    },
    {
      "id": "6baad89a-0e78-4077-85a1-9ef3584e2b41",
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        16,
        288
      ]
    },
    {
      "id": "9a13d367-e11f-4b56-830e-39d399e742d7",
      "name": "Append or update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        752,
        256
      ]
    },
    {
      "id": "50053e6d-b69e-4c32-bc36-9f15c1dc1dcf",
      "name": "Code in JavaScript",
      "type": "n8n-nodes-base.code",
      "position": [
        336,
        288
      ]
    },
    {
      "id": "c2c8da3a-23b7-401f-a432-1facb40fdebd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 272,
        "content": "## Auto-start workflow daily"
      }
    },
    {
      "id": "f7741ff6-4c9f-49cb-971a-6e66c1720a31",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        208,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 272,
        "content": "## Fetch product row data"
      }
    },
    {
      "id": "b546ef04-1c14-47f3-8128-c3030c1c563f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 272,
        "content": "## Process each row (one-by-one)"
      }
    },
    {
      "id": "de832710-985d-4251-8166-44af95d8e890",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        752,
        -112
      ],
      "parameters": {
        "width": 304,
        "height": 272,
        "content": "## Scrape Amazon data"
      }
    },
    {
      "id": "60448e00-c4b7-40da-86fa-4bf052241993",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        192
      ],
      "parameters": {
        "width": 272,
        "height": 256,
        "content": "## Fetch Apify output"
      }
    },
    {
      "id": "b1766657-17ac-4bd6-abd2-4df0cfea3f63",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        192
      ],
      "parameters": {
        "width": 288,
        "height": 256,
        "content": "## Extract price data"
      }
    },
    {
      "id": "0a1eec58-4e4e-4a34-a5bb-8777d28dc95f",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        192
      ],
      "parameters": {
        "width": 496,
        "height": 256,
        "content": "## Update data to sheet"
      }
    },
    {
      "id": "107bb2ec-bd03-492b-96e9-769679c74471",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -992,
        -224
      ],
      "parameters": {
        "width": 816,
        "height": 864,
        "content": "## Amazon Price Tracker & Competitor Monitor (n8n + Apify + Google Sheets)\n\nThis workflow automatically tracks Amazon product prices by scraping listing and competitor URLs through Apify and updating "
      }
    }
  ],
  "connections": {
    "Run an Actor": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request1": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Run an Actor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append or update row in sheet": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}