Web Scraping & Data Extraction
Dashboard
Dashboard
Scheduled
High
24
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
24
Node Types
0
Workflow JSON
20.77 KB
{
"id": "6",
"name": "Dashboard",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
-290,
180
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1
},
{
"name": "Dashboard Configuration",
"type": "n8n-nodes-base.set",
"color": "#FF0000",
"notes": "Update project settings",
"position": [
-10,
180
],
"parameters": {
"values": {
"string": [
{
"name": "dashboardHostname",
"value": "http://192.168.0.14:8080"
},
{
"name": "dashboardAuthToken",
"value": "n8n-rocks!"
},
{
"name": "product_hunt_post_id",
"value": "170391"
},
{
"...Showing first 1000 characters. Click "Expand" to view the full JSON.