Summarize web pages and delete content with AI
Workflow Description
Automation that extracts web page content and segments it intelligently, then uses OpenAI models to generate concise summaries automatically, with options to save results or delete original pages after processing.
How it works
- 1.Fetch page content via HTTP request and convert it to clean text
- 2.Split text into manageable sections using recursive character segmentation
- 3.Send each section to OpenAI to generate accurate summaries
- 4.Merge summaries and save or delete the original page content
Use cases
- Automatically summarize lengthy articles and research documents to save time
- Manage digital libraries by deleting original content after extracting key summaries
- Process multiple pages efficiently without manual intervention
Requirements
- Valid OpenAI API key with appropriate permissions
- Correct URL of the web page to be processed
- Sufficient text content to ensure summary quality
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