AI Agents

Summarize web pages and delete content with AI

15 nodes 228 149 Automatic trigger
Download

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. 1.Fetch page content via HTTP request and convert it to clean text
  2. 2.Split text into manageable sections using recursive character segmentation
  3. 3.Send each section to OpenAI to generate accurate summaries
  4. 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

Document Default Data Loader Text Splitter OpenAI LLM Chain

Details

Trigger Automatic trigger
Nodes 15
Apps 4
Views 228
Downloads 149

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