AutomationFlowsWeb Scraping › Download and Decompress Data

Download and Decompress Data

Original n8n title: Workflow 1621

Workflow 1621. Uses httpRequest, compression. Event-driven trigger; 6 nodes.

Event trigger★★★★☆ complexity6 nodesHTTP RequestCompression
Web Scraping Trigger: Event Nodes: 6 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": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Split Up Binary Data",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        300
      ],
      "parameters": {
        "functionCode": "let results = [];\n\nfor (item of items) {\n    for (key of Object.keys(item.binary)) {\n        results.push({\n            json: {\n                fileName: item.binary[key].fileName\n            },\n            binary: {\n                data: item.binary[key],\n            }\n        });\n    }\n}\n\nreturn results;"
      },
      "typeVersion": 1
    },
    {
      "name": "Download Example Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        300
      ],
      "parameters": {
        "url": "https://static.thomasmartens.eu/n8n/three_more_files.zip",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    },
    {
      "name": "Decompress Example Data",
      "type": "n8n-nodes-base.compression",
      "position": [
        680,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        120
      ],
      "parameters": {
        "width": 400,
        "height": 360,
        "content": "## \uc608\uc81c \ub370\uc774\ud130\n\uccab \ubc88\uc9f8 \ub450 \ub178\ub4dc\ub294 \uac04\ub2e8\ud788 \uc608\uc81c \ub370\uc774\ud130\ub97c \uac00\uc838\uc640 \uc791\uc5c5\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4.\n\n\uc2e4\uc81c \uc138\uacc4\uc5d0\uc11c, \ub2f9\uc2e0\uc740 \uc544\ub9c8\ub3c4 \ub4e4\uc5b4\uc624\ub294 \uc774\uba54\uc77c, \uc5c5\ub85c\ub4dc\ub41c FTP \ud30c\uc77c \ub610\ub294 \ube44\uc2b7\ud55c \uac83\uc744 \ub300\uc2e0 \ucc98\ub9ac\ud560 \uac83\uc785\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "name": "Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        120
      ],
      "parameters": {
        "width": 320,
        "height": 360,
        "content": "## \ubcc0\ud658\n\uc5ec\uae30\uc11c \ub9c8\ubc95\uc774 \uc77c\uc5b4\ub098\ub294 \uacf3\uc785\ub2c8\ub2e4. \ub4e4\uc5b4\uc624\ub294 \ud30c\uc77c\ub4e4\uc740 \uac1c\ubcc4 \ud56d\ubaa9\uc73c\ub85c \ubd84\ud560\ub418\uba70, \uac01 \ud56d\ubaa9\uc740 `data` \ud0a4 \uc544\ub798\uc5d0 \ud558\ub098\uc758 \uc774\uc9c4 \ub370\uc774\ud130 \uac1d\uccb4\ub97c \uac00\uc9d1\ub2c8\ub2e4."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Download Example Data": {
      "main": [
        [
          {
            "node": "Decompress Example Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Download Example Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Decompress Example Data": {
      "main": [
        [
          {
            "node": "Split Up Binary Data",
            "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 1621. Uses httpRequest, compression. Event-driven trigger; 6 nodes.

Source: https://github.com/n8nKOR/n8n-shared-workflow/blob/62a671327e906c22a40d290b339ff6d2373f8d75/workflows/n8n-workflows-by-Zie619/devops/1621_workflow_1621.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

This workflow automatically converts each page of a multi-page PDF into high-quality PNG images. It uses the PDF.co API in the background to process the PDF and generate individual images for every pa

HTTP Request, Compression
Web Scraping

This workflow manually requests an Amazon Selling Partner (SP-API) report, polls until it is ready, downloads the report document, optionally decompresses it if it is GZIP, and parses the TSV contents

HTTP Request, Compression
Web Scraping

file manager. Uses s3, n8n-nodes-text-manipulation, compression, httpRequest. Event-driven trigger; 11 nodes.

S3, N8N Nodes Text Manipulation, Compression +2
Web Scraping

This workflow listens for an “Approved” label on a Trello card, reads the AI draft bookkeeping JSON from card comments, and posts the corresponding transaction to Xero. It then adds a Xero deep link b

Trello Trigger, HTTP Request
Web Scraping

02_LLM_Pipeline v1.0. Uses executeWorkflowTrigger, httpRequest, seaTable. Event-driven trigger; 65 nodes.

Execute Workflow Trigger, HTTP Request, Sea Table