AutomationFlowsWeb Scraping › Headful Chrome - Basic Connection

Headful Chrome - Basic Connection

Headful Chrome - Basic Connection. Uses httpRequest. Manual trigger; 2 nodes.

Manual trigger★★★★☆ complexity2 nodesHTTP Request
Web Scraping Trigger: Manual Nodes: 2 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": "Headful Chrome - Basic Connection",
  "nodes": [
    {
      "parameters": {
        "url": "http://headful-chrome-n8n:9222/json/version",
        "options": {}
      },
      "id": "1",
      "name": "Get Browser Info",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "jsCode": "const browserInfo = $input.first().json;\nconst wsEndpoint = browserInfo.webSocketDebuggerUrl;\n\n// Use this wsEndpoint in your Puppeteer node\nreturn [{\n  json: {\n    wsEndpoint,\n    browserInfo,\n    connectionExample: `puppeteer.connect({ browserWSEndpoint: '${wsEndpoint}' })`\n  }\n}];"
      },
      "id": "2",
      "name": "Extract WebSocket URL",
      "type": "n8n-nodes-base.code",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "Get Browser Info": {
      "main": [
        [
          {
            "node": "Extract WebSocket URL",
            "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

Headful Chrome - Basic Connection. Uses httpRequest. Manual trigger; 2 nodes.

Source: https://github.com/fsightprop/headful-chrome/blob/a2657c68a4b5c429c89fa3b5f1e98123c06ad321/n8n-workflows/basic-connection.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