Description
n8n-nodes-reader-view
n8n community node that extracts the readable article (title, byline, main content, excerpt, etc.) from a URL or HTML, using Mozilla Readability — the same engine behind Firefox Reader View.
Useful for RSS pipelines, AI summarisation, newsletter digests, and any workflow where you want clean article text instead of raw HTML.
Install
Self-hosted n8n
Settings → Community Nodes → Install → n8n-nodes-reader-view.
n8n Cloud
Community nodes on Cloud must go through n8n’s verification process. See Publish for verification. Once published to npm and submitted, verified users can install it from the Cloud node panel.
Node: Readability
Input Source — one of:
URL— the node fetches the page over HTTP and parses itHTML String— pass raw HTML in as a string (from HTTP Request, Webhook, etc.)Binary HTML— parse an HTML file from a previous node’s binary datatest/*.test.ts— unit teststest/integration/*.test.ts— end-to-end tests against checked-in HTML fixtures
Options
| Option | Default | Description |
| — | — | — |
| Char Threshold | 500 | Minimum length of the extracted article |
| Keep Classes | false | Preserve class attributes on the output HTML |
| Max Elements to Parse | 0 (no limit) | Hard cap on elements Readability processes |
| Number of Top Candidates | 5 | How many candidate roots Readability ranks |
| Probably Readable Only | false | Skip pages Readability thinks are unlikely articles |
| Remove Links | keep | Post-process anchors: keep leaves them, unwrap removes but keeps its text/children, strip removes the anchor and its content |
| Unwrap Image Tables | false | Replace any