AutomationFlowsWeb Scraping › Pp3 Workflow

Pp3 Workflow

Pp3 Workflow. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 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
{
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "consulta-orquestador",
        "options": {
          "binaryData": true
        }
      },
      "name": "Webhook Entrada (Multipart)",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "id": "webhook-trigger"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://172.17.0.1:8000/identifica_persona",
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "name": "question",
              "value": "={{ $json.body.question || '' }}"
            }
          ]
        },
        "sendBinaryData": true,
        "binaryPropertyName": "data:image",
        "options": {
          "response": {
            "response": {
              "fullResponse": false
            }
          }
        }
      },
      "name": "API Python (Processor)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        300
      ],
      "id": "api-request"
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}",
        "options": {}
      },
      "name": "Responder Cliente",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        920,
        300
      ],
      "id": "response-node"
    }
  ],
  "connections": {
    "Webhook Entrada (Multipart)": {
      "main": [
        [
          {
            "node": "API Python (Processor)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API Python (Processor)": {
      "main": [
        [
          {
            "node": "Responder Cliente",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Pp3 Workflow. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/rbncode/servidor-mcp/blob/ce59850faccd1b6e2997fa70558e34babbf5a0ce/n8n/pp3_workflow.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

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level