Web Automation

Extract web page data and automatically send results via webhooks

11 nodes 137 72 Automatic trigger
Download

Workflow Description

A workflow that receives manual triggers or external webhook requests, fetches web page content via HTTP, extracts structured data from HTML elements, processes the information, and sends the final results to external systems through webhooks.

How it works

  1. 1.Trigger the workflow manually or through an external webhook request
  2. 2.Fetch the target web page content using an HTTP request
  3. 3.Extract structured data from specific HTML elements using selectors
  4. 4.Process and format the extracted data according to requirements
  5. 5.Send the final results to an external system via webhook

Use cases

  • Monitor product prices across e-commerce websites and track price changes
  • Collect news articles and blog posts from multiple sources automatically
  • Scrape contact information or job listings from target websites for lead generation

Requirements

  • Basic knowledge of CSS selectors or XPath for querying HTML elements
  • Access to target web pages without blocking or authentication restrictions
  • A webhook endpoint configured to receive and process the extracted data

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

HTML

Details

Trigger Automatic trigger
Nodes 11
Apps 1
Views 137
Downloads 72

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 (11)

/

On clicking 'execute'

Manual Trigger

#1

Get overview page

HTTP Request

#2

Extract links

HTML Page

#3

Remove duplicate links

Item Lists

#4

Split out lists

Item Lists

#5

Get episode page

HTTP Request

#6

Extract script

HTML Page

#7

Parse JSON

Set

#8

Define feed items

Function

#9

Feed

Webhook

#10

Serve feed

Webhook

#11