Delete and summarize web pages with AI
Workflow Description
Advanced automation that extracts web page content, segments lengthy text, processes it through AI language models, and automatically summarizes the pages while deleting source material. Combines document extraction with intelligent text summarization for efficient content management.
How it works
- 1.Trigger the workflow manually and provide the target webpage URL
- 2.Extract webpage content and parse the document structure
- 3.Split lengthy text into manageable chunks using recursive character splitting
- 4.Send text segments to OpenAI for generating coherent summaries
- 5.Merge partial summaries into a comprehensive final summary
- 6.Delete or archive the original page content after processing completion
Use cases
- Summarize research papers and lengthy articles for quick review
- Aggregate multi-page summaries for periodic business intelligence reports
- Auto-delete outdated content from databases after information extraction
Requirements
- Active OpenAI API key with sufficient credit balance
- Valid and accessible webpage URLs for processing
- n8n server with required text processing libraries installed
Service Value
Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.
Apps Used
Details
How to Use
- 1.Click "Download Template"
- 2.Open your n8n dashboard
- 3.Go to Workflows > Import from File
- 4.Select downloaded file and configure credentials
Nodes Used (15)
When clicking "Execute Workflow"
Manual Trigger
Fetch essay list
HTTP Request
Extract essay names
HTML Page
Fetch essay texts
HTTP Request
Extract title
HTML Page
Clean up
Set
Sticky Note
Sticky Note
Sticky Note1
Sticky Note
Split out into items
Split Out
Limit to first 3
Limit
Default Data Loader
Document Default Data Loader
Recursive Character Text Splitter
Text Splitter Recursive Character Text Splitter
OpenAI Chat Model1
OpenAI
Merge
Merge
Summarization Chain
Chain Summarization