A database which includes automobile manufacturers, models and engine options with specs.
git clone https://github.com/ilyasozkurt/automobile-models-and-specs && cd automobile-models-and-specs
composer install
- Get a copy of
.env.example
and save it as.env
after configuring database variables. php artisan migrate
php artisan scrape:automobiles
- 119 Brand
- 6681 Model
- 28400~ Model Option (Engine)
- Name
- Logo
- Brand
- Name
- Description
- Press Release
- Photos
- Name
- Engine -> Cylinders
- Engine -> Displacement
- Engine -> Power
- Engine -> Torque
- Engine -> Fuel System
- Engine -> Fuel
- Engine -> CO2 Emissions
- Performance -> Top Speed
- Performance -> Acceleration 0-62 Mph (0-100 kph)
- Fuel Economy -> City
- Fuel Economy -> Highway
- Fuel Economy -> Combined
- Drive Type
- Gearbox
- Brakes -> Front
- Brakes -> Rear
- Tire Size
- Dimensions -> Length
- Dimensions -> Width
- Dimensions -> Height
- Dimensions -> Front/rear Track
- Dimensions -> Wheelbase
- Dimensions -> Ground Clearance
- Dimensions -> Cargo Volume
- Dimensions -> Cd
- Weight -> Unladen
- Weight -> Gross Weight Limit
Data scrapped from autoevolution.com at 08/12/2021
Sponsored by ilyasozkurt.com