Google テーブルから сайт スクリーンショットを Dumpling AI でキャプチャー&保存
初級
これはFile Management, Multimodal AI分野の自動化ワークフローで、5個のノードを含みます。主にGoogleDrive, HttpRequest, GoogleSheetsTriggerなどのノードを使用。 GoogleスプレッドシートからDumpling AIでウェブサイトスクリーンショットをキャプチャし、ドライブに保存
前提条件
- •Google Drive API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "JesDh3ZSPdpcLzKe",
"meta": {
"instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
"templateCredsSetupCompleted": true
},
"name": "Capture and Store Website Screenshots from Google Sheets using Dumpling AI",
"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 ドライブにアップロード",
"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": "### 🖼️ Website Screenshot Capture from Google Sheets\n\nThis workflow watches for new rows in a Google Sheet. When a new website URL is added:\n\n1. It sends the URL to **Dumpling AI** to capture a full-page screenshot \n2. Downloads the screenshot file using the returned URL \n3. Uploads the screenshot to a specified **Google Drive folder**\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "f9d201e4-247f-46a8-849f-09cb19ef5017",
"connections": {
"d00918e5-3bd5-4297-abce-26083edd10ac": {
"main": [
[
{
"node": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
"type": "main",
"index": 0
}
]
]
},
"4a760063-736e-4f69-8b62-2a52e86ec142": {
"main": [
[
{
"node": "1349325d-9180-4964-9d86-e35c2794a1d8",
"type": "main",
"index": 0
}
]
]
},
"1349325d-9180-4964-9d86-e35c2794a1d8": {
"main": [
[
{
"node": "d00918e5-3bd5-4297-abce-26083edd10ac",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
初級 - ファイル管理, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Dumpling AI を使用してフォームから映画級の動物ビデオと音声を自動生成する
GPT-4、Dumpling AI、ElementalLabs オーディオを使用して、フォーム入力を映画のようなビデオに変換します
Set
Code
Wait
+
Set
Code
Wait
23 ノードYang
コンテンツ作成
GPT-4、Dumpling AI、Google Driveを使って広告画像のバリエーションを生成する
GPT-4、Dumpling AI、Google Driveを使って広告画像のバリエーションを生成する
Split Out
Form Trigger
Google Drive
+
Split Out
Form Trigger
Google Drive
14 ノードYang
コンテンツ作成
Dumpling AIとGPT-4oを使ってYouTube動画のアイデアを生成
動画分析を使ってDumpling AIとGPT-4oでYouTubeコンテンツのアイデアを生成する
Code
Wait
Gmail
+
Code
Wait
Gmail
13 ノードYang
コンテンツ作成
Dumpling AIおよびGPT-4oを使用して、ウェブページのスクリーンショットから製品情報を抽出する
ウェブスクリーンショットからDumpling AIとGPT-4oで製品情報を抽出
Split Out
Google Drive
Http Request
+
Split Out
Google Drive
Http Request
11 ノードYang
人工知能
Reddit の絵文字を自動のに Google Drive にダウンロードし、重複検出と Telegram メッセージで通知
Reddit からのスタンプを自動のに Google Drive にダウンロードし、重複検出と Telegram アラートを含める
If
Set
Code
+
If
Set
Code
20 ノードVitorio Magalhães
ファイル管理
YouTube動画からDumpling AIを使用してプラットフォーム固有の投稿を自動生成
GPT-4oとDumpling AIを使ってYouTube動画からInstagram、Facebook、LinkedInの投稿を自動生成
Set
Code
Merge
+
Set
Code
Merge
20 ノードYang
コンテンツ作成