top of page

TOOLS

n8n-nodes-cheerio
An n8n community node for parsing and extracting data from HTML using Cheerio.
What is n8n?
n8n is a fair-code licensed workflow automation platform that allows you to connect various services and automate tasks.
Installation
Follow the installation guide in the n8n documentation to install this community node.
Operations
The Cheerio node allows you to:

  • Extract text content using CSS selectors

  • Extract HTML content using CSS selectors

  • Extract element attributes

  • Remove unwanted elements before parsing

  • Process multiple selectors in a single operation

  • Return single items or arrays of matched elements

Configuration
Inputs

  • HTML: The HTML content to parse

  • Selectors: One or more selector configurations

    • Name: Identifier for the extracted data

    • CSS Selector: Standard CSS selector syntax

    • Attribute: (Optional) Specific attribute to extract

    • Trim Text: Remove whitespace from results

    • Return Single Item: Get only the first match

    • Return HTML: Get HTML instead of text content

  • Remove Elements: (Optional) CSS selectors for elements to remove before parsing

n8n Cheerio Node 

cheerio node n8n.png

Render-Stats Blender Addon

This Blender addon creates a lightweight HTTP server that maps via UPnP and supports IPv6 connections. It serves a browser-friendly UI that displays live render statistics (current frame, total frames, progress, last frame time, etc.) along with a progress bar and a log console that aggregates messages from your render pipeline.
demo1.gif
bottom of page