
Link to Demo…
Purpose:
Online tool to assist in scraping web pages.
Description:
* Alert: Scraping can encroach on established copyrights. Please use responsibly.
- Interprets web page into easy-to-navigate tree structure.
- Uses a command queue system to apply commands to html (remove/store)
- Exports scraped data as HTML or JSON formats.
- Produces NodeJS code for replicated tasks.
Technical Details:
- ReactJS
- NodeJS
- react-treeviewer library (modified – marked for deprecation)
- cheerio library
- Javascript
- HTML/CSS
