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.
action_html_extract · action · HTTP & Webhook · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationCosa estrarre | enumtextlinksimagestitlemetaheadings | yes | text | text = solo testo · links/images = elenchi · title/meta/headings = metadati struttura. |
htmlHTML | expression | no | input | Il contenuto HTML da analizzare. Vuoto = usa l'input del nodo. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON 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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes