DEV Community

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

Posted on

2

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.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay