Extract from HTML

action_html_extract · action · HTTP & Webhook · Available · v1.0.0

Description

Extract structured data from an HTML page/fragment in pure JavaScript — the n8n HTML Extract without a cheerio Code node. Six modes including clean text (scripts/styles stripped, line breaks preserved), links, images, tables and meta.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Cosa estrarre
enum
textlinksimagestitlemetaheadings
yestexttext = solo testo · links/images = elenchi · title/meta/headings = metadati struttura.
html
HTML
expressionnoinputIl contenuto HTML da analizzare. Vuoto = usa l'input del nodo.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_html_extract-1",
  "defId": "action_html_extract",
  "label": "Extract from HTML",
  "config": {
    "operation": "text",
    "html": "input"
  }
}

🔗 Related nodes in the same category

Ready to use Extract from HTML?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes