{
  "name": "Scrape Shopify store data with RapidAPI and save to Google Sheets",
  "nodes": [
    {
      "id": "f7d16185-7d9b-4a5c-8d9a-25d91afae61c",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "16736d7a-af75-482e-8465-5b9924fe7b17",
      "name": "Store Info Scrap Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        -140
      ]
    },
    {
      "id": "253cd194-c8c2-42f2-a285-d562af502ab6",
      "name": "Products Scarp Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        180
      ]
    },
    {
      "id": "9af8038d-06e1-4cf5-a2ef-64816d51e374",
      "name": "Append Products Data In Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        480,
        180
      ]
    },
    {
      "id": "e0ac4258-a0ff-4e39-a05c-3d20713eaa36",
      "name": "Append Store Info Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        480,
        -140
      ]
    },
    {
      "id": "e5b2f242-68cf-4cb0-83ea-5c84c3d6bc60",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -300
      ],
      "parameters": {
        "width": 780,
        "height": 1300,
        "content": "# 🛍️ Shopify Scraper Workflow (n8n)\n\nA streamlined automation to fetch Shopify store info and product data via RapidAPI and log it into Google Sheets.\n\n---\n\n## 📌 Trigger\n\n### 🔹 On form submission\n- Ac"
      }
    },
    {
      "id": "b21191f6-2be1-4e4c-8c98-24eada3019c8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -120
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "**On form submission**\n  - Triggers the workflow when a user submits a website via form."
      }
    },
    {
      "id": "aaa36bf5-e830-4266-ba04-c153fe2abaaf",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -280
      ],
      "parameters": {
        "width": null,
        "height": 260,
        "content": "**Store Info Scrap Request**\n  - Sends a POST request to the Shopify Scraper API to fetch store-level metadata (e.g., name, location, domain, etc.).\n"
      }
    },
    {
      "id": "4316983c-dfd3-4c28-94eb-8081d0e1089a",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        20
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "**Products Scarp Request**\n  - Sends a POST request to the same API to retrieve product details (e.g., title, price, tags, etc.) from the given Shopify store.\n"
      }
    },
    {
      "id": "144e9688-648c-4ab5-a70b-fa3390b25cc8",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -280
      ],
      "parameters": {
        "width": null,
        "height": 260,
        "content": " **Append Store Info Google Sheets**\n  - Appends the store information into the \"Shop Info\" sheet in a connected Google Spreadsheet.\n"
      }
    },
    {
      "id": "76000e5a-8bff-4c9a-942d-f32f60ad00ee",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        20
      ],
      "parameters": {
        "width": null,
        "height": 320,
        "content": "**Append Products Data In Google Sheets**\n  - Appends the scraped product data into the \"Products\" sheet in the same Google Spreadsheet."
      }
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Store Info Scrap Request",
            "type": "main",
            "index": 0
          },
          {
            "node": "Products Scarp Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Products Scarp Request": {
      "main": [
        [
          {
            "node": "Append Products Data In Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Store Info Scrap Request": {
      "main": [
        [
          {
            "node": "Append Store Info Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}