Scraping classifieds service blocket.se for car information. Scraped data is cleaned and saved in MongoDB.
$ pip install -r requirements.txt
Set MongoDB credentials in settings.py
and run
$ scrapy crawl collect_cars
Scraping classifieds service blocket.se to get car information and prices.
Python