import { PrismaClient } from '@prisma/client'; const prisma = new PrismaClient(); const carDataset = [ // Toyota (Very popular in Jordan) - Expanded { manufacturer: 'Toyota', model: 'Camry', bodyType: 'Sedan' }, { manufacturer: 'Toyota', model: 'Corolla', bodyType: 'Sedan' }, { manufacturer: 'Toyota', model: 'Corolla Cross', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'RAV4', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Highlander', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Prius', bodyType: 'Hatchback' }, { manufacturer: 'Toyota', model: 'Prius Prime', bodyType: 'Hatchback' }, { manufacturer: 'Toyota', model: 'Land Cruiser', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Land Cruiser Prado', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Prado', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Hilux', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux Extra Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux Revo', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux Vigo', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux SR', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux SR5', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Hilux TRD', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Yaris', bodyType: 'Hatchback' }, { manufacturer: 'Toyota', model: 'Yaris Cross', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Yaris Sedan', bodyType: 'Sedan' }, { manufacturer: 'Toyota', model: 'Avalon', bodyType: 'Sedan' }, { manufacturer: 'Toyota', model: 'Fortuner', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'C-HR', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Venza', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: '4Runner', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Sequoia', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Sienna', bodyType: 'Van' }, { manufacturer: 'Toyota', model: 'Tacoma', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tacoma Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tacoma Access Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tacoma TRD Pro', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tacoma TRD Sport', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tacoma TRD Off-Road', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra CrewMax', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra TRD Pro', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra SR', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra SR5', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra Limited', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Tundra Platinum', bodyType: 'Pickup' }, { manufacturer: 'Toyota', model: 'Supra', bodyType: 'Coupe' }, { manufacturer: 'Toyota', model: '86', bodyType: 'Coupe' }, { manufacturer: 'Toyota', model: 'Mirai', bodyType: 'Sedan' }, { manufacturer: 'Toyota', model: 'Vitz', bodyType: 'Hatchback' }, { manufacturer: 'Toyota', model: 'Rush', bodyType: 'SUV' }, { manufacturer: 'Toyota', model: 'Innova', bodyType: 'Van' }, { manufacturer: 'Toyota', model: 'Hiace', bodyType: 'Van' }, // Hyundai (Very popular in Jordan) - Expanded { manufacturer: 'Hyundai', model: 'Elantra', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Elantra N', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Sonata', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Sonata Hybrid', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Tucson', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Santa Fe', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Santa Cruz', bodyType: 'Pickup' }, { manufacturer: 'Hyundai', model: 'Accent', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Palisade', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Kona', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Kona Electric', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Creta', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'i10', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'i20', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'i30', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'i30 N', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'Veloster', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'Veloster N', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'Genesis', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Venue', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Nexo', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Ioniq', bodyType: 'Hatchback' }, { manufacturer: 'Hyundai', model: 'Ioniq 5', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Ioniq 6', bodyType: 'Sedan' }, { manufacturer: 'Hyundai', model: 'Bayon', bodyType: 'SUV' }, { manufacturer: 'Hyundai', model: 'Starex', bodyType: 'Van' }, { manufacturer: 'Hyundai', model: 'H1', bodyType: 'Van' }, { manufacturer: 'Hyundai', model: 'Azera', bodyType: 'Sedan' }, // Kia (Very popular in Jordan) - Expanded { manufacturer: 'Kia', model: 'Optima', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'K5', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'K5 GT', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Forte', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Forte GT', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Cerato', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Cerato Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Kia', model: 'Sorento', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Sorento Hybrid', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Sportage', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Sportage Hybrid', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Rio', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Rio Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Kia', model: 'Telluride', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Soul', bodyType: 'Hatchback' }, { manufacturer: 'Kia', model: 'Soul EV', bodyType: 'Hatchback' }, { manufacturer: 'Kia', model: 'Stinger', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Stinger GT', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Picanto', bodyType: 'Hatchback' }, { manufacturer: 'Kia', model: 'Seltos', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Carnival', bodyType: 'Van' }, { manufacturer: 'Kia', model: 'Sedona', bodyType: 'Van' }, { manufacturer: 'Kia', model: 'Niro', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Niro EV', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Niro Hybrid', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'EV6', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'EV9', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Cadenza', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'K900', bodyType: 'Sedan' }, { manufacturer: 'Kia', model: 'Mohave', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Xceed', bodyType: 'SUV' }, { manufacturer: 'Kia', model: 'Proceed', bodyType: 'Wagon' }, // Nissan (Popular in Jordan) - Expanded { manufacturer: 'Nissan', model: 'Altima', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'Sentra', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'Maxima', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'X-Trail', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Qashqai', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Pathfinder', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Armada', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Patrol', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Patrol Nismo', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Navara', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Navara Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Navara King Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Navara Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Navara Pro-4X', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Navara Calibre', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Frontier', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Frontier Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Frontier King Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Frontier Pro-4X', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Frontier SV', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan King Cab', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan XD', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan Pro-4X', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Titan Platinum Reserve', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Hardbody', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'NP300', bodyType: 'Pickup' }, { manufacturer: 'Nissan', model: 'Micra', bodyType: 'Hatchback' }, { manufacturer: 'Nissan', model: 'Sunny', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'Versa', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'Kicks', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Juke', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Rogue', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Murano', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: 'Note', bodyType: 'Hatchback' }, { manufacturer: 'Nissan', model: 'Leaf', bodyType: 'Hatchback' }, { manufacturer: 'Nissan', model: 'Ariya', bodyType: 'SUV' }, { manufacturer: 'Nissan', model: '370Z', bodyType: 'Coupe' }, { manufacturer: 'Nissan', model: 'GT-R', bodyType: 'Coupe' }, { manufacturer: 'Nissan', model: 'NV200', bodyType: 'Van' }, { manufacturer: 'Nissan', model: 'Urvan', bodyType: 'Van' }, { manufacturer: 'Nissan', model: 'Teana', bodyType: 'Sedan' }, { manufacturer: 'Nissan', model: 'Tiida', bodyType: 'Hatchback' }, // Honda (Popular in Jordan) - Expanded { manufacturer: 'Honda', model: 'Civic', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Civic Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Honda', model: 'Civic Type R', bodyType: 'Hatchback' }, { manufacturer: 'Honda', model: 'Civic Si', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Civic Coupe', bodyType: 'Coupe' }, { manufacturer: 'Honda', model: 'Accord', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Accord Hybrid', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Accord Sport', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'CR-V', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'CR-V Hybrid', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'HR-V', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'Pilot', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'Passport', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'City', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'City Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Honda', model: 'Jazz', bodyType: 'Hatchback' }, { manufacturer: 'Honda', model: 'Fit', bodyType: 'Hatchback' }, { manufacturer: 'Honda', model: 'Ridgeline', bodyType: 'Pickup' }, { manufacturer: 'Honda', model: 'Insight', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Clarity', bodyType: 'Sedan' }, { manufacturer: 'Honda', model: 'Odyssey', bodyType: 'Van' }, { manufacturer: 'Honda', model: 'Element', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'S2000', bodyType: 'Convertible' }, { manufacturer: 'Honda', model: 'NSX', bodyType: 'Coupe' }, { manufacturer: 'Honda', model: 'BR-V', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'WR-V', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'NS1', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'Freed', bodyType: 'Van' }, { manufacturer: 'Honda', model: 'Vezel', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'Stepwgn', bodyType: 'Van' }, { manufacturer: 'Honda', model: 'Stream', bodyType: 'Van' }, { manufacturer: 'Honda', model: 'Crossroad', bodyType: 'SUV' }, { manufacturer: 'Honda', model: 'Crosstour', bodyType: 'SUV' }, // BYD (Chinese brand, increasingly popular in Jordan) - Expanded { manufacturer: 'BYD', model: 'Atto 3', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Han', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'Han EV', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'Tang', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Tang EV', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Song Plus', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Song Pro', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Song Max', bodyType: 'Van' }, { manufacturer: 'BYD', model: 'Qin Plus', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'Qin Pro', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'Yuan Plus', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Yuan Pro', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'Dolphin', bodyType: 'Hatchback' }, { manufacturer: 'BYD', model: 'Seal', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'Seagull', bodyType: 'Hatchback' }, { manufacturer: 'BYD', model: 'e2', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'e3', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'e6', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'F3', bodyType: 'Sedan' }, { manufacturer: 'BYD', model: 'G3', bodyType: 'Hatchback' }, { manufacturer: 'BYD', model: 'S6', bodyType: 'SUV' }, { manufacturer: 'BYD', model: 'S7', bodyType: 'SUV' }, // NETA (Chinese EV brand) - Expanded { manufacturer: 'NETA', model: 'V', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'V Pro', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'U', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'U Pro', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'U-II', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'S', bodyType: 'Sedan' }, { manufacturer: 'NETA', model: 'GT', bodyType: 'Coupe' }, { manufacturer: 'NETA', model: 'X', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'L', bodyType: 'SUV' }, { manufacturer: 'NETA', model: 'AYA', bodyType: 'Hatchback' }, // Tesla (Electric vehicles) - Expanded { manufacturer: 'Tesla', model: 'Model 3', bodyType: 'Sedan' }, { manufacturer: 'Tesla', model: 'Model 3 Performance', bodyType: 'Sedan' }, { manufacturer: 'Tesla', model: 'Model Y', bodyType: 'SUV' }, { manufacturer: 'Tesla', model: 'Model Y Performance', bodyType: 'SUV' }, { manufacturer: 'Tesla', model: 'Model S', bodyType: 'Sedan' }, { manufacturer: 'Tesla', model: 'Model S Plaid', bodyType: 'Sedan' }, { manufacturer: 'Tesla', model: 'Model X', bodyType: 'SUV' }, { manufacturer: 'Tesla', model: 'Model X Plaid', bodyType: 'SUV' }, { manufacturer: 'Tesla', model: 'Cybertruck', bodyType: 'Pickup' }, { manufacturer: 'Tesla', model: 'Roadster', bodyType: 'Convertible' }, // Chery (Chinese brand popular in Jordan) - Expanded { manufacturer: 'Chery', model: 'Tiggo 8', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 8 Pro', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 7', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 7 Pro', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 4', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 4 Pro', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 3x', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Tiggo 2', bodyType: 'SUV' }, { manufacturer: 'Chery', model: 'Arrizo 6', bodyType: 'Sedan' }, { manufacturer: 'Chery', model: 'Arrizo 6 Pro', bodyType: 'Sedan' }, { manufacturer: 'Chery', model: 'Arrizo 5', bodyType: 'Sedan' }, { manufacturer: 'Chery', model: 'Arrizo 5 Plus', bodyType: 'Sedan' }, { manufacturer: 'Chery', model: 'Arrizo 3', bodyType: 'Sedan' }, { manufacturer: 'Chery', model: 'QQ', bodyType: 'Hatchback' }, { manufacturer: 'Chery', model: 'QQ Ice Cream', bodyType: 'Hatchback' }, { manufacturer: 'Chery', model: 'eQ1', bodyType: 'Hatchback' }, { manufacturer: 'Chery', model: 'eQ5', bodyType: 'SUV' }, // Geely (Chinese brand) { manufacturer: 'Geely', model: 'Coolray', bodyType: 'SUV' }, { manufacturer: 'Geely', model: 'Emgrand', bodyType: 'Sedan' }, { manufacturer: 'Geely', model: 'Atlas', bodyType: 'SUV' }, { manufacturer: 'Geely', model: 'Tugella', bodyType: 'SUV' }, // Great Wall (Chinese brand) { manufacturer: 'Great Wall', model: 'Haval H6', bodyType: 'SUV' }, { manufacturer: 'Great Wall', model: 'Haval H9', bodyType: 'SUV' }, { manufacturer: 'Great Wall', model: 'Haval F7', bodyType: 'SUV' }, { manufacturer: 'Great Wall', model: 'Wingle', bodyType: 'Pickup' }, // MG (Chinese-owned British brand, popular in Jordan) { manufacturer: 'MG', model: 'HS', bodyType: 'SUV' }, { manufacturer: 'MG', model: 'ZS', bodyType: 'SUV' }, { manufacturer: 'MG', model: '6', bodyType: 'Sedan' }, { manufacturer: 'MG', model: '5', bodyType: 'Sedan' }, { manufacturer: 'MG', model: 'RX5', bodyType: 'SUV' }, // BMW (Luxury German brand) - Expanded { manufacturer: 'BMW', model: '1 Series', bodyType: 'Hatchback' }, { manufacturer: 'BMW', model: '2 Series', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: '2 Series Gran Coupe', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: '3 Series', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: '3 Series Touring', bodyType: 'Wagon' }, { manufacturer: 'BMW', model: '4 Series', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: '4 Series Gran Coupe', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: '4 Series Convertible', bodyType: 'Convertible' }, { manufacturer: 'BMW', model: '5 Series', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: '5 Series Touring', bodyType: 'Wagon' }, { manufacturer: 'BMW', model: '6 Series', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: '6 Series Gran Turismo', bodyType: 'Hatchback' }, { manufacturer: 'BMW', model: '7 Series', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: '8 Series', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: '8 Series Gran Coupe', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: 'X1', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X2', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X3', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X3 M', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X4', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X4 M', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X5', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X5 M', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X6', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X6 M', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'X7', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'Z4', bodyType: 'Convertible' }, { manufacturer: 'BMW', model: 'i3', bodyType: 'Hatchback' }, { manufacturer: 'BMW', model: 'i4', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: 'i7', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: 'iX', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'iX1', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'iX3', bodyType: 'SUV' }, { manufacturer: 'BMW', model: 'M2', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: 'M3', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: 'M4', bodyType: 'Coupe' }, { manufacturer: 'BMW', model: 'M5', bodyType: 'Sedan' }, { manufacturer: 'BMW', model: 'M8', bodyType: 'Coupe' }, // Mercedes-Benz (Luxury German brand) - Expanded { manufacturer: 'Mercedes-Benz', model: 'A-Class', bodyType: 'Hatchback' }, { manufacturer: 'Mercedes-Benz', model: 'A-Class Sedan', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'B-Class', bodyType: 'Van' }, { manufacturer: 'Mercedes-Benz', model: 'C-Class', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'C-Class Wagon', bodyType: 'Wagon' }, { manufacturer: 'Mercedes-Benz', model: 'C-Class Coupe', bodyType: 'Coupe' }, { manufacturer: 'Mercedes-Benz', model: 'C-Class Convertible', bodyType: 'Convertible' }, { manufacturer: 'Mercedes-Benz', model: 'CLA', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'CLS', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'E-Class', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'E-Class Wagon', bodyType: 'Wagon' }, { manufacturer: 'Mercedes-Benz', model: 'E-Class Coupe', bodyType: 'Coupe' }, { manufacturer: 'Mercedes-Benz', model: 'E-Class Convertible', bodyType: 'Convertible' }, { manufacturer: 'Mercedes-Benz', model: 'S-Class', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'S-Class Coupe', bodyType: 'Coupe' }, { manufacturer: 'Mercedes-Benz', model: 'S-Class Convertible', bodyType: 'Convertible' }, { manufacturer: 'Mercedes-Benz', model: 'GLA', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLB', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLC', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLC Coupe', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLE', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLE Coupe', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'GLS', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'G-Class', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'SL', bodyType: 'Convertible' }, { manufacturer: 'Mercedes-Benz', model: 'SLC', bodyType: 'Convertible' }, { manufacturer: 'Mercedes-Benz', model: 'AMG GT', bodyType: 'Coupe' }, { manufacturer: 'Mercedes-Benz', model: 'EQA', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'EQB', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'EQC', bodyType: 'SUV' }, { manufacturer: 'Mercedes-Benz', model: 'EQE', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'EQS', bodyType: 'Sedan' }, { manufacturer: 'Mercedes-Benz', model: 'EQV', bodyType: 'Van' }, { manufacturer: 'Mercedes-Benz', model: 'Sprinter', bodyType: 'Van' }, { manufacturer: 'Mercedes-Benz', model: 'Vito', bodyType: 'Van' }, // Audi (Luxury German brand) - Expanded { manufacturer: 'Audi', model: 'A1', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'A3', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'A3 Sportback', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'A3 Cabriolet', bodyType: 'Convertible' }, { manufacturer: 'Audi', model: 'S3', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'RS3', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'A4', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'A4 Avant', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'A4 Allroad', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'S4', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'RS4', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'A5', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'A5 Sportback', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'A5 Cabriolet', bodyType: 'Convertible' }, { manufacturer: 'Audi', model: 'S5', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'RS5', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'A6', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'A6 Avant', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'A6 Allroad', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'S6', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'RS6', bodyType: 'Wagon' }, { manufacturer: 'Audi', model: 'A7', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'S7', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'RS7', bodyType: 'Hatchback' }, { manufacturer: 'Audi', model: 'A8', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'S8', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'Q2', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q3', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q3 Sportback', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'SQ3', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'RSQ3', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q4 e-tron', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q5', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q5 Sportback', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'SQ5', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'RSQ5', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q7', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'SQ7', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'RSQ7', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'Q8', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'SQ8', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'RSQ8', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'e-tron', bodyType: 'SUV' }, { manufacturer: 'Audi', model: 'e-tron GT', bodyType: 'Sedan' }, { manufacturer: 'Audi', model: 'TT', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'TT Roadster', bodyType: 'Convertible' }, { manufacturer: 'Audi', model: 'TTS', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'TT RS', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'R8', bodyType: 'Coupe' }, { manufacturer: 'Audi', model: 'R8 Spyder', bodyType: 'Convertible' }, // Lexus (Toyota luxury brand) { manufacturer: 'Lexus', model: 'ES', bodyType: 'Sedan' }, { manufacturer: 'Lexus', model: 'RX', bodyType: 'SUV' }, { manufacturer: 'Lexus', model: 'NX', bodyType: 'SUV' }, { manufacturer: 'Lexus', model: 'GX', bodyType: 'SUV' }, { manufacturer: 'Lexus', model: 'LX', bodyType: 'SUV' }, { manufacturer: 'Lexus', model: 'IS', bodyType: 'Sedan' }, { manufacturer: 'Lexus', model: 'LS', bodyType: 'Sedan' }, { manufacturer: 'Lexus', model: 'UX', bodyType: 'SUV' }, // Mazda (Japanese brand) - Expanded { manufacturer: 'Mazda', model: 'Mazda2', bodyType: 'Hatchback' }, { manufacturer: 'Mazda', model: 'Mazda2 Sedan', bodyType: 'Sedan' }, { manufacturer: 'Mazda', model: 'Mazda3', bodyType: 'Sedan' }, { manufacturer: 'Mazda', model: 'Mazda3 Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Mazda', model: 'Mazda3 Turbo', bodyType: 'Sedan' }, { manufacturer: 'Mazda', model: 'Mazda6', bodyType: 'Sedan' }, { manufacturer: 'Mazda', model: 'Mazda6 Wagon', bodyType: 'Wagon' }, { manufacturer: 'Mazda', model: 'Mazda6 Turbo', bodyType: 'Sedan' }, { manufacturer: 'Mazda', model: 'CX-3', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-30', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-30 Turbo', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-5', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-5 Turbo', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-50', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-60', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-70', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-8', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-9', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'CX-90', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'MX-5 Miata', bodyType: 'Convertible' }, { manufacturer: 'Mazda', model: 'MX-5 RF', bodyType: 'Convertible' }, { manufacturer: 'Mazda', model: 'MX-30', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'BT-50', bodyType: 'Pickup' }, { manufacturer: 'Mazda', model: 'B-Series', bodyType: 'Pickup' }, { manufacturer: 'Mazda', model: 'Tribute', bodyType: 'SUV' }, { manufacturer: 'Mazda', model: 'MPV', bodyType: 'Van' }, { manufacturer: 'Mazda', model: 'Premacy', bodyType: 'Van' }, { manufacturer: 'Mazda', model: 'Biante', bodyType: 'Van' }, // Mitsubishi (Japanese brand) - Expanded { manufacturer: 'Mitsubishi', model: 'Mirage', bodyType: 'Hatchback' }, { manufacturer: 'Mitsubishi', model: 'Mirage G4', bodyType: 'Sedan' }, { manufacturer: 'Mitsubishi', model: 'Lancer', bodyType: 'Sedan' }, { manufacturer: 'Mitsubishi', model: 'Lancer Evolution', bodyType: 'Sedan' }, { manufacturer: 'Mitsubishi', model: 'Galant', bodyType: 'Sedan' }, { manufacturer: 'Mitsubishi', model: 'Diamante', bodyType: 'Sedan' }, { manufacturer: 'Mitsubishi', model: 'ASX', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Eclipse Cross', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Outlander', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Outlander PHEV', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Outlander Sport', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Pajero', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Pajero Sport', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Montero', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'Endeavor', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'L200', bodyType: 'Pickup' }, { manufacturer: 'Mitsubishi', model: 'Triton', bodyType: 'Pickup' }, { manufacturer: 'Mitsubishi', model: 'Raider', bodyType: 'Pickup' }, { manufacturer: 'Mitsubishi', model: 'Delica', bodyType: 'Van' }, { manufacturer: 'Mitsubishi', model: 'Grandis', bodyType: 'Van' }, { manufacturer: 'Mitsubishi', model: 'Xpander', bodyType: 'Van' }, { manufacturer: 'Mitsubishi', model: 'Xpander Cross', bodyType: 'SUV' }, { manufacturer: 'Mitsubishi', model: 'i-MiEV', bodyType: 'Hatchback' }, { manufacturer: 'Mitsubishi', model: '3000GT', bodyType: 'Coupe' }, { manufacturer: 'Mitsubishi', model: 'Eclipse', bodyType: 'Coupe' }, { manufacturer: 'Mitsubishi', model: 'Spyder', bodyType: 'Convertible' }, // Suzuki (Japanese brand, popular in Jordan) - Expanded { manufacturer: 'Suzuki', model: 'Swift', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Swift Sport', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Swift Sedan', bodyType: 'Sedan' }, { manufacturer: 'Suzuki', model: 'Vitara', bodyType: 'SUV' }, { manufacturer: 'Suzuki', model: 'S-Cross', bodyType: 'SUV' }, { manufacturer: 'Suzuki', model: 'Jimny', bodyType: 'SUV' }, { manufacturer: 'Suzuki', model: 'Jimny Sierra', bodyType: 'SUV' }, { manufacturer: 'Suzuki', model: 'Baleno', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Dzire', bodyType: 'Sedan' }, { manufacturer: 'Suzuki', model: 'Ciaz', bodyType: 'Sedan' }, { manufacturer: 'Suzuki', model: 'Ertiga', bodyType: 'Van' }, { manufacturer: 'Suzuki', model: 'XL6', bodyType: 'Van' }, { manufacturer: 'Suzuki', model: 'Celerio', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Wagon R', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Alto', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Ignis', bodyType: 'Hatchback' }, { manufacturer: 'Suzuki', model: 'Kizashi', bodyType: 'Sedan' }, { manufacturer: 'Suzuki', model: 'Grand Vitara', bodyType: 'SUV' }, // Ford (American brand) - Expanded { manufacturer: 'Ford', model: 'Focus', bodyType: 'Hatchback' }, { manufacturer: 'Ford', model: 'Focus Sedan', bodyType: 'Sedan' }, { manufacturer: 'Ford', model: 'Focus ST', bodyType: 'Hatchback' }, { manufacturer: 'Ford', model: 'Fiesta', bodyType: 'Hatchback' }, { manufacturer: 'Ford', model: 'Fiesta ST', bodyType: 'Hatchback' }, { manufacturer: 'Ford', model: 'Fusion', bodyType: 'Sedan' }, { manufacturer: 'Ford', model: 'Fusion Hybrid', bodyType: 'Sedan' }, { manufacturer: 'Ford', model: 'Taurus', bodyType: 'Sedan' }, { manufacturer: 'Ford', model: 'Escape', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Explorer', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Expedition', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Edge', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Bronco', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Bronco Sport', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'EcoSport', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Territory', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'F-150', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Regular Cab', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 SuperCab', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 SuperCrew', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Raptor', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Lightning', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 XL', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 XLT', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Lariat', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 King Ranch', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Platinum', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-150 Limited', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-250 Super Duty', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-350 Super Duty', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-450 Super Duty', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'F-550 Super Duty', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger SuperCab', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger SuperCrew', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger Raptor', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger XL', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger XLT', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger Lariat', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Ranger Wildtrak', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Maverick', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Maverick SuperCrew', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Maverick XL', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Maverick XLT', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Maverick Lariat', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Courier', bodyType: 'Pickup' }, { manufacturer: 'Ford', model: 'Mustang', bodyType: 'Coupe' }, { manufacturer: 'Ford', model: 'Mustang Convertible', bodyType: 'Convertible' }, { manufacturer: 'Ford', model: 'Mustang Mach-E', bodyType: 'SUV' }, { manufacturer: 'Ford', model: 'Transit', bodyType: 'Van' }, { manufacturer: 'Ford', model: 'Transit Connect', bodyType: 'Van' }, { manufacturer: 'Ford', model: 'E-Transit', bodyType: 'Van' }, // Chevrolet (American brand) - Expanded { manufacturer: 'Chevrolet', model: 'Spark', bodyType: 'Hatchback' }, { manufacturer: 'Chevrolet', model: 'Sonic', bodyType: 'Sedan' }, { manufacturer: 'Chevrolet', model: 'Cruze', bodyType: 'Sedan' }, { manufacturer: 'Chevrolet', model: 'Cruze Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Chevrolet', model: 'Malibu', bodyType: 'Sedan' }, { manufacturer: 'Chevrolet', model: 'Impala', bodyType: 'Sedan' }, { manufacturer: 'Chevrolet', model: 'Corvette', bodyType: 'Coupe' }, { manufacturer: 'Chevrolet', model: 'Camaro', bodyType: 'Coupe' }, { manufacturer: 'Chevrolet', model: 'Camaro Convertible', bodyType: 'Convertible' }, { manufacturer: 'Chevrolet', model: 'Camaro ZL1', bodyType: 'Coupe' }, { manufacturer: 'Chevrolet', model: 'Trax', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Equinox', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Blazer', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Traverse', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Tahoe', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Suburban', bodyType: 'SUV' }, { manufacturer: 'Chevrolet', model: 'Colorado', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado Extended Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado ZR2', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado Z71', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado WT', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Colorado LT', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 Regular Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 Trail Boss', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 ZR2', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 Z71', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 RST', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 LT', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 LTZ', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 1500 High Country', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 2500HD', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 2500HD Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 2500HD Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 2500HD Regular Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 3500HD', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 3500HD Crew Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 3500HD Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Silverado 3500HD Regular Cab', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'S-10', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Avalanche', bodyType: 'Pickup' }, { manufacturer: 'Chevrolet', model: 'Express', bodyType: 'Van' }, { manufacturer: 'Chevrolet', model: 'Bolt EV', bodyType: 'Hatchback' }, { manufacturer: 'Chevrolet', model: 'Bolt EUV', bodyType: 'SUV' }, // Volkswagen (German brand) - Expanded { manufacturer: 'Volkswagen', model: 'Golf', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Golf GTI', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Golf R', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Golf Variant', bodyType: 'Wagon' }, { manufacturer: 'Volkswagen', model: 'Jetta', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Jetta GLI', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Passat', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Passat Variant', bodyType: 'Wagon' }, { manufacturer: 'Volkswagen', model: 'Passat Alltrack', bodyType: 'Wagon' }, { manufacturer: 'Volkswagen', model: 'Arteon', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Arteon R', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'CC', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Polo', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Polo GTI', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Polo Sedan', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Up!', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'Tiguan', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Tiguan R', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Tiguan Allspace', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Touareg', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Touareg R', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'T-Cross', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'T-Roc', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Atlas', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Atlas Cross Sport', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Amarok', bodyType: 'Pickup' }, { manufacturer: 'Volkswagen', model: 'Caddy', bodyType: 'Van' }, { manufacturer: 'Volkswagen', model: 'Transporter', bodyType: 'Van' }, { manufacturer: 'Volkswagen', model: 'Crafter', bodyType: 'Van' }, { manufacturer: 'Volkswagen', model: 'Multivan', bodyType: 'Van' }, { manufacturer: 'Volkswagen', model: 'California', bodyType: 'Van' }, // VW Electric ID Series { manufacturer: 'Volkswagen', model: 'ID.3', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'ID.4', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'ID.5', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'ID.6', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'ID.7', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'ID.Buzz', bodyType: 'Van' }, { manufacturer: 'Volkswagen', model: 'e-Golf', bodyType: 'Hatchback' }, { manufacturer: 'Volkswagen', model: 'e-up!', bodyType: 'Hatchback' }, // VW Chinese Market Models { manufacturer: 'Volkswagen', model: 'Bora', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Lavida', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Sagitar', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Magotan', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Phideon', bodyType: 'Sedan' }, { manufacturer: 'Volkswagen', model: 'Teramont', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Tharu', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Tayron', bodyType: 'SUV' }, { manufacturer: 'Volkswagen', model: 'Viloran', bodyType: 'Van' }, // Peugeot (French brand, popular in Jordan) - Expanded { manufacturer: 'Peugeot', model: '108', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '208', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '208 GTi', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: 'e-208', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '301', bodyType: 'Sedan' }, { manufacturer: 'Peugeot', model: '308', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '308 GTi', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '308 SW', bodyType: 'Wagon' }, { manufacturer: 'Peugeot', model: '408', bodyType: 'Sedan' }, { manufacturer: 'Peugeot', model: '508', bodyType: 'Sedan' }, { manufacturer: 'Peugeot', model: '508 SW', bodyType: 'Wagon' }, { manufacturer: 'Peugeot', model: '508 PSE', bodyType: 'Sedan' }, { manufacturer: 'Peugeot', model: '607', bodyType: 'Sedan' }, { manufacturer: 'Peugeot', model: '807', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: '1007', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '2008', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: 'e-2008', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: '3008', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: '3008 Hybrid', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: '4008', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: '5008', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: '5008 Hybrid', bodyType: 'SUV' }, { manufacturer: 'Peugeot', model: 'Rifter', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: 'Partner', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: 'Expert', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: 'Boxer', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: 'Traveller', bodyType: 'Van' }, { manufacturer: 'Peugeot', model: 'RCZ', bodyType: 'Coupe' }, { manufacturer: 'Peugeot', model: '206', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '207', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '307', bodyType: 'Hatchback' }, { manufacturer: 'Peugeot', model: '407', bodyType: 'Sedan' }, // Renault (French brand) - Expanded { manufacturer: 'Renault', model: 'Twingo', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Clio', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Clio RS', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Clio Estate', bodyType: 'Wagon' }, { manufacturer: 'Renault', model: 'Symbol', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Megane', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Megane RS', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Megane Estate', bodyType: 'Wagon' }, { manufacturer: 'Renault', model: 'Megane Sedan', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Fluence', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Laguna', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Laguna Estate', bodyType: 'Wagon' }, { manufacturer: 'Renault', model: 'Talisman', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Talisman Estate', bodyType: 'Wagon' }, { manufacturer: 'Renault', model: 'Latitude', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Safrane', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Vel Satis', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Captur', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Kadjar', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Koleos', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Duster', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Arkana', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Austral', bodyType: 'SUV' }, { manufacturer: 'Renault', model: 'Scenic', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Grand Scenic', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Espace', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Kangoo', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Trafic', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Master', bodyType: 'Van' }, { manufacturer: 'Renault', model: 'Zoe', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Twizy', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Alaskan', bodyType: 'Pickup' }, { manufacturer: 'Renault', model: 'Oroch', bodyType: 'Pickup' }, { manufacturer: 'Renault', model: 'Wind', bodyType: 'Convertible' }, { manufacturer: 'Renault', model: 'Logan', bodyType: 'Sedan' }, { manufacturer: 'Renault', model: 'Sandero', bodyType: 'Hatchback' }, { manufacturer: 'Renault', model: 'Stepway', bodyType: 'SUV' }, // Skoda (Czech brand, Volkswagen Group) { manufacturer: 'Skoda', model: 'Octavia', bodyType: 'Sedan' }, { manufacturer: 'Skoda', model: 'Superb', bodyType: 'Sedan' }, { manufacturer: 'Skoda', model: 'Kodiaq', bodyType: 'SUV' }, { manufacturer: 'Skoda', model: 'Karoq', bodyType: 'SUV' }, { manufacturer: 'Skoda', model: 'Fabia', bodyType: 'Hatchback' }, // SEAT (Spanish brand, Volkswagen Group) { manufacturer: 'SEAT', model: 'Leon', bodyType: 'Hatchback' }, { manufacturer: 'SEAT', model: 'Ibiza', bodyType: 'Hatchback' }, { manufacturer: 'SEAT', model: 'Ateca', bodyType: 'SUV' }, { manufacturer: 'SEAT', model: 'Tarraco', bodyType: 'SUV' }, // Infiniti (Nissan luxury brand) { manufacturer: 'Infiniti', model: 'Q50', bodyType: 'Sedan' }, { manufacturer: 'Infiniti', model: 'QX60', bodyType: 'SUV' }, { manufacturer: 'Infiniti', model: 'QX80', bodyType: 'SUV' }, { manufacturer: 'Infiniti', model: 'Q60', bodyType: 'Coupe' }, { manufacturer: 'Infiniti', model: 'QX50', bodyType: 'SUV' }, // Genesis (Hyundai luxury brand) { manufacturer: 'Genesis', model: 'G70', bodyType: 'Sedan' }, { manufacturer: 'Genesis', model: 'G80', bodyType: 'Sedan' }, { manufacturer: 'Genesis', model: 'G90', bodyType: 'Sedan' }, { manufacturer: 'Genesis', model: 'GV70', bodyType: 'SUV' }, { manufacturer: 'Genesis', model: 'GV80', bodyType: 'SUV' }, // Subaru (Japanese brand) - Expanded { manufacturer: 'Subaru', model: 'Impreza', bodyType: 'Sedan' }, { manufacturer: 'Subaru', model: 'Impreza Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Subaru', model: 'WRX', bodyType: 'Sedan' }, { manufacturer: 'Subaru', model: 'WRX STI', bodyType: 'Sedan' }, { manufacturer: 'Subaru', model: 'Legacy', bodyType: 'Sedan' }, { manufacturer: 'Subaru', model: 'Legacy Wagon', bodyType: 'Wagon' }, { manufacturer: 'Subaru', model: 'Outback', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Forester', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Forester XT', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'XV', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Crosstrek', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Ascent', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Tribeca', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'BRZ', bodyType: 'Coupe' }, { manufacturer: 'Subaru', model: 'Solterra', bodyType: 'SUV' }, { manufacturer: 'Subaru', model: 'Baja', bodyType: 'Pickup' }, { manufacturer: 'Subaru', model: 'Justy', bodyType: 'Hatchback' }, { manufacturer: 'Subaru', model: 'Levorg', bodyType: 'Wagon' }, // Isuzu (Japanese brand, popular for commercial vehicles) - Expanded { manufacturer: 'Isuzu', model: 'D-Max', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max Extended Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max X-Terrain', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max V-Cross', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max S-Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max LS', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max LX', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max Hi-Lander', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'D-Max Blade', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'KB', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'KB Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'KB Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'Faster', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'TF', bodyType: 'Pickup' }, { manufacturer: 'Isuzu', model: 'MU-X', bodyType: 'SUV' }, { manufacturer: 'Isuzu', model: 'MU-X Blue Power', bodyType: 'SUV' }, { manufacturer: 'Isuzu', model: 'Trooper', bodyType: 'SUV' }, { manufacturer: 'Isuzu', model: 'Rodeo', bodyType: 'SUV' }, { manufacturer: 'Isuzu', model: 'Ascender', bodyType: 'SUV' }, { manufacturer: 'Isuzu', model: 'NPR', bodyType: 'Van' }, { manufacturer: 'Isuzu', model: 'NQR', bodyType: 'Van' }, { manufacturer: 'Isuzu', model: 'FRR', bodyType: 'Van' }, { manufacturer: 'Isuzu', model: 'Giga', bodyType: 'Van' }, { manufacturer: 'Isuzu', model: 'Elf', bodyType: 'Van' }, { manufacturer: 'Isuzu', model: 'Forward', bodyType: 'Van' }, // JAC (Chinese brand) { manufacturer: 'JAC', model: 'S3', bodyType: 'SUV' }, { manufacturer: 'JAC', model: 'S4', bodyType: 'SUV' }, { manufacturer: 'JAC', model: 'T6', bodyType: 'Pickup' }, // DFSK (Chinese brand) { manufacturer: 'DFSK', model: 'Glory 580', bodyType: 'SUV' }, { manufacturer: 'DFSK', model: 'Glory 560', bodyType: 'SUV' }, // Proton (Malaysian brand) - Expanded { manufacturer: 'Proton', model: 'X70', bodyType: 'SUV' }, { manufacturer: 'Proton', model: 'X50', bodyType: 'SUV' }, { manufacturer: 'Proton', model: 'Saga', bodyType: 'Sedan' }, { manufacturer: 'Proton', model: 'Persona', bodyType: 'Sedan' }, { manufacturer: 'Proton', model: 'Iriz', bodyType: 'Hatchback' }, { manufacturer: 'Proton', model: 'Exora', bodyType: 'Van' }, // Haval (Great Wall sub-brand, popular in Jordan) { manufacturer: 'Haval', model: 'H6', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'H9', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'F7', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'F7x', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'H2', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'H4', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'Jolion', bodyType: 'SUV' }, { manufacturer: 'Haval', model: 'Dargo', bodyType: 'SUV' }, // GAC (Chinese brand) { manufacturer: 'GAC', model: 'GS4', bodyType: 'SUV' }, { manufacturer: 'GAC', model: 'GS8', bodyType: 'SUV' }, { manufacturer: 'GAC', model: 'GA4', bodyType: 'Sedan' }, { manufacturer: 'GAC', model: 'GA6', bodyType: 'Sedan' }, { manufacturer: 'GAC', model: 'GA8', bodyType: 'Sedan' }, { manufacturer: 'GAC', model: 'GN6', bodyType: 'Van' }, { manufacturer: 'GAC', model: 'GN8', bodyType: 'Van' }, // Dongfeng (Chinese brand) { manufacturer: 'Dongfeng', model: 'AX7', bodyType: 'SUV' }, { manufacturer: 'Dongfeng', model: 'AX5', bodyType: 'SUV' }, { manufacturer: 'Dongfeng', model: 'AX3', bodyType: 'SUV' }, { manufacturer: 'Dongfeng', model: 'A9', bodyType: 'Sedan' }, { manufacturer: 'Dongfeng', model: 'A30', bodyType: 'Sedan' }, { manufacturer: 'Dongfeng', model: 'Rich', bodyType: 'Pickup' }, // Lynk & Co (Chinese-Swedish brand) { manufacturer: 'Lynk & Co', model: '01', bodyType: 'SUV' }, { manufacturer: 'Lynk & Co', model: '02', bodyType: 'SUV' }, { manufacturer: 'Lynk & Co', model: '03', bodyType: 'Sedan' }, { manufacturer: 'Lynk & Co', model: '05', bodyType: 'SUV' }, { manufacturer: 'Lynk & Co', model: '06', bodyType: 'SUV' }, // Jetour (Chery sub-brand) { manufacturer: 'Jetour', model: 'X70', bodyType: 'SUV' }, { manufacturer: 'Jetour', model: 'X90', bodyType: 'SUV' }, { manufacturer: 'Jetour', model: 'X95', bodyType: 'SUV' }, { manufacturer: 'Jetour', model: 'Dashing', bodyType: 'SUV' }, // Exeed (Chery luxury brand) { manufacturer: 'Exeed', model: 'TXL', bodyType: 'SUV' }, { manufacturer: 'Exeed', model: 'TX', bodyType: 'SUV' }, { manufacturer: 'Exeed', model: 'LX', bodyType: 'SUV' }, { manufacturer: 'Exeed', model: 'VX', bodyType: 'SUV' }, // Hongqi (Chinese luxury brand) { manufacturer: 'Hongqi', model: 'H5', bodyType: 'Sedan' }, { manufacturer: 'Hongqi', model: 'H7', bodyType: 'Sedan' }, { manufacturer: 'Hongqi', model: 'H9', bodyType: 'Sedan' }, { manufacturer: 'Hongqi', model: 'HS5', bodyType: 'SUV' }, { manufacturer: 'Hongqi', model: 'HS7', bodyType: 'SUV' }, // Zotye (Chinese brand) { manufacturer: 'Zotye', model: 'T600', bodyType: 'SUV' }, { manufacturer: 'Zotye', model: 'T700', bodyType: 'SUV' }, { manufacturer: 'Zotye', model: 'Z300', bodyType: 'Sedan' }, { manufacturer: 'Zotye', model: 'Z500', bodyType: 'Sedan' }, { manufacturer: 'Zotye', model: 'SR9', bodyType: 'SUV' }, // Brilliance (Chinese brand) { manufacturer: 'Brilliance', model: 'V3', bodyType: 'SUV' }, { manufacturer: 'Brilliance', model: 'V5', bodyType: 'SUV' }, { manufacturer: 'Brilliance', model: 'V7', bodyType: 'SUV' }, { manufacturer: 'Brilliance', model: 'H230', bodyType: 'Sedan' }, { manufacturer: 'Brilliance', model: 'H330', bodyType: 'Sedan' }, // Foton (Chinese commercial brand) { manufacturer: 'Foton', model: 'Sauvana', bodyType: 'SUV' }, { manufacturer: 'Foton', model: 'Tunland', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'View', bodyType: 'Van' }, // Acura (Honda luxury brand) - Expanded { manufacturer: 'Acura', model: 'ILX', bodyType: 'Sedan' }, { manufacturer: 'Acura', model: 'TLX', bodyType: 'Sedan' }, { manufacturer: 'Acura', model: 'TLX Type S', bodyType: 'Sedan' }, { manufacturer: 'Acura', model: 'RLX', bodyType: 'Sedan' }, { manufacturer: 'Acura', model: 'RDX', bodyType: 'SUV' }, { manufacturer: 'Acura', model: 'MDX', bodyType: 'SUV' }, { manufacturer: 'Acura', model: 'MDX Type S', bodyType: 'SUV' }, { manufacturer: 'Acura', model: 'NSX', bodyType: 'Coupe' }, { manufacturer: 'Acura', model: 'Integra', bodyType: 'Sedan' }, // Cadillac (American luxury brand) { manufacturer: 'Cadillac', model: 'ATS', bodyType: 'Sedan' }, { manufacturer: 'Cadillac', model: 'CTS', bodyType: 'Sedan' }, { manufacturer: 'Cadillac', model: 'CT4', bodyType: 'Sedan' }, { manufacturer: 'Cadillac', model: 'CT5', bodyType: 'Sedan' }, { manufacturer: 'Cadillac', model: 'CT6', bodyType: 'Sedan' }, { manufacturer: 'Cadillac', model: 'XT4', bodyType: 'SUV' }, { manufacturer: 'Cadillac', model: 'XT5', bodyType: 'SUV' }, { manufacturer: 'Cadillac', model: 'XT6', bodyType: 'SUV' }, { manufacturer: 'Cadillac', model: 'Escalade', bodyType: 'SUV' }, { manufacturer: 'Cadillac', model: 'Escalade ESV', bodyType: 'SUV' }, { manufacturer: 'Cadillac', model: 'Lyriq', bodyType: 'SUV' }, // Lincoln (Ford luxury brand) { manufacturer: 'Lincoln', model: 'MKZ', bodyType: 'Sedan' }, { manufacturer: 'Lincoln', model: 'Continental', bodyType: 'Sedan' }, { manufacturer: 'Lincoln', model: 'Corsair', bodyType: 'SUV' }, { manufacturer: 'Lincoln', model: 'Nautilus', bodyType: 'SUV' }, { manufacturer: 'Lincoln', model: 'Aviator', bodyType: 'SUV' }, { manufacturer: 'Lincoln', model: 'Navigator', bodyType: 'SUV' }, // Buick (American brand) { manufacturer: 'Buick', model: 'Encore', bodyType: 'SUV' }, { manufacturer: 'Buick', model: 'Encore GX', bodyType: 'SUV' }, { manufacturer: 'Buick', model: 'Envision', bodyType: 'SUV' }, { manufacturer: 'Buick', model: 'Enclave', bodyType: 'SUV' }, { manufacturer: 'Buick', model: 'Regal', bodyType: 'Sedan' }, { manufacturer: 'Buick', model: 'LaCrosse', bodyType: 'Sedan' }, // GMC (American truck brand) - Expanded { manufacturer: 'GMC', model: 'Sierra 1500', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 1500 AT4', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 1500 Denali', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 2500HD', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 2500HD AT4', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 2500HD Denali', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 3500HD', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 3500HD AT4', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Sierra 3500HD Denali', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Canyon', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Canyon AT4', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Canyon Denali', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Terrain', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Terrain AT4', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Terrain Denali', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Acadia', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Acadia AT4', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Acadia Denali', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon AT4', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon Denali', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon XL', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon XL AT4', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Yukon XL Denali', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Hummer EV', bodyType: 'Pickup' }, { manufacturer: 'GMC', model: 'Hummer EV SUV', bodyType: 'SUV' }, { manufacturer: 'GMC', model: 'Savana', bodyType: 'Van' }, { manufacturer: 'GMC', model: 'Savana Cargo', bodyType: 'Van' }, { manufacturer: 'GMC', model: 'Savana Passenger', bodyType: 'Van' }, // Jeep (American SUV brand) - Expanded { manufacturer: 'Jeep', model: 'Renegade', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Renegade Trailhawk', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Compass', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Compass Trailhawk', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Cherokee', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Cherokee Trailhawk', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Cherokee', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Cherokee L', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Cherokee SRT', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Cherokee Trackhawk', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Cherokee 4xe', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Wrangler', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Wrangler Unlimited', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Wrangler Sahara', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Wrangler Rubicon', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Wrangler 4xe', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Gladiator', bodyType: 'Pickup' }, { manufacturer: 'Jeep', model: 'Gladiator Rubicon', bodyType: 'Pickup' }, { manufacturer: 'Jeep', model: 'Gladiator Mojave', bodyType: 'Pickup' }, { manufacturer: 'Jeep', model: 'Wagoneer', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Grand Wagoneer', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Avenger', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Commander', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Patriot', bodyType: 'SUV' }, { manufacturer: 'Jeep', model: 'Liberty', bodyType: 'SUV' }, // Ram (American truck brand) { manufacturer: 'Ram', model: '1500', bodyType: 'Pickup' }, { manufacturer: 'Ram', model: '2500', bodyType: 'Pickup' }, { manufacturer: 'Ram', model: '3500', bodyType: 'Pickup' }, { manufacturer: 'Ram', model: 'ProMaster', bodyType: 'Van' }, { manufacturer: 'Ram', model: 'ProMaster City', bodyType: 'Van' }, // Dodge (American brand) { manufacturer: 'Dodge', model: 'Charger', bodyType: 'Sedan' }, { manufacturer: 'Dodge', model: 'Challenger', bodyType: 'Coupe' }, { manufacturer: 'Dodge', model: 'Durango', bodyType: 'SUV' }, { manufacturer: 'Dodge', model: 'Journey', bodyType: 'SUV' }, // Chrysler (American brand) { manufacturer: 'Chrysler', model: '300', bodyType: 'Sedan' }, { manufacturer: 'Chrysler', model: 'Pacifica', bodyType: 'Van' }, { manufacturer: 'Chrysler', model: 'Voyager', bodyType: 'Van' }, // Fiat (Italian brand) { manufacturer: 'Fiat', model: '500', bodyType: 'Hatchback' }, { manufacturer: 'Fiat', model: '500X', bodyType: 'SUV' }, { manufacturer: 'Fiat', model: '500L', bodyType: 'Van' }, { manufacturer: 'Fiat', model: 'Panda', bodyType: 'Hatchback' }, { manufacturer: 'Fiat', model: 'Punto', bodyType: 'Hatchback' }, { manufacturer: 'Fiat', model: 'Tipo', bodyType: 'Sedan' }, { manufacturer: 'Fiat', model: 'Doblo', bodyType: 'Van' }, { manufacturer: 'Fiat', model: 'Ducato', bodyType: 'Van' }, // Alfa Romeo (Italian luxury brand) { manufacturer: 'Alfa Romeo', model: 'Giulia', bodyType: 'Sedan' }, { manufacturer: 'Alfa Romeo', model: 'Giulia Quadrifoglio', bodyType: 'Sedan' }, { manufacturer: 'Alfa Romeo', model: 'Stelvio', bodyType: 'SUV' }, { manufacturer: 'Alfa Romeo', model: 'Stelvio Quadrifoglio', bodyType: 'SUV' }, { manufacturer: 'Alfa Romeo', model: '4C', bodyType: 'Coupe' }, { manufacturer: 'Alfa Romeo', model: 'Tonale', bodyType: 'SUV' }, // Maserati (Italian luxury brand) { manufacturer: 'Maserati', model: 'Ghibli', bodyType: 'Sedan' }, { manufacturer: 'Maserati', model: 'Quattroporte', bodyType: 'Sedan' }, { manufacturer: 'Maserati', model: 'Levante', bodyType: 'SUV' }, { manufacturer: 'Maserati', model: 'GranTurismo', bodyType: 'Coupe' }, { manufacturer: 'Maserati', model: 'GranCabrio', bodyType: 'Convertible' }, { manufacturer: 'Maserati', model: 'MC20', bodyType: 'Coupe' }, // Ferrari (Italian supercar brand) { manufacturer: 'Ferrari', model: 'F8 Tributo', bodyType: 'Coupe' }, { manufacturer: 'Ferrari', model: 'F8 Spider', bodyType: 'Convertible' }, { manufacturer: 'Ferrari', model: 'Roma', bodyType: 'Coupe' }, { manufacturer: 'Ferrari', model: 'Portofino', bodyType: 'Convertible' }, { manufacturer: 'Ferrari', model: '812 Superfast', bodyType: 'Coupe' }, { manufacturer: 'Ferrari', model: 'SF90 Stradale', bodyType: 'Coupe' }, { manufacturer: 'Ferrari', model: 'LaFerrari', bodyType: 'Coupe' }, // Lamborghini (Italian supercar brand) { manufacturer: 'Lamborghini', model: 'Huracan', bodyType: 'Coupe' }, { manufacturer: 'Lamborghini', model: 'Huracan Spyder', bodyType: 'Convertible' }, { manufacturer: 'Lamborghini', model: 'Aventador', bodyType: 'Coupe' }, { manufacturer: 'Lamborghini', model: 'Aventador Roadster', bodyType: 'Convertible' }, { manufacturer: 'Lamborghini', model: 'Urus', bodyType: 'SUV' }, // Porsche (German sports car brand) { manufacturer: 'Porsche', model: '911', bodyType: 'Coupe' }, { manufacturer: 'Porsche', model: '911 Turbo', bodyType: 'Coupe' }, { manufacturer: 'Porsche', model: '911 GT3', bodyType: 'Coupe' }, { manufacturer: 'Porsche', model: 'Boxster', bodyType: 'Convertible' }, { manufacturer: 'Porsche', model: 'Cayman', bodyType: 'Coupe' }, { manufacturer: 'Porsche', model: 'Panamera', bodyType: 'Sedan' }, { manufacturer: 'Porsche', model: 'Cayenne', bodyType: 'SUV' }, { manufacturer: 'Porsche', model: 'Macan', bodyType: 'SUV' }, { manufacturer: 'Porsche', model: 'Taycan', bodyType: 'Sedan' }, // Volvo (Swedish brand) { manufacturer: 'Volvo', model: 'S60', bodyType: 'Sedan' }, { manufacturer: 'Volvo', model: 'S90', bodyType: 'Sedan' }, { manufacturer: 'Volvo', model: 'V60', bodyType: 'Wagon' }, { manufacturer: 'Volvo', model: 'V90', bodyType: 'Wagon' }, { manufacturer: 'Volvo', model: 'XC40', bodyType: 'SUV' }, { manufacturer: 'Volvo', model: 'XC60', bodyType: 'SUV' }, { manufacturer: 'Volvo', model: 'XC90', bodyType: 'SUV' }, { manufacturer: 'Volvo', model: 'C40 Recharge', bodyType: 'SUV' }, { manufacturer: 'Volvo', model: 'EX30', bodyType: 'SUV' }, // Saab (Swedish brand - discontinued but still on roads) { manufacturer: 'Saab', model: '9-3', bodyType: 'Sedan' }, { manufacturer: 'Saab', model: '9-5', bodyType: 'Sedan' }, { manufacturer: 'Saab', model: '9-4X', bodyType: 'SUV' }, // Land Rover (British luxury SUV brand) { manufacturer: 'Land Rover', model: 'Defender', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Discovery', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Discovery Sport', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Range Rover', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Range Rover Sport', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Range Rover Velar', bodyType: 'SUV' }, { manufacturer: 'Land Rover', model: 'Range Rover Evoque', bodyType: 'SUV' }, // Jaguar (British luxury brand) { manufacturer: 'Jaguar', model: 'XE', bodyType: 'Sedan' }, { manufacturer: 'Jaguar', model: 'XF', bodyType: 'Sedan' }, { manufacturer: 'Jaguar', model: 'XJ', bodyType: 'Sedan' }, { manufacturer: 'Jaguar', model: 'F-Type', bodyType: 'Coupe' }, { manufacturer: 'Jaguar', model: 'F-Type Convertible', bodyType: 'Convertible' }, { manufacturer: 'Jaguar', model: 'E-Pace', bodyType: 'SUV' }, { manufacturer: 'Jaguar', model: 'F-Pace', bodyType: 'SUV' }, { manufacturer: 'Jaguar', model: 'I-Pace', bodyType: 'SUV' }, // Mini (British brand, BMW owned) { manufacturer: 'Mini', model: 'Cooper', bodyType: 'Hatchback' }, { manufacturer: 'Mini', model: 'Cooper S', bodyType: 'Hatchback' }, { manufacturer: 'Mini', model: 'Cooper Convertible', bodyType: 'Convertible' }, { manufacturer: 'Mini', model: 'Clubman', bodyType: 'Wagon' }, { manufacturer: 'Mini', model: 'Countryman', bodyType: 'SUV' }, { manufacturer: 'Mini', model: 'Paceman', bodyType: 'SUV' }, { manufacturer: 'Mini', model: 'Electric', bodyType: 'Hatchback' }, // Bentley (British ultra-luxury brand) { manufacturer: 'Bentley', model: 'Continental GT', bodyType: 'Coupe' }, { manufacturer: 'Bentley', model: 'Continental GTC', bodyType: 'Convertible' }, { manufacturer: 'Bentley', model: 'Flying Spur', bodyType: 'Sedan' }, { manufacturer: 'Bentley', model: 'Bentayga', bodyType: 'SUV' }, { manufacturer: 'Bentley', model: 'Mulsanne', bodyType: 'Sedan' }, // Rolls-Royce (British ultra-luxury brand) { manufacturer: 'Rolls-Royce', model: 'Ghost', bodyType: 'Sedan' }, { manufacturer: 'Rolls-Royce', model: 'Phantom', bodyType: 'Sedan' }, { manufacturer: 'Rolls-Royce', model: 'Wraith', bodyType: 'Coupe' }, { manufacturer: 'Rolls-Royce', model: 'Dawn', bodyType: 'Convertible' }, { manufacturer: 'Rolls-Royce', model: 'Cullinan', bodyType: 'SUV' }, // Aston Martin (British luxury sports car brand) { manufacturer: 'Aston Martin', model: 'Vantage', bodyType: 'Coupe' }, { manufacturer: 'Aston Martin', model: 'DB11', bodyType: 'Coupe' }, { manufacturer: 'Aston Martin', model: 'DBS Superleggera', bodyType: 'Coupe' }, { manufacturer: 'Aston Martin', model: 'DBX', bodyType: 'SUV' }, { manufacturer: 'Aston Martin', model: 'Rapide', bodyType: 'Sedan' }, // McLaren (British supercar brand) { manufacturer: 'McLaren', model: '570S', bodyType: 'Coupe' }, { manufacturer: 'McLaren', model: '720S', bodyType: 'Coupe' }, { manufacturer: 'McLaren', model: 'GT', bodyType: 'Coupe' }, { manufacturer: 'McLaren', model: 'Artura', bodyType: 'Coupe' }, { manufacturer: 'McLaren', model: 'P1', bodyType: 'Coupe' }, // Lotus (British sports car brand) { manufacturer: 'Lotus', model: 'Elise', bodyType: 'Convertible' }, { manufacturer: 'Lotus', model: 'Exige', bodyType: 'Coupe' }, { manufacturer: 'Lotus', model: 'Evora', bodyType: 'Coupe' }, { manufacturer: 'Lotus', model: 'Emira', bodyType: 'Coupe' }, { manufacturer: 'Lotus', model: 'Evija', bodyType: 'Coupe' }, // Citroen (French brand) { manufacturer: 'Citroen', model: 'C1', bodyType: 'Hatchback' }, { manufacturer: 'Citroen', model: 'C3', bodyType: 'Hatchback' }, { manufacturer: 'Citroen', model: 'C4', bodyType: 'Hatchback' }, { manufacturer: 'Citroen', model: 'C5', bodyType: 'Sedan' }, { manufacturer: 'Citroen', model: 'C3 Aircross', bodyType: 'SUV' }, { manufacturer: 'Citroen', model: 'C5 Aircross', bodyType: 'SUV' }, { manufacturer: 'Citroen', model: 'Berlingo', bodyType: 'Van' }, { manufacturer: 'Citroen', model: 'Jumper', bodyType: 'Van' }, // DS (French luxury brand, Citroen premium) { manufacturer: 'DS', model: 'DS 3', bodyType: 'Hatchback' }, { manufacturer: 'DS', model: 'DS 4', bodyType: 'Hatchback' }, { manufacturer: 'DS', model: 'DS 7', bodyType: 'SUV' }, { manufacturer: 'DS', model: 'DS 9', bodyType: 'Sedan' }, // Opel (German brand, now part of Stellantis) { manufacturer: 'Opel', model: 'Corsa', bodyType: 'Hatchback' }, { manufacturer: 'Opel', model: 'Astra', bodyType: 'Hatchback' }, { manufacturer: 'Opel', model: 'Insignia', bodyType: 'Sedan' }, { manufacturer: 'Opel', model: 'Crossland', bodyType: 'SUV' }, { manufacturer: 'Opel', model: 'Grandland', bodyType: 'SUV' }, { manufacturer: 'Opel', model: 'Mokka', bodyType: 'SUV' }, // Dacia (Romanian budget brand, Renault owned) { manufacturer: 'Dacia', model: 'Sandero', bodyType: 'Hatchback' }, { manufacturer: 'Dacia', model: 'Logan', bodyType: 'Sedan' }, { manufacturer: 'Dacia', model: 'Duster', bodyType: 'SUV' }, { manufacturer: 'Dacia', model: 'Lodgy', bodyType: 'Van' }, { manufacturer: 'Dacia', model: 'Dokker', bodyType: 'Van' }, // Lada (Russian brand) { manufacturer: 'Lada', model: 'Granta', bodyType: 'Sedan' }, { manufacturer: 'Lada', model: 'Vesta', bodyType: 'Sedan' }, { manufacturer: 'Lada', model: 'XRAY', bodyType: 'Hatchback' }, { manufacturer: 'Lada', model: 'Largus', bodyType: 'Van' }, { manufacturer: 'Lada', model: 'Niva', bodyType: 'SUV' }, // SsangYong (Korean brand) { manufacturer: 'SsangYong', model: 'Tivoli', bodyType: 'SUV' }, { manufacturer: 'SsangYong', model: 'Korando', bodyType: 'SUV' }, { manufacturer: 'SsangYong', model: 'Rexton', bodyType: 'SUV' }, { manufacturer: 'SsangYong', model: 'Musso', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'Musso Grand', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'Musso Double Cab', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'Musso Single Cab', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'Actyon Sports', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'Korando Sports', bodyType: 'Pickup' }, { manufacturer: 'SsangYong', model: 'XLV', bodyType: 'SUV' }, // BAIC (Chinese brand) - Pickup focused { manufacturer: 'BAIC', model: 'BJ40', bodyType: 'SUV' }, { manufacturer: 'BAIC', model: 'BJ80', bodyType: 'SUV' }, { manufacturer: 'BAIC', model: 'Warrior', bodyType: 'Pickup' }, { manufacturer: 'BAIC', model: 'Pickup BJ40', bodyType: 'Pickup' }, { manufacturer: 'BAIC', model: 'Hunter', bodyType: 'Pickup' }, { manufacturer: 'BAIC', model: 'Ruixiang', bodyType: 'Pickup' }, // Changan (Chinese brand) - Additional Pickups { manufacturer: 'Changan', model: 'Hunter', bodyType: 'Pickup' }, { manufacturer: 'Changan', model: 'Kaicene F70', bodyType: 'Pickup' }, { manufacturer: 'Changan', model: 'Kaicene A800', bodyType: 'Pickup' }, { manufacturer: 'Changan', model: 'Star Card', bodyType: 'Pickup' }, { manufacturer: 'Changan', model: 'CS35', bodyType: 'SUV' }, { manufacturer: 'Changan', model: 'CS55', bodyType: 'SUV' }, { manufacturer: 'Changan', model: 'CS75', bodyType: 'SUV' }, // Zhengzhou Nissan (Chinese-Japanese JV) - Pickup focused { manufacturer: 'Zhengzhou Nissan', model: 'Rich', bodyType: 'Pickup' }, { manufacturer: 'Zhengzhou Nissan', model: 'Pickup King', bodyType: 'Pickup' }, { manufacturer: 'Zhengzhou Nissan', model: 'D22', bodyType: 'Pickup' }, { manufacturer: 'Zhengzhou Nissan', model: 'Paladin', bodyType: 'SUV' }, // Maxus (Chinese commercial brand) - Pickup models { manufacturer: 'Maxus', model: 'T60', bodyType: 'Pickup' }, { manufacturer: 'Maxus', model: 'T70', bodyType: 'Pickup' }, { manufacturer: 'Maxus', model: 'T90', bodyType: 'Pickup' }, { manufacturer: 'Maxus', model: 'T60 Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Maxus', model: 'T60 Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Maxus', model: 'D90', bodyType: 'SUV' }, // LDV (Australian-Chinese brand) - Commercial vehicles { manufacturer: 'LDV', model: 'T60', bodyType: 'Pickup' }, { manufacturer: 'LDV', model: 'T60 Trailrider', bodyType: 'Pickup' }, { manufacturer: 'LDV', model: 'T60 Max', bodyType: 'Pickup' }, { manufacturer: 'LDV', model: 'T60 Pro', bodyType: 'Pickup' }, { manufacturer: 'LDV', model: 'D90', bodyType: 'SUV' }, { manufacturer: 'LDV', model: 'V80', bodyType: 'Van' }, // Zxauto (Chinese brand) - Pickup focused { manufacturer: 'Zxauto', model: 'Grand Tiger', bodyType: 'Pickup' }, { manufacturer: 'Zxauto', model: 'Admiral', bodyType: 'Pickup' }, { manufacturer: 'Zxauto', model: 'Terralord', bodyType: 'Pickup' }, { manufacturer: 'Zxauto', model: 'BQ2031', bodyType: 'Pickup' }, // Jiangling (JMC) - Additional models { manufacturer: 'Jiangling', model: 'Baodian', bodyType: 'Pickup' }, { manufacturer: 'Jiangling', model: 'Kaiyun', bodyType: 'Pickup' }, { manufacturer: 'Jiangling', model: 'Pickup JX1020', bodyType: 'Pickup' }, { manufacturer: 'Jiangling', model: 'Landwind X5', bodyType: 'SUV' }, // Gonow (Chinese brand) - Pickup models { manufacturer: 'Gonow', model: 'Troy', bodyType: 'Pickup' }, { manufacturer: 'Gonow', model: 'GP150', bodyType: 'Pickup' }, { manufacturer: 'Gonow', model: 'GP200', bodyType: 'Pickup' }, { manufacturer: 'Gonow', model: 'Way', bodyType: 'SUV' }, // Daewoo (Korean brand, now part of GM) - Expanded { manufacturer: 'Daewoo', model: 'Lanos', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Lanos Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Daewoo', model: 'Matiz', bodyType: 'Hatchback' }, { manufacturer: 'Daewoo', model: 'Matiz Creative', bodyType: 'Hatchback' }, { manufacturer: 'Daewoo', model: 'Nexia', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Nexia R3', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Lacetti', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Lacetti Hatchback', bodyType: 'Hatchback' }, { manufacturer: 'Daewoo', model: 'Lacetti Wagon', bodyType: 'Wagon' }, { manufacturer: 'Daewoo', model: 'Gentra', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Espero', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Cielo', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Nubira', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Nubira Wagon', bodyType: 'Wagon' }, { manufacturer: 'Daewoo', model: 'Leganza', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Kalos', bodyType: 'Hatchback' }, { manufacturer: 'Daewoo', model: 'Tosca', bodyType: 'Sedan' }, { manufacturer: 'Daewoo', model: 'Winstorm', bodyType: 'SUV' }, { manufacturer: 'Daewoo', model: 'Korando', bodyType: 'SUV' }, { manufacturer: 'Daewoo', model: 'Musso', bodyType: 'SUV' }, { manufacturer: 'Daewoo', model: 'Damas', bodyType: 'Pickup' }, { manufacturer: 'Daewoo', model: 'Labo', bodyType: 'Pickup' }, // Mahindra (Indian brand, popular for pickups and SUVs) { manufacturer: 'Mahindra', model: 'Scorpio', bodyType: 'SUV' }, { manufacturer: 'Mahindra', model: 'XUV500', bodyType: 'SUV' }, { manufacturer: 'Mahindra', model: 'XUV700', bodyType: 'SUV' }, { manufacturer: 'Mahindra', model: 'Thar', bodyType: 'SUV' }, { manufacturer: 'Mahindra', model: 'Bolero', bodyType: 'SUV' }, { manufacturer: 'Mahindra', model: 'Pik Up', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Pik Up Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Pik Up Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Pik Up S4', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Pik Up S6', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Pik Up S10', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Genio', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Imperio', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Imperio Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Imperio Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Supro', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Jeeto', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Bolero Camper', bodyType: 'Pickup' }, { manufacturer: 'Mahindra', model: 'Bolero Maxi Truck', bodyType: 'Pickup' }, // Tata (Indian brand, popular for commercial vehicles) { manufacturer: 'Tata', model: 'Safari', bodyType: 'SUV' }, { manufacturer: 'Tata', model: 'Harrier', bodyType: 'SUV' }, { manufacturer: 'Tata', model: 'Nexon', bodyType: 'SUV' }, { manufacturer: 'Tata', model: 'Punch', bodyType: 'SUV' }, { manufacturer: 'Tata', model: 'Xenon', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Xenon XT', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Xenon Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Xenon Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Yodha', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Yodha Extra Strong', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Intra', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Intra V10', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Intra V20', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Intra V30', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Ace', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Ace Gold', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Ace Mega', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Super Ace', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: '207 DI', bodyType: 'Pickup' }, { manufacturer: 'Tata', model: 'Magic', bodyType: 'Pickup' }, // JMC (Chinese commercial vehicle brand) { manufacturer: 'JMC', model: 'Vigus', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Vigus Pro', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Vigus Double Cab', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Vigus Single Cab', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Boarding', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Carrying', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Conquer', bodyType: 'Pickup' }, { manufacturer: 'JMC', model: 'Landwind X7', bodyType: 'SUV' }, // Jinbei (Chinese brand) { manufacturer: 'Jinbei', model: 'Pickup', bodyType: 'Pickup' }, { manufacturer: 'Jinbei', model: 'Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Jinbei', model: 'Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Jinbei', model: 'T30', bodyType: 'Pickup' }, { manufacturer: 'Jinbei', model: 'T50', bodyType: 'Pickup' }, { manufacturer: 'Jinbei', model: 'T52', bodyType: 'Pickup' }, // Dongfeng (Chinese brand) - Additional Pickups { manufacturer: 'Dongfeng', model: 'Rich 6', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Rich Double Cab', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Rich Single Cab', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Captain', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Hunter', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Warrior', bodyType: 'Pickup' }, { manufacturer: 'Dongfeng', model: 'Forthing T5', bodyType: 'Pickup' }, // Foton (Chinese commercial brand) - Additional Pickups { manufacturer: 'Foton', model: 'Thunder', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'General', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'Gratour T5', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'Gratour T3', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'Tunland G7', bodyType: 'Pickup' }, { manufacturer: 'Foton', model: 'Tunland G9', bodyType: 'Pickup' }, // Great Wall (Chinese brand) - Additional Pickups { manufacturer: 'Great Wall', model: 'Wingle 5', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Wingle 6', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Wingle 7', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Steed 5', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Steed 6', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Poer', bodyType: 'Pickup' }, { manufacturer: 'Great Wall', model: 'Cannon', bodyType: 'Pickup' }, // JAC (Chinese brand) - Additional Pickups { manufacturer: 'JAC', model: 'T6', bodyType: 'Pickup' }, { manufacturer: 'JAC', model: 'T8', bodyType: 'Pickup' }, { manufacturer: 'JAC', model: 'Hunter', bodyType: 'Pickup' }, { manufacturer: 'JAC', model: 'Pickup T40', bodyType: 'Pickup' }, { manufacturer: 'JAC', model: 'Pickup T60', bodyType: 'Pickup' }, ]; async function seedCarDataset() { console.log('šŸš— Seeding car dataset...'); try { // Clear existing data const deletedCount = await prisma.carDataset.deleteMany(); console.log(`šŸ—‘ļø Deleted ${deletedCount.count} existing car dataset entries`); // Reset the auto-increment counter for SQLite console.log('šŸ”„ Resetting ID counter...'); await prisma.$executeRaw`DELETE FROM sqlite_sequence WHERE name = 'car_dataset'`; console.log('āœ… ID counter reset to start from 1'); console.log('šŸ“ Inserting car dataset entries...'); let createdCount = 0; let errorCount = 0; for (const car of carDataset) { try { await prisma.carDataset.create({ data: { manufacturer: car.manufacturer, model: car.model, bodyType: car.bodyType, isActive: true, }, }); createdCount++; console.log(`āœ… Created: ${car.manufacturer} ${car.model} (${car.bodyType})`); } catch (error) { errorCount++; console.error(`āŒ Error creating "${car.manufacturer} ${car.model}":`, error); } } console.log(`\nšŸ“Š Summary:`); console.log(` Created: ${createdCount} car dataset entries`); console.log(` Errors: ${errorCount} entries`); console.log(` Total: ${carDataset.length} entries processed`); // Display statistics const stats = await prisma.carDataset.groupBy({ by: ['manufacturer'], _count: { manufacturer: true }, orderBy: { manufacturer: 'asc' }, }); console.log(`\nšŸ“‹ Car dataset by manufacturer:`); stats.forEach((stat) => { console.log(` ${stat.manufacturer}: ${stat._count.manufacturer} models`); }); console.log('\nšŸŽ‰ Car dataset seeding completed successfully!'); } catch (error) { console.error('āŒ Error during car dataset seeding:', error); throw error; } } async function main() { try { await seedCarDataset(); } catch (error) { console.error('āŒ Error seeding car dataset:', error); process.exit(1); } finally { await prisma.$disconnect(); } } // Always run the main function when this file is executed main(); export { seedCarDataset };