Node app that scrapes data from pages of car adverts. Scores cars by price/manufacturing year/distance traveled and saves the final data as CSV. For educational purposes only.
- Clone the repository
git clone https://github.com/hbaklan943/arabam.com-scraper.git
- Install dependencies
cd arabam.com-scraper
npm install
- Run the project
npm start