8
n8n 中文网amn8n.com

使用Dumpling AI从Google表格捕获并存储网站截图

初级

这是一个File Management, Multimodal AI领域的自动化工作流,包含 5 个节点。主要使用 GoogleDrive, HttpRequest, GoogleSheetsTrigger 等节点。 使用Dumpling AI从Google表格捕获网站截图并存储到云端硬盘

前置要求
  • Google Drive API 凭证
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "JesDh3ZSPdpcLzKe",
  "meta": {
    "instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
    "templateCredsSetupCompleted": true
  },
  "name": "使用Dumpling AI从Google表格捕获并存储网站截图",
  "tags": [],
  "nodes": [
    {
      "id": "4a760063-736e-4f69-8b62-2a52e86ec142",
      "name": "监控Google表格新行",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -360,
        40
      ],
      "parameters": {
        "event": "rowAdded",
        "options": {},
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yUCXVTVaFZTAx3x-5CgqwOx1syJ0Xhop9XcPZUFKojI/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yUCXVTVaFZTAx3x-5CgqwOx1syJ0Xhop9XcPZUFKojI/edit?usp=drivesdk",
          "cachedResultName": "lead's website"
        }
      },
      "credentials": {
        "googleSheetsTriggerOAuth2Api": {
          "id": "qDzHSzTkclwDHpSR",
          "name": "Google Sheets Trigger account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1349325d-9180-4964-9d86-e35c2794a1d8",
      "name": "向Dumpling AI请求截图",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -140,
        40
      ],
      "parameters": {
        "url": "https://app.dumplingai.com/api/v1/screenshot",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"url\": \"{{ $json.Website }}\",\n  \"fullPage\": true\n}\n",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "RLFzAcGRepr5eXZB",
          "name": "Dumpling AI-n8n"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "d00918e5-3bd5-4297-abce-26083edd10ac",
      "name": "下载截图",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        80,
        40
      ],
      "parameters": {
        "url": "={{ $json.screenshotUrl }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
      "name": "上传截图至Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        300,
        40
      ],
      "parameters": {
        "name": "temp-488dda43-93de-4fa6-acfc-f3977c584ab1.png",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "list",
          "value": "10uV5-NBOhO3nln5Mj70AC1ptpb350O55",
          "cachedResultUrl": "https://drive.google.com/drive/folders/10uV5-NBOhO3nln5Mj70AC1ptpb350O55",
          "cachedResultName": "pdf"
        }
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "B0Hulh0j065xznhI",
          "name": "nnekajennifer"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "bd50b356-a07e-4f03-825b-9c1f78ae6a6a",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -180
      ],
      "parameters": {
        "width": 440,
        "height": 260,
        "content": "### 🖼️ 从Google表格捕获网站截图"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f9d201e4-247f-46a8-849f-09cb19ef5017",
  "connections": {
    "Download Screenshot": {
      "main": [
        [
          {
            "node": "Upload Screenshot to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch New Row in Google Sheets": {
      "main": [
        [
          {
            "node": "Request Screenshot from Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Request Screenshot from Dumpling AI": {
      "main": [
        [
          {
            "node": "Download Screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 文件管理, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量5
分类2
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流