0954 Manual Htmlextract Automation Webhook
0954 Manual Htmlextract Automation Webhook
Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.14 KB
{
"name": "0954 Manual Htmlextract Automation Webhook",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
450,
300
],
"parameters": {
"url": "https://hackernoon.com/",
"options": {},
"responseFormat": "string"
},
"typeVersion": 1
},
{
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
"position": [
650,
300
],
"parameters": {
"options": {},
"extractionValues": {
"values": [
{
"key": "item",
"cssSelector": "h2",
"returnArray": true,
"returnValue": "html"
}
]
}
},
"typ...Showing first 1000 characters. Click "Expand" to view the full JSON.