Lifetime updates. Come back once in a while to stay updated of new versions of this database.
1985-2021 Auto Parts Catalog Data by Car Make, Year, Model, Trim/Engine & Brand w/ Images
Database Description:
This United States auto parts catalog data set (5th edition, 2021) is comprised of a 13.8 GB database (MySQL or CSV) with 521,648 vehicle car parts of 59 makes from year 1985 to 2021 by 5,698 part categories and 217 manufacturer brands, in 16 related data tables. Media assets are 520,830 high resolution part images (123.2 GB, about 247KB per JPEG image) and 5,336 part category image files.
You can search parts by:
1. Year (37) + Make (1,608) => Model (17,299) => Trim / Submodel (41,064) => Engine (63,076) => Part (521,648)
2. Brand (217) => Part (521,648)
3. Category 1 (8) => Category 2 (158) => Category 3 (5,698) => Part (521,648)
Each part has one or more part numbers (100%), manufacturer number (100%), text description (99.9%), part name (100%), brand (100%), categories 1 / 2 / 3 (100%), list prices (100%), part images (99.8%), part title (99.9%), fit notes (96.8%), and part attributes (99.4%) with 642 unique attributes, of which the most are: Warranty (94.8%), Location (62.0%), Product Fit (51.8%), Series (49.5%), Recommended Use (45.9%), Prop 65 Warning (42.8%), Notes (35.2%), Replaces OE Number (28.7%), Material (25.8%), Type (20.9%), Interchange Part Number (20.7%), Color Finish (19.5%), Returns Policy (19.4%), Condition (15.8%), Replaces Partslink Number (15.1%), Color/Finish (9.6%), Design (9.3%), Components (8.7%), Includes (6.8%).
Each part has a large no-watermark catalog photo picture referenced by part.id to part_image.part_id. Car parts data in the database are organized by car makes, years, models, sub-models / trims, engines and part brands.
Top categories: Auto Body Parts & Mirrors (50,206), Headlights & Lighting (21,442), Engine & Drivetrain (188,010), Brakes, Suspension & Steering (143,562), Interior Accessories (55,935), Exterior Accessories (60,595), Wheels (296), Tools & Garage (1,602).
Sub categories with over 10,000 distinct parts: Brake Discs, Pads & Calipers (51,685), Seats, Seat Covers & Accessories (27,089), Heating, Air Conditioning & Components (26,049), Radiators, Fans, Cooling Systems & Components (19,954), Shocks, Struts & Components (18,820), Bumpers & Components (18,381), Cams, Timing & Valvetrain (17,025), Control Arms, Thrust Arms & Components (16,194), Cranks, Pistons, Oil & Components (14,558), Air Filters & Intake Systems (13,660), Axles, Driveshaft & 4WD (12,316), Fuel Systems & Components (11,607), Exhaust, Headers, Manifolds Mufflers & Components (11,466), Tie Rods, Steering Racks, Gearboxes & Components (10,641)
The 4th and the 3rd edition of this database are also included in the order for you to download after payment.
Database Meta:
Buy Now & Download: $659.00 (USD)
phpMyAdmin Screenshots:
Table Details (Data Structure / Schema):
-
brand
Records:217Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- count_parts: int(10) unsigned
-
category_1
Records:8Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- count_parts: int(10) unsigned
-
category_1_image
Records:8Data fields
- id: bigint(20) unsigned
- ts: timestamp
- source_content_type: varchar(255)
- hash_file_content: varchar(255)
- size: bigint(20) unsigned
- path: varchar(2047)
- title: varchar(255)
- category_1_id: bigint(20) unsigned
-
category_2
Records:158Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- category_1_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
category_2_image
Records:145Data fields
- id: bigint(20) unsigned
- ts: timestamp
- source_content_type: varchar(255)
- hash_file_content: varchar(255)
- size: bigint(20) unsigned
- path: varchar(2047)
- title: varchar(255)
- category_2_id: bigint(20) unsigned
-
category_3
Records:5,698Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- category_2_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
category_3_image
Records:5,183Data fields
- id: bigint(20) unsigned
- ts: timestamp
- source_content_type: varchar(255)
- hash_file_content: varchar(255)
- size: bigint(20) unsigned
- path: varchar(2047)
- title: varchar(255)
- category_3_id: bigint(20) unsigned
-
engine
Records:63,076Data fields
- id: bigint(20) unsigned
- ts: timestamp
- cylinders: varchar(255)
- liter: varchar(255)
- year: varchar(255)
- make: varchar(255)
- model: varchar(255)
- submodel: varchar(255)
- submodel_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
make
Records:1,608Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- year: varchar(255)
- year_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
model
Records:17,299Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- year: varchar(255)
- make: varchar(255)
- make_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
part
Records:521,648Data fields
- id: bigint(20) unsigned
- ts: timestamp
- part_number: varchar(255)
- manufacturer_number: varchar(255)
- description: mediumtext
- part_name: varchar(255)
- brand: varchar(255)
- brand_id: bigint(20) unsigned
- category_1: varchar(255)
- category_2: varchar(255)
- category_3: varchar(255)
- category_1_id: bigint(20) unsigned
- category_2_id: bigint(20) unsigned
- category_3_id: bigint(20) unsigned
- is_universal: varchar(255)
- price_regular: decimal(10,2) unsigned
- price_list: decimal(10,2) unsigned
- price_shipping: decimal(10,2) unsigned
- price_handling: decimal(10,2) unsigned
- price_special: decimal(10,2) unsigned
- price_core: decimal(10,2) unsigned
- part_title: varchar(255)
- part_attributes: mediumtext
- is_best_seller: varchar(255)
- is_made_to_order: varchar(255)
- fit_notes: mediumtext
-
part_image
Records:520,830Data fields
- id: bigint(20) unsigned
- ts: timestamp
- source_content_type: varchar(255)
- hash_file_content: varchar(255)
- size: bigint(20) unsigned
- path: varchar(2047)
- title: varchar(255)
- part_id: bigint(20) unsigned
-
submodel
Records:41,064Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
- year: varchar(255)
- make: varchar(255)
- model: varchar(255)
- model_id: bigint(20) unsigned
- count_parts: int(10) unsigned
-
vehicle
Records:63,076Data fields
- id: bigint(20) unsigned
- ts: timestamp
- year: varchar(255)
- make: varchar(255)
- model: varchar(255)
- submodel: varchar(255)
- cylinders: varchar(255)
- liter: varchar(255)
- year_id: bigint(20) unsigned
- make_id: bigint(20) unsigned
- model_id: bigint(20) unsigned
- submodel_id: bigint(20) unsigned
- engine_id: bigint(20) unsigned
- _url: varchar(255)
- count_parts: int(10) unsigned
-
vehicle_x_part
Records:84,796,836Data fields
- id: bigint(20) unsigned
- ts: timestamp
- vehicle_id: bigint(20) unsigned
- part_id: bigint(20) unsigned
-
year
Records:37Data fields
- id: bigint(20) unsigned
- ts: timestamp
- title: varchar(255)
- slug: varchar(255)
Buy Now & Download: $659.00 (USD)
Download link will be sent to your PayPal email. Please check spam folder in case you didn't see it in your inbox. Do contact us if you didn't receive it 10 minutes after payment. We will manually send you the download details in 24 hours. Our support staff work in the time zone of GMT+8.
Instant download upon payment success, just press return button on PayPal website after finishing payment.
Potential Applications / Usage:
- Auto parts inventory management software
- New & used auto parts online shopping store / affiliate site
- Aftermarket automobile / automotive related website / wholesale manufacturer
- Automobile repair service site
- Automobile information site / community enhancement
- Auto body parts directory lookup and reference
Other Available Formats:
Some of these formats are available on extra charge, depending on the database.
- Plain CSV
- CSV for Microsoft Excel
- Microsoft Excel .XLS file (2008, 2007, 2003, 2000)
- Microsoft Word .DOC file (2008, 2007, 2003, 2000)
- LaTeX
- Open Document Spreadsheet
- Open Document Text
- XML
- YAML
- WordPress Category / Post Database
- Single Table Format
As we frequently enhance our databases for sale, make sure you revisit once in a while to stay updated of the databases you have purchased. Simply by clicking through the same URL we sent to you, you can download updated versions.