This is a simple scraper that uses scrapy to scrape car list from the website https://www.sauto.cz/. The scraped data can be used for further analysis.
You can identify your prefered parameters in params.json
-
Clone the repository
git clone https://github.com/karlosmatos/sauto-scraper.git
-
Install the requirements
pip install -r requirements.txt
-
Modify
params.json
file based on your search. Param "limit" must be equal or less than 1000. -
Run the scraper
scrapy crawl sauto -O data/sauto.json
- Run the scraper
- The scraped data will be saved in the
data
folder