A simple script written in Typescript that scrapes college name, state and city from careers360.com website and saves it to a JSON
file inside the data/
folder.
Install all the required dependencies using yarn or your favorite dependency manager. I'll be using yarn
yarn install
Compile down the Typscript code to Javascript code by using the provided script function
yarn run compile
I've already scrapped as much as I can already, and it can be found inside the data/
directory. If you want to have a fresh copy of it, then run the scrapper
node .