AutomationFlowsWeb Scraping › Export n8n Workflow Runs and Previews

Export n8n Workflow Runs and Previews

Original n8n title: Design Factory Export

Design Factory Export. Uses httpRequest. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Event 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": "Design Factory Export",
  "nodes": [
    {
      "id": "1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        220,
        260
      ],
      "parameters": {}
    },
    {
      "id": "2",
      "name": "Run Context",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        460,
        260
      ],
      "parameters": {
        "mode": "raw",
        "jsonOutput": "{ \"runId\": \"replace-me\" }"
      }
    },
    {
      "id": "3",
      "name": "Get Run",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        700,
        200
      ],
      "notes": "Fetches metadata for the requested run",
      "parameters": {
        "method": "GET",
        "url": "={{ 'http://localhost:4300/runs/' + $json.runId }}"
      }
    },
    {
      "id": "4",
      "name": "Get Previews",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        700,
        340
      ],
      "notes": "Indexes the generated preview HTML URLs",
      "parameters": {
        "method": "GET",
        "url": "={{ 'http://localhost:4300/runs/' + $json.runId + '/previews' }}"
      }
    },
    {
      "id": "5",
      "name": "Merge Output",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3,
      "position": [
        960,
        260
      ],
      "parameters": {
        "mode": "combine"
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Run Context",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Context": {
      "main": [
        [
          {
            "node": "Get Run",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Previews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Run": {
      "main": [
        [
          {
            "node": "Merge Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Previews": {
      "main": [
        [
          {
            "node": "Merge Output",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "versionId": "design-factory-export-v1"
}
Pro

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

About this workflow

Design Factory Export. Uses httpRequest. Event-driven trigger; 5 nodes.

Source: https://github.com/abiolaogu/Design-Factory_Figma/blob/38ed32c265ebbd47a78c0b185fc855e0f602f45f/workflows/n8n/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

front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.

N8N Nodes Wts, HTTP Request
Web Scraping

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Custom, HTTP Request
Web Scraping

This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba

HTTP Request, Form Trigger, Google Drive
Web Scraping

Anyone who wants a dead-simple, free-tier friendly way to run custom API logic on Google Cloud Run and call it securely from n8n—no public exposure, no local hosting.

Jwt, HTTP Request
Web Scraping

This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.

Form Trigger, HTTP Request, Form