{
  "name": "Scrape product info from website URLs in Google Sheets using Dumpling AI",
  "nodes": [
    {
      "id": "723c50fc-f9bb-4a9c-ba59-929afa88affc",
      "name": "Watch New Website URL in Google Sheets",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -400,
        -40
      ]
    },
    {
      "id": "2adc3154-b6d7-4e70-8dea-d41ab6d76e60",
      "name": "Extract Product Info with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -180,
        -40
      ]
    },
    {
      "id": "7e9fad7a-df64-4dbd-b78c-680f25e0cdab",
      "name": "Split Extracted Products",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        40,
        -40
      ]
    },
    {
      "id": "bbc22f2d-a5df-4461-aaa2-ada5ea1cc348",
      "name": "Append Product Info to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        260,
        -40
      ]
    },
    {
      "id": "d93a9076-63e9-46fe-9b29-efe78215dc98",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -280
      ],
      "parameters": {
        "width": 540,
        "height": 320,
        "content": "### 🛍️ Scrape Product Info from Website URLs in Google Sheets using Dumpling AI\n\nThis workflow monitors a Google Sheet for new rows containing website URLs. When a new URL is added:\n\n1. It sends the U"
      }
    }
  ],
  "connections": {
    "Split Extracted Products": {
      "main": [
        [
          {
            "node": "Append Product Info to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Product Info with Dumpling AI": {
      "main": [
        [
          {
            "node": "Split Extracted Products",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch New Website URL in Google Sheets": {
      "main": [
        [
          {
            "node": "Extract Product Info with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}