A Node-RED node that implements scrape-it functionality.
Use the Manage Palette option in the Node-RED Editor menu.
A node to scrape html from a payload to JSON.
Queries are written using Scrap-It syntax.
{
"title": ".header h1",
"desc": ".header h2",
"avatar": {
"selector": ".header img",
"attr": "src"
}
}