https://github.com/savjee/n8n-nodes-webpage-content-extractor
https://github.com/savjee/n8n-nodes-webpage-content-extractor
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/savjee/n8n-nodes-webpage-content-extractor
- Owner: Savjee
- License: mit
- Created: 2023-12-19T14:21:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T09:46:11.000Z (over 1 year ago)
- Last Synced: 2025-08-03T04:33:02.114Z (11 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 20
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-webpage-content-extractor
This is an n8n community node. It extracts the contents from a given URL. Similar to the 'Reader' mode in your browser, it ignores headers, footers, banners, etc.
It's based on the [Readability library](https://github.com/mozilla/readability) that is used by Firefox's Reader View.
---
[Installation](#installation)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)
[Version history](#version-history)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Compatibility
Tested on n8n v1.20.0 and above.
## Usage
To use this node, fetch a website's HTML code with a "HTTP Request" node and then pass it on to WebpageContentExtractor.
This allows you to configure all aspects of the web request (method, authentication, headers, etc).
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
## Version history
### 0.1.3 (2025-01-07)
* Updated dependencies & removed Gulp
### 0.1.2 (2024-11-20)
* Add "content" attribute to output
### 0.1.1
* Fixing the README
### 0.1.0
Initial release