Block 1 - Convert to CSV File
- Type / Role
- n8n-nodes-base.convertToFile - convertToFile
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is ideal for virtual assistants, researchers, developers, automation specialists, and data analysts who need to regularly extract and organize structured product i...
n8n-nodes-base.converttofile, n8n-nodes-base.html, n8n-nodes-base.sort, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis workflow is ideal for virtual assistants, researchers, developers, automation specialists, and data analysts who need to regularly extract and organize structured product information (like books) from a website. It’s especially useful for those working with catalog-based websites who want to automate extraction and delivery of clean, sorted data.
Manually copying product listings like book titles and prices from a website into a spreadsheet is slow and repetitive. This automation solves that problem by scraping content using Dumpling AI, extracting the right data using CSS selectors, and formatting it into a clean CSV file that is sent to your email—all triggered automatically when a new URL is added to Google Sheets.
This template automates an entire content scraping and delivery process:
Google Sheets
URLsDumpling AI
Create an account at Dumpling AI - Generate your API key
Set the HTTP Method to POST and pass the URL dynamically from the Google Sheet
Use Header Auth to include your API key in the request header
Make sure "cleaned": "True" is included in the body for optimized HTML output
HTML Node
.row > lititle: h3 > a (via the title attribute) price: .price_colorSort Node
price in descending order Convert to CSV
Gmail
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Scrape books from URL with Dumpling AI, clean HTML, save to Sheets, email as CSV |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research |
| Author | Yang |
| Published | 24 Apr 2025 |
Use the JSON export at /data/workflows/3701/3701.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who is this for? This workflow is ideal for virtual assistants, researchers, developers, automation specialists, and data analysts who need to regularly extract and organize structured product i...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.