π 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
- 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
Website
column 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