Skip to content

TamirMa/yad2listings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yad2 Vehicle Price Analyzer

Buy Me A Coffee


Tool for scraping and visualizing vehicle pricing data from Yad2.

image

Installation

# Clone repository
git clone https://github.com/yourusername/yad2-vehicle-analyzer.git
cd yad2-vehicle-analyzer

# Install dependencies
pip install -r requirements.txt

Examples

Basic usage:

# Run with default settings (Toyota bZ4X)
python vehicle_analyzer.py

Scrape 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 10449

Use existing data:

# Skip scraping
python vehicle_analyzer.py --skip-scrape

Change web server port:

python vehicle_analyzer.py --port 8080

Find manufacturer and model IDs in Yad2 URLs:

https://www.yad2.co.il/vehicles/cars?manufacturer=19&model=12894

About

A simple viewer to see Yad2 listings on a graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages