Skip to content

joussy/node-red-contrib-scrape-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.1%
  • JavaScript 20.9%