{
  "name": "Extract product info from website screenshots with Dumpling AI + Sheets",
  "nodes": [
    {
      "id": "c9ac00c8-038f-4490-a5a5-517a3c0cd143",
      "name": "Watch for New Screenshot URLs in Google Sheets",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -320,
        -80
      ]
    },
    {
      "id": "568cbb00-dda1-45d1-a1be-4fc0e2c6820c",
      "name": "Create Screenshot File via Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -100,
        -80
      ]
    },
    {
      "id": "bdc11a1f-7730-436f-9778-7304f36629a4",
      "name": "Download Screenshot Image File from Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        120,
        -80
      ]
    },
    {
      "id": "277f34b9-670a-4f7b-9b89-144e9e54f9fb",
      "name": "Extract Text from Screenshot with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        560,
        -80
      ]
    },
    {
      "id": "60ca0901-44c6-4d37-9a6b-4bf7535f48f1",
      "name": "Convert Image File to Base64",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        340,
        -80
      ]
    },
    {
      "id": "a6e902a8-c89b-493b-bb37-a013eef534b4",
      "name": "Format Extracted Data for Google Sheets",
      "type": "n8n-nodes-base.set",
      "position": [
        780,
        -80
      ]
    },
    {
      "id": "f4964366-293e-4889-999d-e5ee35b9eac2",
      "name": "Save extracted data to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1000,
        -80
      ]
    },
    {
      "id": "c0494151-6f50-4f9b-ab90-52eb20f65402",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -340
      ],
      "parameters": {
        "width": 680,
        "height": 300,
        "content": "### 🖼️ Automated Product Data Extraction from Website Screenshots\n\nThis workflow starts when a new row is added in Google Sheets containing a product page URL. It triggers Dumpling AI to capture a scr"
      }
    }
  ],
  "connections": {
    "Convert Image File to Base64": {
      "main": [
        [
          {
            "node": "Extract Text from Screenshot with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save extracted data to Google Sheets": {
      "main": [
        []
      ]
    },
    "Create Screenshot File via Dumpling AI": {
      "main": [
        [
          {
            "node": "Download Screenshot Image File from Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Extracted Data for Google Sheets": {
      "main": [
        [
          {
            "node": "Save extracted data to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Text from Screenshot with Dumpling AI": {
      "main": [
        [
          {
            "node": "Format Extracted Data for Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch for New Screenshot URLs in Google Sheets": {
      "main": [
        [
          {
            "node": "Create Screenshot File via Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Screenshot Image File from Dumpling AI": {
      "main": [
        [
          {
            "node": "Convert Image File to Base64",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}