Skip to content

karlosmatos/sauto-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sauto-scraper

Description

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

Installation

  1. Clone the repository

    git clone https://github.com/karlosmatos/sauto-scraper.git
  2. Install the requirements

    pip install -r requirements.txt
  3. Modify params.json file based on your search. Param "limit" must be equal or less than 1000.

  4. Run the scraper

    scrapy crawl sauto -O data/sauto.json

Usage

  1. Run the scraper
  2. The scraped data will be saved in the data folder

License

MIT

About

Sauto.cz car list scraper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages