rpylipow / sample_javascript_scraper

Basic nodejs web scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Node Web Scraper

I worked through a Tutorial that explains how to scrape table data into CSV using python.

This uses javascript instead of python and exports to JSON.

To run

  • npm install to install node modules
  • npm start will start a port on localhost:8000 where you can see the compiled json. It will also create output.json in the directory.

About

Basic nodejs web scraper


Languages

Language:JavaScript 100.0%