Block 1 - Form Submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is perfect for content strategists, SEO specialists, marketing agencies, and virtual assistants who need to quickly audit and collect blog content from client website...
n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
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 perfect for content strategists, SEO specialists, marketing agencies, and virtual assistants who need to quickly audit and collect blog content from client websites into a structured Google Sheet without doing manual crawling and copy-pasting.
Manually visiting a website, finding blog posts, and copying content into a spreadsheet is time-consuming and prone to errors. This workflow automates the process: it crawls a website, filters only blog-related pages, scrapes the article content, and stores everything neatly in Google Sheets for easy analysis and content strategy planning.
The workflow starts when a client submits their website URL through a form. A Google Sheet is automatically created and headers are added for organizing the audit. Dumpling AI then crawls the website to discover all available pages, while the automation filters out only blog-related URLs. Each blog page is scraped for content, and the structured results (URL, crawled page, and website content) are appended row by row into the Google Sheet.
Form Trigger – Form Submission (Client URL)
Captures the client’s website URL to start the workflow.
Google Sheets – Create Blog Audit Sheet
Creates a new Google Sheet with a title based on the submitted URL.
Set – Set Sheet Headers
Defines the headers: Url, Crawled_pages, website_content.
Code – Format Header Row
Formats the headers properly before sending them to the sheet.
HTTP Request – Insert Headers into Sheet
Updates the Google Sheet with the prepared header row.
HTTP Request – Dumpling AI: Crawl Website
Crawls the submitted URL to discover internal pages.
Code – Extract Blog URLs
Filters the crawl results and keeps only URLs that match common blog patterns (e.g., /blog/, /articles/, /posts/).
HTTP Request – Dumpling AI: Scrape Blog Pages
Scrapes the text content from each filtered blog page.
Set – Prepare Row Data
Maps the URL, blog page link, and scraped content into structured fields.
Google Sheets – Save Blog Data to Google Sheets
Appends the structured data into the audit sheet row by row.
Dumpling AI: Crawl Website node. Extract Blog URLs node uses regex patterns to detect blog content. You can customize these patterns to match your website’s URL structure.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 | Crawl website blog content and save to Google Sheets with Dumpling AI |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research |
| Author | Yang |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8195/8195.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 perfect for content strategists, SEO specialists, marketing agencies, and virtual assistants who need to quickly audit and collect blog content from client website...
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.