{
  "name": "Export Amazon product reviews in bulk to Google Sheets via RapidAPI",
  "nodes": [
    {
      "id": "85865a9c-c8db-48fc-be37-e44b9488ca83",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1392,
        640
      ]
    },
    {
      "id": "7bf88274-96e0-47fe-830b-81b894fce53a",
      "name": "Wait1",
      "type": "n8n-nodes-base.wait",
      "position": [
        1616,
        400
      ]
    },
    {
      "id": "b98f4bf4-1a89-4e3e-bab1-b27730797d43",
      "name": "Wait2",
      "type": "n8n-nodes-base.wait",
      "position": [
        2288,
        496
      ]
    },
    {
      "id": "875c965f-fcbb-476f-9d53-3ff0a7a2dcdb",
      "name": "Split Out Reviews",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        2288,
        304
      ]
    },
    {
      "id": "482ca5b2-a96a-49b3-bf8b-656b1973dcfc",
      "name": "If status \"OK\" and contains reviews",
      "type": "n8n-nodes-base.if",
      "position": [
        2064,
        400
      ]
    },
    {
      "id": "ca6e3a19-8678-4fcd-9af3-bd730b827735",
      "name": "Store reviews",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2512,
        464
      ]
    },
    {
      "id": "f92603d0-4224-4cab-9740-903edd0f0189",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1840,
        400
      ]
    },
    {
      "id": "b14a05fb-024d-4209-a779-9621e5f61172",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        720,
        640
      ]
    },
    {
      "id": "1d5e0f0e-6bfc-44ed-98b9-41f9f942e283",
      "name": "Set Constants",
      "type": "n8n-nodes-base.set",
      "position": [
        944,
        640
      ]
    },
    {
      "id": "7ff1aa7b-a2f2-49a0-932f-8a828199b249",
      "name": "Build Parameter Sets",
      "type": "n8n-nodes-base.code",
      "position": [
        1168,
        640
      ]
    },
    {
      "id": "222653cb-0c94-4b9e-885b-ef3003790fa9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 576,
        "height": 1472,
        "content": "## 🧾 Amazon Product Reviews Scraper – User Manual\n\n### 📥 1. On Form Submission\n\n* When filling in the form, ensure that the **Tab URL** entered matches the **exact URL** of the corresponding tab in th"
      }
    }
  ],
  "connections": {
    "Wait1": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait2": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "If status \"OK\" and contains reviews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Constants": {
      "main": [
        [
          {
            "node": "Build Parameter Sets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Store reviews": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Reviews": {
      "main": [
        [
          {
            "node": "Store reviews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Set Constants",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Parameter Sets": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If status \"OK\" and contains reviews": {
      "main": [
        [
          {
            "node": "Split Out Reviews",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}