Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 895 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 895 Bytes

node-red-contrib-scrape-it

A Node-RED node that implements scrape-it functionality.

Screenshot

Install

Use the Manage Palette option in the Node-RED Editor menu.

Usage

A node to scrape html from a payload to JSON.

Queries are written using Scrap-It syntax.

Examples

{
    "title": ".header h1",
    "desc": ".header h2",
    "avatar": {
        "selector": ".header img",
        "attr": "src"
    }
}

Contributors

Scott Evans

📜 License

MIT © Borja Jimeno