Capture and Store Website Screenshots from Google Sheets to Drive Using Dumpling AI - n8n Workflow | Neura Market
Capture and Store Website Screenshots from Google Sheets to Drive Using Dumpling AI
## ➤ What this workflow does
This workflow captures a full-page screenshot of any website added to a Google Sheet and automatically uploads the screenshot to a designated Google Drive folder. It uses Dumpling AI's screenshot API to generate the image and manages file storage through Google Drive.
---
## ☀ Who is this for
This is ideal for:
- Marketers and outreach teams capturing snapshots of client or lead websites
- Lead generation specialists tracking landing page visuals
- Researchers or analysts who need to archive website visuals from URLs
- Anyone looking to automate website screenshot collection at scale
---
## “ Requirements
- A **Google Sheet** with a column labeled `Website` where URLs will be added
- **Dumpling AI** API access for screenshot capture
- A connected **Google Drive** account with an accessible folder to store screenshots
---
## ℹ How to set up
1. Replace the Google Sheet and folder IDs in the workflow with your own.
2. Connect your Dumpling AI and Google credentials in n8n.
3. Make sure your sheet contains a `Website` column with valid URLs.
4. Activate the workflow to begin watching for new entries.
---
## ❁ How it works (Workflow Steps)
1. **Watch New Row in Google Sheets**: Triggers when a new row is added to the sheet.
2. **Request Screenshot from Dumpling AI**: Sends the website URL to Dumpling AI and gets a screenshot URL.
3. **Download Screenshot**: Fetches the image file from the returned URL.
4. **Upload Screenshot to Google Drive**: Uploads the file to a selected folder in Google Drive.
---
## ⠏ Customization Ideas
- Add timestamped filenames using the current date or domain name
- Append the Google Drive URL back to the same row in the sheet for easy access
- Extend the workflow to send Slack or email notifications when screenshots are saved
- Add filters to validate URLs before sending them to Dumpling AI
Platform
n8n
Category
Marketing
Price
Free
Creator
Yang
stickyNote
googleDrive
httpRequest
googleSheetsTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.