Bring A Trailer(BAT) is a popular online auction website for enthusiast cars. This traverse auction results and saves them as CSV
Bring A Trailer holds a trove of data on how certain models are performing. You can use this data to track trends over time. The goal of this project is to traverse the website of a given model and collect all sales history into a CSV file for later analysis.
- URL: auction URL for the specific sale
- Title: contains vehicle information at a mininum make and model.
- Subtitle: Contains final price as well auction end date
- Model year
- Price
- Auction end date
- Sold
- Mileage
- Transmission
- Model Trim(only for Porshce 911 BaT model pages)
- parsing of model generation
- parsing of model trims
- download python file
- run the script with python 3.8 or greater
- provide a BaT car model URL (ex: https://bringatrailer.com/porsche/911-gt3/ , https://bringatrailer.com/bmw/m3/?q=bmw%20m3)
- script will launch browers and load all results
- script will save all data in a file named BAT_data.csv