Web Automation

Fetch and process web data automatically

9 nodes 121 81 Automatic trigger
Download

Workflow Description

Workflow triggered manually to fetch data via HTTP requests, parse HTML content, split results into individual elements, and store them in variables for downstream processing and integration with other tools.

How it works

  1. 1.Trigger the automation manually when needed
  2. 2.Send HTTP request to retrieve data from a web page
  3. 3.Extract required information from HTML markup
  4. 4.Split results into separate individual elements
  5. 5.Store processed data in variables for further use

Use cases

  • Extract product prices and details from e-commerce websites
  • Monitor and collect data from public web pages automatically

Requirements

  • Valid URL of the target website or API endpoint
  • Understanding of the HTML structure of the target page
  • HTTP request access properly configured

Service Value

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

Apps Used

Manual Trigger HTTP Request HTML Split Out Set

Details

Trigger Automatic trigger
Nodes 9
Apps 5
Views 121
Downloads 81

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

When clicking ‘Test workflow’

Manual Trigger

#1

Request Techcrunsh Latest Page

HTTP Request

#2

Parse a posts box

HTML Page

#3

Parse all posts

HTML Page

#4

split out the posts

Split Out

#5

Parse each post in detail

HTML Page

#6

Request a post detail page

HTTP Request

#7

Parse a post's content and metadata

HTML Page

#8

Save the values

Set

#9