alberthuynh91 / node-web-scraper

A node web scraper example using Request and Cheerio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Web Scraper Example using Request / Cheerio

A basic example scraping whosampled.com for song data. The example scrapes data from this page: https://www.whosampled.com/Kendrick-Lamar/

Setup

  1. Clone this project: git clone https://github.com/alberthuynh91/node-web-scraper.git
  2. Change Directory into newly cloned repo: cd node-web-scraper
  3. Install dependencies: npm install
  4. Run node on index.js: node index.js

Helpful Resources

About

A node web scraper example using Request and Cheerio


Languages

Language:JavaScript 100.0%