AutomationFlowsWeb Scraping › Workflow Transform Forward

Workflow Transform Forward

Workflow-Transform-Forward. Uses httpRequest. Manual trigger; 3 nodes.

Manual trigger★★★★☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Manual 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": {
        "url": "https://api.example.com/raw",
        "responseFormat": "json"
      },
      "name": "Fetch API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "return $items.map(item => ({ json: { id: item.json.id, name: item.json.full_name } }));"
      },
      "name": "Transform JSON",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "url": "https://yourapi.com/submit",
        "method": "POST",
        "sendBody": true
      },
      "name": "Forward API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        800,
        300
      ]
    }
  ],
  "connections": {
    "Fetch API": {
      "main": [
        [
          {
            "node": "Transform JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transform JSON": {
      "main": [
        [
          {
            "node": "Forward API",
            "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

Workflow-Transform-Forward. Uses httpRequest. Manual trigger; 3 nodes.

Source: https://github.com/Rumman90/n8n-workflows/blob/main/workflows/workflow-transform-forward.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

FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.

HTTP Request, Item Lists, Function Item +1
Web Scraping

This is an enterprise-grade solution designed for complex finance departments. It automates the entire accounts payable lifecycle by combining secure document handling, intelligent vendor mapping, 3-w

Gmail, Google Sheets, Google Drive +4
Web Scraping

CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.

Start, HTTP Request, Item Lists
Web Scraping

Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.

Start, HTTP Request, Return Json
Web Scraping

DeepSeek Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.

Start, HTTP Request, Return Json