AutomationFlowsWeb Scraping › Cross-asset Regime + Sector (daily)

Cross-asset Regime + Sector (daily)

Cross-Asset Regime + Sector (Daily). Uses httpRequest. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★☆☆☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 5 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Cross-Asset Regime + Sector (Daily)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 22 * * 1-5"
            }
          ]
        }
      },
      "id": "schedule-trigger",
      "name": "Weekday Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -900,
        0
      ]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "http://localhost:8000/forecast",
        "options": {
          "timeout": 120000
        }
      },
      "id": "call-forecast",
      "name": "Call Forecast API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -620,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": [],
          "combinator": "and",
          "conditions": [
            {
              "id": "transition",
              "leftValue": "={{ $json.regime_transition_vs_previous_run }}",
              "rightValue": true,
              "operator": {
                "type": "boolean",
                "operation": "equals"
              }
            }
          ]
        },
        "options": {}
      },
      "id": "if-transition",
      "name": "Regime Transition?",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        -360,
        0
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $env.DISCORD_WEBHOOK_URL || 'https://discord.com/api/webhooks/PASTE_WEBHOOK_TOKEN_HERE' }}",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ content: $json.discord_message || '\ub808\uc9d0 \uc804\ud658 \uac10\uc9c0 (\uba54\uc2dc\uc9c0 \uc5c6\uc74c)' }) }}",
        "options": {}
      },
      "id": "discord-alert",
      "name": "Discord Alert",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -80,
        -120
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "log",
              "name": "note",
              "value": "={{ 'No regime change vs previous run \u2014 skipping Discord.' }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "no-op",
      "name": "No Transition",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        -80,
        120
      ]
    }
  ],
  "connections": {
    "Weekday Schedule": {
      "main": [
        [
          {
            "node": "Call Forecast API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Forecast API": {
      "main": [
        [
          {
            "node": "Regime Transition?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Regime Transition?": {
      "main": [
        [
          {
            "node": "Discord Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Transition",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2026-05-12T03:00:00.000Z",
  "versionId": "cross-asset-regime-v1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Cross-Asset Regime + Sector (Daily). Uses httpRequest. Scheduled trigger; 5 nodes.

Source: https://github.com/kts6450/GE/blob/2eba682e0fe96be4e358326b23e4c7e05778035c/n8n/workflow_export.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.

Ssh, HTTP Request
Web Scraping

ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.

HTTP Request, Email Send
Web Scraping

Scheduled-Api-Call. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request