Skip to content

smartclash/CollegeScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollegeScrapper

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.

Installation

Dependency installation

Install all the required dependencies using yarn or your favorite dependency manager. I'll be using yarn

yarn install

Compiling project

Compile down the Typscript code to Javascript code by using the provided script function

yarn run compile

Let's get scraping

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 .

About

Get a list of all colleges in India by webscrapping content from careers360.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published