DEV Community

Cover image for Automobile Manufacturers, Models, And Specs Database
İlyas Özkurt
İlyas Özkurt

Posted on

Automobile Manufacturers, Models, And Specs Database

A database which includes automobile manufacturers, models and engine options with specs.

How to install and use Scrapper?

  1. git clone https://github.com/ilyasozkurt/automobile-models-and-specs && cd automobile-models-and-specs
  2. composer install
  3. Get a copy of .env.example and save it as .env after configuring database variables.
  4. php artisan migrate
  5. php 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 (1)

Collapse
 
tomford profile image
tomford51

Thanks