jQuery to access DOM in a site
问题 I am trying to scrape various elements in a table from this site to teach myself scraping using node.js, cheerio and request I have trouble getting the items in the table, essentially I want to get 'rank','company' and '3-year growth' from the table. How do I do this? Based on an online tutorial, I have developed my scraping.js script to look like this: var request = require ('request'), cheerio = require ('cheerio'); request('http://www.inc.com/inc5000/index.html', function (error, response,