Web Scraping with Node and Cheerio

from blog Robb Knight • Posts • RSS Feed, | ↗ original
This post is a spin-off from Automating My Now Page. If you want to programatically get data from a site that doesn't have an API, scraping is the solution. Keep in mind scraping could be against the terms of service of some websites or illegal in some places. To scrape a website there are (at least in this tutorial) two steps: Get the web page...