Web Scraping & Data Extraction

0048 HTTP Htmlextract Create Webhook

0048 HTTP Htmlextract Create Webhook

Webhook
High
7
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
0

Workflow JSON

4.25 KB
{
  "name": "0048 HTTP Htmlextract Create Webhook",
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        450,
        300
      ],
      "webhookId": "45e2593e-f25d-4be5-9b50-4a7c1e566a9e",
      "parameters": {
        "path": "45e2593e-f25d-4be5-9b50-4a7c1e566a9e",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "lastNode"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        850,
        200
      ],
      "parameters": {
        "url": "=https://{{$json[\"body\"][\"data\"][\"options\"][0][\"value\"]}}",
        "options": {},
        "responseFormat": "string"
      },
      "typeVersion": 1
    },
    {
      "name": "Check type",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        300
      ],
      "parameters": {
        "conditions": {
          "number": [
            {
    ...

Showing first 1000 characters. Click "Expand" to view the full JSON.