Extract readable content from web content using Mozilla Readability in n8n
npm install n8n-nodes-readability-readerThis is an n8n community node. It lets you use Mozilla Readability package in your n8n workflows.
Mozilla Readability Package is what powers Mozilla Firefox Reader Mode.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
- When you pass HTML content from any normal HTTP request node the result is a json object with the following properties:
- title: The title of the article
- content: The main content of the article
- excerpt: A short excerpt from the article
- siteName: The name of the site
- byline: The author of the article
- dir: The direction of the page (ltr or rtl)
- length: The length of the article
- textContent: The text content of the article
- images: An array of the images in the article
Tested with n8n version 1.71.3 and above. No known compatibility issues.
* n8n community nodes documentation
* Mozilla Readability documentation