Skip to main content

Crawl website blog content and save to Google Sheets with Dumpling AI

Workflow preview

Workflow preview
100%
Crawl website blog content and save to Google Sheets with Dumpling AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.

Original n8n.io source

1.1 Workflow description

Title
Crawl website blog content and save to Google Sheets with Dumpling AI
Workflow name
Crawl website blog content and save to Google Sheets with Dumpling AI

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 websites into a structured Google Sheet without doing manual crawling and copy-pasting.


What problem is this workflow solving?

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.


What this workflow does

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.


Nodes Overview

  1. Form Trigger – Form Submission (Client URL)
    Captures the client’s website URL to start the workflow.

  2. Google Sheets – Create Blog Audit Sheet
    Creates a new Google Sheet with a title based on the submitted URL.

  3. Set – Set Sheet Headers
    Defines the headers: Url, Crawled_pages, website_content.

  4. Code – Format Header Row
    Formats the headers properly before sending them to the sheet.

  5. HTTP Request – Insert Headers into Sheet
    Updates the Google Sheet with the prepared header row.

  6. HTTP Request – Dumpling AI: Crawl Website
    Crawls the submitted URL to discover internal pages.

  7. Code – Extract Blog URLs
    Filters the crawl results and keeps only URLs that match common blog patterns (e.g., /blog/, /articles/, /posts/).

  8. HTTP Request – Dumpling AI: Scrape Blog Pages
    Scrapes the text content from each filtered blog page.

  9. Set – Prepare Row Data
    Maps the URL, blog page link, and scraped content into structured fields.

  10. Google Sheets – Save Blog Data to Google Sheets
    Appends the structured data into the audit sheet row by row.


📝 Notes

  • Set up Dumpling AI and generate your API key from: Dumpling AI
  • Google Sheets must be connected with write permissions enabled.
  • You can change the crawl depth or limit (currently set to 10 pages) in the Dumpling AI: Crawl Website node.
  • The Extract Blog URLs node uses regex patterns to detect blog content. You can customize these patterns to match your website’s URL structure.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Form Submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Create Blog Audit Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 3 - Set Sheet Headers

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 4 - Format Header Row

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Insert Headers into Sheet

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 6 - Dumpling AI: Crawl Website

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Extract Blog URLs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Dumpling AI: Scrape Blog Pages

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Prepare Row Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Save Blog Data to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8195/8195.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Crawl website blog content and save to Google Sheets with Dumpling AI do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.