AI Agents

Delete and summarize web pages with AI

15 nodes 225 147 Automatic trigger
Download

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. 1.Trigger the workflow manually and provide the target webpage URL
  2. 2.Extract webpage content and parse the document structure
  3. 3.Split lengthy text into manageable chunks using recursive character splitting
  4. 4.Send text segments to OpenAI for generating coherent summaries
  5. 5.Merge partial summaries into a comprehensive final summary
  6. 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

Document Default Data Loader Text Splitter OpenAI LLM Chain

Details

Trigger Automatic trigger
Nodes 15
Apps 4
Views 225
Downloads 147

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (15)

/

When clicking "Execute Workflow"

Manual Trigger

#1

Fetch essay list

HTTP Request

#2

Extract essay names

HTML Page

#3

Fetch essay texts

HTTP Request

#4

Extract title

HTML Page

#5

Clean up

Set

#6

Sticky Note

Sticky Note

#7

Sticky Note1

Sticky Note

#8

Split out into items

Split Out

#9

Limit to first 3

Limit

#10

Default Data Loader

Document Default Data Loader

#11

Recursive Character Text Splitter

Text Splitter Recursive Character Text Splitter

#12

OpenAI Chat Model1

OpenAI

#13

Merge

Merge

#14

Summarization Chain

Chain Summarization

#15