A database which includes automobile manufacturers, models and engine options with specs.
How to install and use Scrapper?
git clone https://github.com/ilyasozkurt/automobile-models-and-specs && cd automobile-models-and-specscomposer install- Get a copy of 
.env.exampleand save it as.envafter configuring database variables. php artisan migratephp artisan scrape:automobiles
Data Information
- 119 Brand
 - 6681 Model
 - 28400~ Model Option (Engine)
 
Brand Specs
- Name
 - Logo
 
Model Specs
- Brand
 - Name
 - Description
 - Press Release
 - Photos
 
Engine Specs
- 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
 
Thank you.
              
    
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.