I’ve recently been using nodejs to build website scrapers quickly, and usually in less than 100 lines of code. This tutorial shows how you can easily create your own scraper using two nodejs modules: request and cheerio.
NodeJS: Scraping Websites Using Request and Cheerio
2