Block 1 - Content Extractor
- Type / Role
- n8n-nodes-webpage-content-extractor.webpageContentExtractor - webpageContentExtractor
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Clean Web Content Extraction with Anti Bot Fallback Extract clean and structured text from any w...
n8n-nodes-webpage-content-extractor.webpagecontentextractor, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.stopanderror, n8n-nodes-base.set, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Arthur Braghetto.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Extract clean and structured text from any webpage with optional fallback to an anti-bot scraping service. Ideal for AI tools and content workflows.
This sub-workflow enables reliable and clean scraping of any public webpage by simply passing a url parameter. It is designed to be embedded into other workflows or used as a tool for AI agents.
It supports two output modes:
true — returns { title, text } with full page contentfalse — returns { title, url, content } with a short excerpt💡 If the site is protected by anti-bot systems (like 托管平台), it will automatically fallback to Scrape.do, a scraping API with a generous free plan.
🧩 This template requires the n8n-nodes-webpage-content-extractor community node, so it only works in self-hosted n8n environments.
Perfect for chatbots, summarization workflows, or RSS/feed enrichment. Empowers your AI Agent with the ability to browse and extract readable content from websites automatically.
url (string): the webpage URL to scrapefulltext (boolean): set true for full page content, false for summarized outputThe Scrape.do API is only used as a fallback when conventional scraping fails, helping you preserve your API credits.
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 | Extract Clean Web Content with Anti-Bot Fallback for AI Agents & Workflows |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction |
| Author | Arthur Braghetto |
| Published | 26 Jun 2025 |
Use the JSON export at /data/workflows/5392/5392.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.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Clean Web Content Extraction with Anti Bot Fallback Extract clean and structured text from any w...
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 Document Extraction use case.