๐ Capture and store website screenshots from Google Sheets to Drive using Dumpling AI
โก 343 views ยท ๐ File Management
๐ก Pro Tip โ For lead enrichment, ScraperNode can pull LinkedIn profiles, company data, and job listings directly into your pipeline โ useful for building prospect lists without manual research.
Description
๐ 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
Websitewhere 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
- Replace the Google Sheet and folder IDs in the workflow with your own.
- Connect your Dumpling AI and Google credentials in n8n.
- Make sure your sheet contains a
Websitecolumn with valid URLs. - Activate the workflow to begin watching for new entries.
๐ How it works (Workflow Steps)
- Watch New Row in Google Sheets: Triggers when a new row is added to the sheet.
- Request Screenshot from Dumpling AI: Sends the website URL to Dumpling AI and gets a screenshot URL.
- Download Screenshot: Fetches the image file from the returned URL.
- 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
๐ Nodes Used
HTTP Request, Google Drive, Google Sheets Trigger
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File