Web Automation
Fetch and process web data automatically
9 nodes
121
81
Automatic trigger
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.Trigger the automation manually when needed
- 2.Send HTTP request to retrieve data from a web page
- 3.Extract required information from HTML markup
- 4.Split results into separate individual elements
- 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.Click "Download Template"
- 2.Open your n8n dashboard
- 3.Go to Workflows > Import from File
- 4.Select downloaded file and configure credentials
Nodes Used (9)
When clicking ‘Test workflow’
Manual Trigger
Request Techcrunsh Latest Page
HTTP Request
Parse a posts box
HTML Page
Parse all posts
HTML Page
split out the posts
Split Out
Parse each post in detail
HTML Page
Request a post detail page
HTTP Request
Parse a post's content and metadata
HTML Page
Save the values
Set