What\'s a good was to scrape website content using Node.js. I\'d like to build something very, very fast that can execute searches in the style of kayak.com, where one query
It is my easy to use general purpose scrapper https://github.com/harish2704/html-scrapper written for Node.JS
It can extract information based on predefined schemas.
A schema defnition includes a css selector and a data extraction function.
It currently using cheerio for dom parsing..