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.
npm install
to install node modulesnpm start
will start a port on localhost:8000 where you can see the compiled json. It will also create output.json in the directory.