Tool for scraping and visualizing vehicle pricing data from Yad2.
# Clone repository
git clone https://github.com/yourusername/yad2-vehicle-analyzer.git
cd yad2-vehicle-analyzer
# Install dependencies
pip install -r requirements.txtBasic usage:
# Run with default settings (Toyota bZ4X)
python vehicle_analyzer.pyScrape specific vehicle model:
# Volkswagen ID.4
python vehicle_analyzer.py --manufacturer 41 --model 11579
# Hyundai Ioniq 5
python vehicle_analyzer.py --manufacturer 21 --model 11239
# Nissan Qashqai
python vehicle_analyzer.py --manufacturer 32 --model 10449Use existing data:
# Skip scraping
python vehicle_analyzer.py --skip-scrapeChange web server port:
python vehicle_analyzer.py --port 8080Find manufacturer and model IDs in Yad2 URLs:
https://www.yad2.co.il/vehicles/cars?manufacturer=19&model=12894