diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..62cbf87be2e449b41750f07f6916e6b93372e734 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +*.csv filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..61c68d680a8b75fc7a7001e004013933410ca80f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,365 @@ ---- -license: cc-by-4.0 ---- + +--- +language: +- en +license: cc-by-nc-4.0 +pretty_name: "CarGurus.com US Vehicle Listings Dataset" +tags: +- open-data +- data-science +- web-scraping +- scraper +- crawler +- data-collection +- used-cars +- automotive +- car-listings +- vehicle-data +- car-prices +- cargurus +- cargurus.com +size_categories: +- 1M **4,380,834** total records from 2025-12-07 to 2026-02-15, **up to 30,000** rows in this sample (0.68% of full dataset). +> Exported as one file per day, up to 1,000 rows each, last undefined days retained. + + +![Record Growth](car-listings/chart-growth.svg) + +| Field | Type | Fill Rate | Description | +| --- | --- | --- | --- | +| `_primaryKey` | `string` | 100% | Unique identifier for this record | +| `_firstSeenAt` | `datetime` | 100% | First time this record was seen | +| `_lastSeenAt` | `datetime` | 100% | Last time this record was updated | +| `listingId` | `string` | 100% | CarGurus.com listing ID (unique identifier) | +| `vin` 🔒 | `string` | 100% | Vehicle Identification Number (17-character unique code) | +| `price` 🔒 | `float` | 87% | Listed price in USD | +| `expectedPrice` 🔒 | `float` | 92% | Expected/fair market price in USD | +| `priceDifferential` | `float` | 81% | Difference between listed and expected price (positive = overpriced) | +| `dealScore` 🔒 | `float` | 80% | CarGurus.com deal score (lower = better deal) | +| `dealRatingKey` | `string` | 100% | Deal rating (GREAT_PRICE, GOOD_PRICE, FAIR_PRICE, POOR_PRICE, OVERPRICED, OUTLIER, NA) | +| `mileage` | `float` | 98% | Odometer reading in miles | +| `vehicleCondition` | `string` | 100% | Vehicle condition (USED, CPO, NEW) | +| `stockNumber` | `string` | 98% | Dealer stock number | +| `year` | `float` | 100% | Vehicle model year | +| `make` | `string` | 100% | Vehicle manufacturer (e.g., Toyota, Ford) | +| `model` | `string` | 100% | Vehicle model (e.g., Camry, F-150) | +| `trim` | `string` | 98% | Vehicle trim level (e.g., LX, Limited) | +| `bodyStyle` | `string` | 100% | Body style (sedan, pickup_truck, suv, crossover, hatchback, coupe, minivan, wagon, convertible, van) | +| `exteriorColor` | `string` | 96% | Exterior color | +| `interiorColor` | `string` | 85% | Interior color | +| `transmission` | `string` | 98% | Transmission type (e.g., 8-Speed Automatic, Continuously Variable Transmission) | +| `drivetrain` | `string` | 97% | Drivetrain (Four-Wheel Drive, Front-Wheel Drive, Rear-Wheel Drive, All-Wheel Drive, 4X2) | +| `engine` | `string` | 99% | Engine description (e.g., 420 hp 3L I6) | +| `fuelType` | `string` | 99% | Fuel type (Gasoline, Diesel, Biodiesel, Flex Fuel Vehicle, Hybrid, Electric) | +| `fuelTankCapacity` | `float` | 95% | Fuel tank capacity in gallons | +| `mpgCity` | `float` | 83% | City fuel economy in MPG | +| `mpgHighway` | `float` | 83% | Highway fuel economy in MPG | +| `mpgCombined` | `float` | 83% | Combined fuel economy in MPG | +| `numberOfDoors` | `string` | 97% | Number of doors (2 doors, 3 doors, 4 doors) | +| `description` | `string` | 96% | Full listing description text | +| `options` | `array` | 98% | Array of vehicle options/features | +| `images` 🔒 | `array` | 82% | Array of highest resolution image URLs | +| `imagesCount` | `float` | 82% | Number of listing images | +| `daysAtDealer` | `float` | 100% | Days vehicle has been at dealer | +| `daysOnMarket` | `float` | 100% | Days listing has been on market | +| `accidentCount` | `float` | 92% | Number of accidents in vehicle history (0-5) | +| `ownerCount` | `float` | 90% | Number of previous owners (1-5) | +| `hasVehicleHistoryReport` | `bool` | 92% | Whether vehicle history report is available | +| `optionsCount` | `float` | 98% | Number of options/features listed | +| `highLeverage` | `bool` | 25% | Whether listing is flagged as high leverage | +| `isNationwideShipper` | `bool` | 20% | Whether dealer ships nationwide | +| `entityId` | `string` | 100% | CarGurus.com entity/trim ID (e.g., t113477) | +| `carId` | `float` | 100% | CarGurus.com car ID | +| `makeId` | `string` | 100% | CarGurus.com make ID (e.g., m32) | +| `modelId` | `string` | 100% | CarGurus.com model ID (e.g., d493) | +| `postalCode` | `string` | 100% | Listing postal code | +| `sellerId` | `float` | 100% | CarGurus.com seller/dealer ID | +| `sellerType` | `string` | 100% | Seller type (e.g., DEALER) | +| `sellerName` 🔒 | `string` | 100% | Dealer/seller name | +| `sellerStreet` | `string` | 99% | Seller street address | +| `sellerCity` | `string` | 99% | Seller city | +| `sellerState` | `string` | 99% | Seller state (2-letter code) | +| `sellerPostalCode` | `string` | 99% | Seller postal code | +| `sellerCountry` | `string` | 99% | Seller country (e.g., US) | +| `sellerLatitude` | `float` | 99% | Seller location latitude | +| `sellerLongitude` | `float` | 99% | Seller location longitude | +| `sellerPhone` | `string` | 88% | Seller phone number | +| `sellerPhoneSMS` | `string` | 85% | Seller SMS phone number | +| `sellerWebsite` 🔒 | `string` | 100% | Seller website domain | +| `isFranchiseDealer` | `bool` | 61% | Whether seller is a franchise dealer | +| `sellerSalesStatus` | `string` | 100% | Seller sales status (PAYING, AVAILABLE) | +| `sellerRating` | `float` | 95% | Seller average rating | +| `sellerReviewCount` | `float` | 95% | Number of seller reviews | +| `listingUrl` 🔒 | `string` | 100% | Full URL to the CarGurus.com listing page | + + + +> 🔒 **Premium fields** are included in the data files but their values are replaced with `[PREMIUM]`. To access real values, [use our website](https://rebrowser.net/products/datasets/carguruscom). + + + +#### Field Distributions + + +
+Deal Rating Distribution (dealRatingKey) + + +| Value | Count | Share | +| --- | --- | --- | +| FAIR_PRICE | 1,363,018 | `██████░░░░░░░░░░░░░░` 31.1% | +| GOOD_PRICE | 871,093 | `████░░░░░░░░░░░░░░░░` 19.9% | +| NA | 841,623 | `████░░░░░░░░░░░░░░░░` 19.2% | +| GREAT_PRICE | 486,025 | `██░░░░░░░░░░░░░░░░░░` 11.1% | +| POOR_PRICE | 467,276 | `██░░░░░░░░░░░░░░░░░░` 10.7% | +| OVERPRICED | 301,331 | `█░░░░░░░░░░░░░░░░░░░` 6.9% | +| OUTLIER | 50,468 | `░░░░░░░░░░░░░░░░░░░░` 1.2% | + +
+ + +
+Body Style Distribution (bodyStyle) + + +| Value | Count | Share | +| --- | --- | --- | +| crossover | 1,491,369 | `███████░░░░░░░░░░░░░` 34.2% | +| sedan | 898,943 | `████░░░░░░░░░░░░░░░░` 20.6% | +| pickup_truck | 791,199 | `████░░░░░░░░░░░░░░░░` 18.1% | +| suv | 708,523 | `███░░░░░░░░░░░░░░░░░` 16.2% | +| coupe | 121,855 | `█░░░░░░░░░░░░░░░░░░░` 2.8% | +| hatchback | 91,478 | `░░░░░░░░░░░░░░░░░░░░` 2.1% | +| minivan | 87,437 | `░░░░░░░░░░░░░░░░░░░░` 2.0% | +| van | 69,813 | `░░░░░░░░░░░░░░░░░░░░` 1.6% | +| convertible | 55,388 | `░░░░░░░░░░░░░░░░░░░░` 1.3% | +| wagon | 49,305 | `░░░░░░░░░░░░░░░░░░░░` 1.1% | + +
+ + +
+Fuel Type Distribution (fuelType) + + +| Value | Count | Share | +| --- | --- | --- | +| Gasoline | 3,692,984 | `█████████████████░░░` 85.3% | +| Hybrid | 214,805 | `█░░░░░░░░░░░░░░░░░░░` 5.0% | +| Flex Fuel Vehicle | 180,526 | `█░░░░░░░░░░░░░░░░░░░` 4.2% | +| Electric | 89,695 | `░░░░░░░░░░░░░░░░░░░░` 2.1% | +| Diesel | 79,327 | `░░░░░░░░░░░░░░░░░░░░` 1.8% | +| Biodiesel | 69,807 | `░░░░░░░░░░░░░░░░░░░░` 1.6% | +| Fuel Cell | 504 | `░░░░░░░░░░░░░░░░░░░░` 0.0% | +| Compressed Natural Gas | 180 | `░░░░░░░░░░░░░░░░░░░░` 0.0% | +| Propane | 6 | `░░░░░░░░░░░░░░░░░░░░` 0.0% | + +
+ + +
+Vehicle Condition Distribution (vehicleCondition) + + +| Value | Count | Share | +| --- | --- | --- | +| USED | 4,055,503 | `███████████████████░` 92.6% | +| CPO | 325,225 | `█░░░░░░░░░░░░░░░░░░░` 7.4% | +| NEW | 106 | `░░░░░░░░░░░░░░░░░░░░` 0.0% | + +
+ + +
+Top States by Listings (sellerState) + + +| Value | Count | Share | +| --- | --- | --- | +| TX | 447,750 | `████░░░░░░░░░░░░░░░░` 19.6% | +| CA | 386,757 | `███░░░░░░░░░░░░░░░░░` 16.9% | +| FL | 369,914 | `███░░░░░░░░░░░░░░░░░` 16.2% | +| IL | 180,451 | `██░░░░░░░░░░░░░░░░░░` 7.9% | +| NC | 164,540 | `█░░░░░░░░░░░░░░░░░░░` 7.2% | +| OH | 164,377 | `█░░░░░░░░░░░░░░░░░░░` 7.2% | +| GA | 160,246 | `█░░░░░░░░░░░░░░░░░░░` 7.0% | +| PA | 145,893 | `█░░░░░░░░░░░░░░░░░░░` 6.4% | +| NY | 134,631 | `█░░░░░░░░░░░░░░░░░░░` 5.9% | +| VA | 132,829 | `█░░░░░░░░░░░░░░░░░░░` 5.8% | + +
+ + + + + + +--- + +## Pre-built Views on Rebrowser + +Rebrowser web viewer lets you filter, sort, and export any slice of this dataset interactively. These pre-built views are ready to open: + + +### Car Listings + + +[Great Deal Rated Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/great-deal-listings) — 468,501 records + +↳ `[{"field":"dealRatingKey","op":"is","value":"GREAT_PRICE"},{"sort":"price ASC"}]` + +[Used Vehicle Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/used-vehicle-listings) — 3,567,583 records + +↳ `[{"field":"vehicleCondition","op":"is","value":"USED"},{"sort":"_lastSeenAt DESC"}]` + +[Certified Pre-Owned Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/cpo-certified-listings) — 309,110 records + +↳ `[{"field":"vehicleCondition","op":"is","value":"CPO"},{"sort":"_lastSeenAt DESC"}]` + +[Listings with Vehicle History Reports](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/listings-with-vehicle-history) — 3,611,295 records + +↳ `[{"field":"hasVehicleHistoryReport","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]` + +[Nationwide Shipping Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/nationwide-shipping-listings) — 770,615 records + +↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]` + + +*[See all 35 views →](https://rebrowser.net/products/datasets/carguruscom/car-listings)* + + + + +--- + +## Code Examples + +```python +import pandas as pd +from pathlib import Path + +# ── Car Listings ─────────────────────────────────────────────────────────── +files = sorted(Path('rebrowser/carguruscom-dataset/car-listings/data').glob('*.parquet'))[-7:] +df = pd.concat([pd.read_parquet(f) for f in files]) + +# Deal rating breakdown +print(df['dealRatingKey'].value_counts().to_string()) + +# Average mileage and days on market by body style +print(df.groupby('bodyStyle')[['mileage', 'daysOnMarket']].mean().round(0).to_string()) + +# Top 10 states by listing volume +print(df['sellerState'].value_counts().head(10).to_string()) + +# Electric vehicle listings by state +ev = df[df['fuelType'] == 'Electric'] +print(ev['sellerState'].value_counts().head(10).to_string()) + +# Highest-rated dealers (min 50 reviews) +dealers = df[df['sellerReviewCount'] >= 50].drop_duplicates('sellerId') +print(dealers.nlargest(10, 'sellerRating')[['sellerId', 'sellerCity', 'sellerState', 'sellerRating', 'sellerReviewCount']] + .to_string(index=False)) +``` + +--- + +## Use Cases + + +### Pricing Benchmarks + +Compare deal ratings and price differentials across makes, models, and regions to identify where vehicles are consistently over- or under-priced relative to market expectations. + + +### Inventory Analytics + +Track body style and fuel type mix by state to understand regional demand patterns. Measure days-on-market by segment to spot slow-moving inventory. + + +### Dealer Performance + +Rank dealers by review count and rating, then cross-reference with their listing volume and deal rating distribution to assess competitive positioning. + + +### EV Market Tracking + +Filter for electric and hybrid listings to monitor EV penetration by state, compare mileage and pricing trends against gasoline equivalents, and track adoption over time. + + + +--- + +## Full Dataset on Rebrowser + + +This is a 1,000-row preview sample. The full dataset is at [rebrowser.net/products/datasets/carguruscom](https://rebrowser.net/products/datasets/carguruscom) + +Doing academic research? You may qualify for free access to a larger slice. See [Free Datasets for Research](https://rebrowser.net/free-datasets-for-research). + +On Rebrowser you can: +- **Filter before you buy** — use the web UI to apply filters on any field and sort by any column. Preview results before purchasing. You only pay for records that match your criteria. +- **Export in your format** — CSV, JSON, JSONL, or Parquet depending on your plan. +- **Access via API** — integrate dataset queries into your pipelines and workflows. +- **Choose your freshness** — plans range from a 14-day lag to real-time data with no delay. +- **Select only the fields you need** — keep exports lean. Premium fields with richer data are available on higher plans. + +[Pricing](https://rebrowser.net/pricing) starts at **$2 per 1,000 rows** with volume discounts. + +--- + +## License & Terms + +**Free for research and non-commercial use** with attribution. See [license terms](https://rebrowser.net/free-datasets-for-research#license) and [how to cite](https://rebrowser.net/free-datasets-for-research#citation). + +```bibtex +@misc{rebrowser_carguruscom, + author = {Rebrowser}, + title = {CarGurus.com US Vehicle Listings Dataset}, + year = {2026}, + howpublished = {\url{https://rebrowser.net/products/datasets/carguruscom}}, + note = {Accessed: YYYY-MM-DD} +} +``` + +Commercial use requires a paid license — see [pricing](https://rebrowser.net/pricing). Use of this data is governed by the [Rebrowser Terms of Use](https://rebrowser.net/terms-of-use), which may be updated at any time independently of this dataset. + +--- + +## Disclaimer + +Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by CarGurus.com (US). Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect CarGurus.com (US) user credentials. By using this dataset, you agree to comply with CarGurus.com (US)'s Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party. + + +You can also find this data on [GitHub](https://github.com/rebrowser/carguruscom-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/carguruscom-dataset). + diff --git a/car-listings/chart-growth.svg b/car-listings/chart-growth.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e69958848684cf0f8c05d10c39ad0837db6d98c --- /dev/null +++ b/car-listings/chart-growth.svg @@ -0,0 +1,87 @@ + + + + Car Listings — Record Growth + + + Total Records + + Added + + + + + + + + + + + + + + + + + + + + 4M + 3M + 1M + + 1M + 612k + 0 + + + + + + Dec 7 + Dec 28 + Jan 18 + Feb 8 + Feb 15 + \ No newline at end of file diff --git a/car-listings/data/2026-01-08.csv b/car-listings/data/2026-01-08.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb5d124017dcfae82694bbd4d89508c3e12df132 --- /dev/null +++ b/car-listings/data/2026-01-08.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83dd8963ad4806b6d3c5eb436d04091ce749bbdac6c014566c436f3d012557d +size 3968067 diff --git a/car-listings/data/2026-01-08.parquet b/car-listings/data/2026-01-08.parquet new file mode 100644 index 0000000000000000000000000000000000000000..540a6e460fddddfe385b70c75db05bfd3a714045 --- /dev/null +++ b/car-listings/data/2026-01-08.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8438267d0f0dff1d6abccf88b0008d6e803f379d72233b3067e0cd6e1b438cc8 +size 873167 diff --git a/car-listings/data/2026-01-09.csv b/car-listings/data/2026-01-09.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0abb007a317500e13cde91158ffcb213b1d617c --- /dev/null +++ b/car-listings/data/2026-01-09.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c428e3cfb1ef03dc39b57b6bf6b33cfa03b42eca8d8f255bf27a4b2ce39ce1fb +size 4442201 diff --git a/car-listings/data/2026-01-09.parquet b/car-listings/data/2026-01-09.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64260246cf5e14b377beb4668b98c7344a65044e --- /dev/null +++ b/car-listings/data/2026-01-09.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cfe6a3ee2146121d72389409b52065f3de02986d0fb5fe6bef0f64183ba0c6 +size 889676 diff --git a/car-listings/data/2026-01-10.csv b/car-listings/data/2026-01-10.csv new file mode 100644 index 0000000000000000000000000000000000000000..82b9e66cd36c3e0b8796198d729acdf80d3678f4 --- /dev/null +++ b/car-listings/data/2026-01-10.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731137d6b111d6e9f4118e97296cafafe18f9325469a6c4a76bef40f2738230e +size 4571200 diff --git a/car-listings/data/2026-01-10.parquet b/car-listings/data/2026-01-10.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6998554fe4934e5cd02e2972bb5430d1e31c8a2c --- /dev/null +++ b/car-listings/data/2026-01-10.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96f5453ad3109ea75a288f8d57f39de7cef8c685f990417e7cb593942859a24 +size 774126 diff --git a/car-listings/data/2026-01-11.csv b/car-listings/data/2026-01-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..0c43b96adcdb7949eba55ba6512a520e6418b5cf --- /dev/null +++ b/car-listings/data/2026-01-11.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3267fdf7ade56d3395562c0b9ec4692ae2b4af590eac4d3086b5519a760b6c90 +size 4216922 diff --git a/car-listings/data/2026-01-11.parquet b/car-listings/data/2026-01-11.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c4d02ab6eaf82343647facca63fb70c9a691fd2 --- /dev/null +++ b/car-listings/data/2026-01-11.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bb4004f0fe5ad84d93fd123aa44da04be6b1680ae105696d081f437935d0cb +size 925639 diff --git a/car-listings/data/2026-01-12.csv b/car-listings/data/2026-01-12.csv new file mode 100644 index 0000000000000000000000000000000000000000..ce48923dc0f6272e2a1f1a07e68bd47ce1d680e5 --- /dev/null +++ b/car-listings/data/2026-01-12.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc09456443f0a6bee3e071da7268572947580b6e2737eb2dd507b374ee973b11 +size 3512750 diff --git a/car-listings/data/2026-01-12.parquet b/car-listings/data/2026-01-12.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b1cde3ae33259635c9b909205e2fbd0b0b7890e --- /dev/null +++ b/car-listings/data/2026-01-12.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dcc2438657939bc57e464ad6e61534d71a6f69536e05a815c793d5a70e4f62 +size 565229 diff --git a/car-listings/data/2026-01-13.csv b/car-listings/data/2026-01-13.csv new file mode 100644 index 0000000000000000000000000000000000000000..0bd6e606e7ca8dd6c47e322404618654a879833d --- /dev/null +++ b/car-listings/data/2026-01-13.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93a2fdb4253a185bd9114ed962b151e18418da4386a4c432064e0d30b3c0c61 +size 3893524 diff --git a/car-listings/data/2026-01-13.parquet b/car-listings/data/2026-01-13.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f6b36cc5d1700174a93b2f23575e310cad0d615 --- /dev/null +++ b/car-listings/data/2026-01-13.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392815862a50651c29b7bded8404a908c6d765489147ff3bef1cb8b5e4a4176a +size 721095 diff --git a/car-listings/data/2026-01-14.csv b/car-listings/data/2026-01-14.csv new file mode 100644 index 0000000000000000000000000000000000000000..07acea7d36f59093bf0ea5f3d7a6138a48b941ae --- /dev/null +++ b/car-listings/data/2026-01-14.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7568534286160160ffa3fc43f5e5710639c02fc45ec80e1eb38a2a484cd26096 +size 3305996 diff --git a/car-listings/data/2026-01-14.parquet b/car-listings/data/2026-01-14.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4daa2f8763ef798bb43d48644ceacd5798d2dea --- /dev/null +++ b/car-listings/data/2026-01-14.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a114f23fdbd77a3d2af36e33bd70c92da92295633f74b52754d014c8ff9aba09 +size 615063 diff --git a/car-listings/data/2026-01-15.csv b/car-listings/data/2026-01-15.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c60e850b7ff9b9af77496eba212493660d69b10 --- /dev/null +++ b/car-listings/data/2026-01-15.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500bc080f0f3f039c83675fcc52cde66db11d0f3228c69e1b3f386604b27c2e2 +size 3693817 diff --git a/car-listings/data/2026-01-15.parquet b/car-listings/data/2026-01-15.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d28a9761b49249617c9fc1ce33b8223e36cbffe --- /dev/null +++ b/car-listings/data/2026-01-15.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671f2ef03adc0cd63779020cb507a7a225a8fd14d0e742b1cb15cf4354e81bff +size 834010 diff --git a/car-listings/data/2026-01-16.csv b/car-listings/data/2026-01-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..587544bdc2845452d42d0d83ffe89d6dcbd466a4 --- /dev/null +++ b/car-listings/data/2026-01-16.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd223f94ad49d01e1aaa03eb3d510fd22b75e7f94f485a7be0665ce2f42dc05b +size 4972188 diff --git a/car-listings/data/2026-01-16.parquet b/car-listings/data/2026-01-16.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cba1d53f51022059054f473c6ec65dce667c9f3c --- /dev/null +++ b/car-listings/data/2026-01-16.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7982189240372e238bc66eb8335ac025b535f4f3b3694aacda833bdb5f5f2e0 +size 873067 diff --git a/car-listings/data/2026-01-17.csv b/car-listings/data/2026-01-17.csv new file mode 100644 index 0000000000000000000000000000000000000000..e9d6929e2c21780bbe9a313b8f0cb95ff20dbcc8 --- /dev/null +++ b/car-listings/data/2026-01-17.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642074b439c4da7ea267056a1b66ac633d05387c33e38be54f6433c9d6fc2ced +size 3728279 diff --git a/car-listings/data/2026-01-17.parquet b/car-listings/data/2026-01-17.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d63c5fbe66a7606e5e48e961eb529ce771362e36 --- /dev/null +++ b/car-listings/data/2026-01-17.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13848080fe11b591e225a1d86dd1200d63e89df43422aab52e41053312d0910f +size 766064 diff --git a/car-listings/data/2026-01-18.csv b/car-listings/data/2026-01-18.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0212ec55994e399d0c0616ff132435d8cae9d23 --- /dev/null +++ b/car-listings/data/2026-01-18.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38005a2129c561c021b79eb2f5aeac90d9c641fd723470d2efb259a05c78336a +size 2202092 diff --git a/car-listings/data/2026-01-18.parquet b/car-listings/data/2026-01-18.parquet new file mode 100644 index 0000000000000000000000000000000000000000..788445533b40d473fb08c636d93a2fff64e050da --- /dev/null +++ b/car-listings/data/2026-01-18.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235856839a05ace3f69e032dbace472c33c1b2865221fd6c78217475551697e9 +size 320768 diff --git a/car-listings/data/2026-01-19.csv b/car-listings/data/2026-01-19.csv new file mode 100644 index 0000000000000000000000000000000000000000..b292bbf46d97e75ad469334c24ea1a54d8c04ac7 --- /dev/null +++ b/car-listings/data/2026-01-19.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2aff83b067066e85fa85919426d011a618a9c6c72948d23ed56bb3ae52da8d +size 582956 diff --git a/car-listings/data/2026-01-19.parquet b/car-listings/data/2026-01-19.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3bdfcb104f6fe504a068c70ebef5e66432a8086 --- /dev/null +++ b/car-listings/data/2026-01-19.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a162975919e39723e2ccd248d49c30aebcffdec6beca1da4d436324de8f1972d +size 138125 diff --git a/car-listings/data/2026-01-20.csv b/car-listings/data/2026-01-20.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd9bfc18b897fd9ed5eafad7c3de80a74ef619b5 --- /dev/null +++ b/car-listings/data/2026-01-20.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139c0c102871e15b9371154282f6bd57b63eda5c6503227b761a8d4af8d14d53 +size 3703316 diff --git a/car-listings/data/2026-01-20.parquet b/car-listings/data/2026-01-20.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e3a2d1543e50cf80e29d403051dd1dbe6ccc0d4 --- /dev/null +++ b/car-listings/data/2026-01-20.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0abd84f43a1924fdf0064b089fc8317c0cacaa88421835d410325b43cfff7ed +size 803371 diff --git a/car-listings/data/2026-01-21.csv b/car-listings/data/2026-01-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..648afe6b1217150ced7682e21246a2796288a46c --- /dev/null +++ b/car-listings/data/2026-01-21.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfd43f9a0eabbdb1f46e3032662daab52e7bed04e7ca1517f6a96e1cd68748f +size 3653145 diff --git a/car-listings/data/2026-01-21.parquet b/car-listings/data/2026-01-21.parquet new file mode 100644 index 0000000000000000000000000000000000000000..656163572d962514ee71d4ae0ae95558391dd600 --- /dev/null +++ b/car-listings/data/2026-01-21.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5096dedc03b96f5e905d30f3d739252a3e473a60b6fdd964958db61392aeee +size 656389 diff --git a/car-listings/data/2026-01-22.csv b/car-listings/data/2026-01-22.csv new file mode 100644 index 0000000000000000000000000000000000000000..17bcf56f719669394c4a62553090a9c991686693 --- /dev/null +++ b/car-listings/data/2026-01-22.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ac4d55d3f0a73970e99b8267814f0b787956670162d1e84ad4618e467ec743 +size 4051597 diff --git a/car-listings/data/2026-01-22.parquet b/car-listings/data/2026-01-22.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9ba148e9f4dcff9cf4fca73591175301f9fb629 --- /dev/null +++ b/car-listings/data/2026-01-22.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18181d15f9896c4c78d8eedbf392f5dd537e75769291e2dc0195e51985af2911 +size 804709 diff --git a/car-listings/data/2026-01-23.csv b/car-listings/data/2026-01-23.csv new file mode 100644 index 0000000000000000000000000000000000000000..8ab6cde6fa6345a4c9c48756ca54dc27f8f0abbc --- /dev/null +++ b/car-listings/data/2026-01-23.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc25eeac78cd9a6ca7c6ceffc0a01c7702f09cb539c47d530c84f32a68dafa2 +size 4301797 diff --git a/car-listings/data/2026-01-23.parquet b/car-listings/data/2026-01-23.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5a1e9cd5f1a184ea64d5dd3e1ab22fa053832ba --- /dev/null +++ b/car-listings/data/2026-01-23.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cb00a83c0c434fcad35ad637e8e5ca2c59cbbefeb1eb6d49c1b4893c3d8b51 +size 884502 diff --git a/car-listings/data/2026-01-24.csv b/car-listings/data/2026-01-24.csv new file mode 100644 index 0000000000000000000000000000000000000000..1707d3e7679dc531480649c54fd26bac58cfc4c1 --- /dev/null +++ b/car-listings/data/2026-01-24.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9bb3980d5760e000c80d69753b27578f52209fc77e7bb044cd31d7f15f1ba4 +size 4013081 diff --git a/car-listings/data/2026-01-24.parquet b/car-listings/data/2026-01-24.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57b68dc8814b643f9506d8debc539fb9a76994a2 --- /dev/null +++ b/car-listings/data/2026-01-24.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6158afb1f1ac328cbae97c28d75f97229592437ae62e2c646659cd75c3bd71c5 +size 765055 diff --git a/car-listings/data/2026-01-25.csv b/car-listings/data/2026-01-25.csv new file mode 100644 index 0000000000000000000000000000000000000000..771ae18622cd9dd92a3865570037b16058dec905 --- /dev/null +++ b/car-listings/data/2026-01-25.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2024a9e43668a5bd21beeaba77754492d15cf399ddaf9e88285d400dc041a938 +size 3856682 diff --git a/car-listings/data/2026-01-25.parquet b/car-listings/data/2026-01-25.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6efec68e89e29891afe953c5246c131caeca096 --- /dev/null +++ b/car-listings/data/2026-01-25.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2e0fb5b6c2e1f2a42118945e149fd0002147a02159f0f9c124bd3ee81c99f3 +size 833130 diff --git a/car-listings/data/2026-01-26.csv b/car-listings/data/2026-01-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..41b40f3a126ba86064a7e124715809483ae1cf63 --- /dev/null +++ b/car-listings/data/2026-01-26.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ce97be6379f4c8356b0cae85fbac5bff02e4f2da26e4205a0ecf35acc89fc7 +size 432504 diff --git a/car-listings/data/2026-01-26.parquet b/car-listings/data/2026-01-26.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d97a5e72f2c4be5a239856b71ad8a9fc81410e7 --- /dev/null +++ b/car-listings/data/2026-01-26.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8889ece42667b0ac5eb323f113c87fc360c933d7294457714c13395ebe7b9406 +size 125642 diff --git a/car-listings/data/2026-01-27.csv b/car-listings/data/2026-01-27.csv new file mode 100644 index 0000000000000000000000000000000000000000..fcac8c5ba0aded570b4361e65380ec8068ff9312 --- /dev/null +++ b/car-listings/data/2026-01-27.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d61fa0b95a15f8f2f08d5afe1afeaae703e6719a5134e660d3e887ef3e919 +size 4075081 diff --git a/car-listings/data/2026-01-27.parquet b/car-listings/data/2026-01-27.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbfaac6ebc154e4fafceabfc624e89692f6cc4e3 --- /dev/null +++ b/car-listings/data/2026-01-27.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e70fc7a3a51fe10d17fb503860b0ec4fdd1684286014f1856be685bd5c50d7 +size 812399 diff --git a/car-listings/data/2026-01-28.csv b/car-listings/data/2026-01-28.csv new file mode 100644 index 0000000000000000000000000000000000000000..d781a9e014109ec7b24bc0ce869588d6642d6753 --- /dev/null +++ b/car-listings/data/2026-01-28.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e510cc3201077ff7e915b649aa465deaf744da565d1148198f9b0c09f1caf5a +size 3639963 diff --git a/car-listings/data/2026-01-28.parquet b/car-listings/data/2026-01-28.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd665997aaecee29250910a369cd3008574b71ce --- /dev/null +++ b/car-listings/data/2026-01-28.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1105038ff02253a57772af022a09885d4a104af549bc525f69df33d718be645d +size 779878 diff --git a/car-listings/data/2026-01-29.csv b/car-listings/data/2026-01-29.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3c95365c9c1f3d6ab498bf3148b33e37b98ac5f --- /dev/null +++ b/car-listings/data/2026-01-29.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8347a09b0d1124ae37c47db2331a11ca504b90a730ed8ce51f40391229159a9 +size 4109211 diff --git a/car-listings/data/2026-01-29.parquet b/car-listings/data/2026-01-29.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbe721261c0e6e09fac72be2f822502c366c3ecd --- /dev/null +++ b/car-listings/data/2026-01-29.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9048a3e558bf3d86c6aed82bd73b38d0b0c1b75d8f75a74ddea6590724728408 +size 868166 diff --git a/car-listings/data/2026-01-30.csv b/car-listings/data/2026-01-30.csv new file mode 100644 index 0000000000000000000000000000000000000000..d0a809ef33ed3cca176cbb83772c3568100fa2b2 --- /dev/null +++ b/car-listings/data/2026-01-30.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6083d3f7479c1fcb7e809bba0183de614f6a1aa69410006f943d7d0f734363 +size 4565059 diff --git a/car-listings/data/2026-01-30.parquet b/car-listings/data/2026-01-30.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6ebebe22a09260cca49810c55bd7792259314ee --- /dev/null +++ b/car-listings/data/2026-01-30.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120ca253220ddf541b5c6f8997b11ebb6bb644508ee81ea44494a72c7bdef50d +size 895255 diff --git a/car-listings/data/2026-01-31.csv b/car-listings/data/2026-01-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..b77d23bd135a9a01473ec539548833cce05dc6b0 --- /dev/null +++ b/car-listings/data/2026-01-31.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e7654ad5d05075c6b6ec94907a8781a337fa873d458b2dd67181501d97c37a +size 4352888 diff --git a/car-listings/data/2026-01-31.parquet b/car-listings/data/2026-01-31.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0316d03b33304efca67a201e07a535aac6a22b5a --- /dev/null +++ b/car-listings/data/2026-01-31.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d130266a3dd91867560589d4c8efdfb27112e0fa48249bb0a3b59b00219df950 +size 771717 diff --git a/car-listings/data/2026-02-01.csv b/car-listings/data/2026-02-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..b37b9349805dd2487d29b0c2e531768b0b87dbd2 --- /dev/null +++ b/car-listings/data/2026-02-01.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15d361af31ef71b3c2aaf3706a91144828d49fa67004e547ff23d89f54d4a30 +size 3723851 diff --git a/car-listings/data/2026-02-01.parquet b/car-listings/data/2026-02-01.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be1d90fc165b14fb4eccec82468042c3734a24f3 --- /dev/null +++ b/car-listings/data/2026-02-01.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ea0b3a07da5e116cccb89425478ee0a53bb6af816f92b795c3c508500f990b +size 749037 diff --git a/car-listings/data/2026-02-02.csv b/car-listings/data/2026-02-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..263022e5a82c2229f0afccc653064f73fd9f2f1b --- /dev/null +++ b/car-listings/data/2026-02-02.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff97d1e91f5db267310fed231e107002e2813dfd3d8b8f69e72908a483d66a5c +size 3791247 diff --git a/car-listings/data/2026-02-02.parquet b/car-listings/data/2026-02-02.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32715b6f0fee102fe9e6dfd208019acafa5fe5fc --- /dev/null +++ b/car-listings/data/2026-02-02.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d684a6331cf1fd1dfa1da7da234f7e16e2c460a301d04a3d283fce8a123a762c +size 795855 diff --git a/car-listings/data/2026-02-03.csv b/car-listings/data/2026-02-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..793bdcc5b34b313932dd0c69fa379bc0612e65ae --- /dev/null +++ b/car-listings/data/2026-02-03.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee14c8c2a94231e527e0983816e71326b9cc84a8ced69f07f9df069ae0808615 +size 4369820 diff --git a/car-listings/data/2026-02-03.parquet b/car-listings/data/2026-02-03.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5074a979a542793fbe82b4efe7d18265c0df462 --- /dev/null +++ b/car-listings/data/2026-02-03.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec9752d0fc8dcd90cb9b83e6c288abcdd813f9abd24eef2eb0c7697138b6a4a +size 802676 diff --git a/car-listings/data/2026-02-04.csv b/car-listings/data/2026-02-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..0c4f8a793a2ebdcca1d468bafa7a062c9bbe2fe1 --- /dev/null +++ b/car-listings/data/2026-02-04.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5d4b559e6210f4f7abbb68eb1cab648e9ded8363732843473d0d6819a885d9 +size 3690482 diff --git a/car-listings/data/2026-02-04.parquet b/car-listings/data/2026-02-04.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2295b3e4f3176777f8f1c0d39db0d3629c0bcf55 --- /dev/null +++ b/car-listings/data/2026-02-04.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f7fabeadfc070c651f9fefd9beb02428526872d94a8c9ca77870d4433256e5 +size 589523 diff --git a/car-listings/data/2026-02-05.csv b/car-listings/data/2026-02-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..d32b9daad861baa9f30cfe21575691192da90ca7 --- /dev/null +++ b/car-listings/data/2026-02-05.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a0025780147bab1256f3d665c1e692e97cc77d6b6325118bbd70e3bc75be8d +size 3848440 diff --git a/car-listings/data/2026-02-05.parquet b/car-listings/data/2026-02-05.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8aa051d35755531f2849ff1990694200506281 --- /dev/null +++ b/car-listings/data/2026-02-05.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac245ab9d39922ee08e879f70741b310f28da58ed84237a83045bbe6e6267499 +size 725422 diff --git a/car-listings/data/2026-02-06.csv b/car-listings/data/2026-02-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2bfbd1e96fd6b7c470958256d6af735c60c99b3 --- /dev/null +++ b/car-listings/data/2026-02-06.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ca8332888b8735598d9454c85c2eab21c3fad1fa1f572cc01104757f3933cc +size 3369329 diff --git a/car-listings/data/2026-02-06.parquet b/car-listings/data/2026-02-06.parquet new file mode 100644 index 0000000000000000000000000000000000000000..299a218dbdbf350f48b6b3f5dd6f7b97bb32c8f2 --- /dev/null +++ b/car-listings/data/2026-02-06.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862f2c0ea3a91dfd38dc1ef36b0f9532212c546bbc11c4441330ea51b954b24a +size 630832 diff --git a/car-listings/schema.json b/car-listings/schema.json new file mode 100644 index 0000000000000000000000000000000000000000..2bf63fa05c7986355a72f605253c1e94490e0f04 --- /dev/null +++ b/car-listings/schema.json @@ -0,0 +1,450 @@ +[ + { + "name": "_primaryKey", + "type": "string", + "description": "Unique identifier for this record", + "fillRate": 100, + "premium": false + }, + { + "name": "_firstSeenAt", + "type": "datetime", + "description": "First time this record was seen", + "fillRate": 100, + "premium": false + }, + { + "name": "_lastSeenAt", + "type": "datetime", + "description": "Last time this record was updated", + "fillRate": 100, + "premium": false + }, + { + "name": "listingId", + "type": "string", + "description": "CarGurus.com listing ID (unique identifier)", + "fillRate": 100, + "premium": false + }, + { + "name": "vin", + "type": "string", + "description": "Vehicle Identification Number (17-character unique code)", + "fillRate": 100, + "premium": true + }, + { + "name": "price", + "type": "float", + "description": "Listed price in USD", + "fillRate": 87, + "premium": true + }, + { + "name": "expectedPrice", + "type": "float", + "description": "Expected/fair market price in USD", + "fillRate": 92, + "premium": true + }, + { + "name": "priceDifferential", + "type": "float", + "description": "Difference between listed and expected price (positive = overpriced)", + "fillRate": 81, + "premium": false + }, + { + "name": "dealScore", + "type": "float", + "description": "CarGurus.com deal score (lower = better deal)", + "fillRate": 80, + "premium": true + }, + { + "name": "dealRatingKey", + "type": "string", + "description": "Deal rating (GREAT_PRICE, GOOD_PRICE, FAIR_PRICE, POOR_PRICE, OVERPRICED, OUTLIER, NA)", + "fillRate": 100, + "premium": false + }, + { + "name": "mileage", + "type": "float", + "description": "Odometer reading in miles", + "fillRate": 98, + "premium": false + }, + { + "name": "vehicleCondition", + "type": "string", + "description": "Vehicle condition (USED, CPO, NEW)", + "fillRate": 100, + "premium": false + }, + { + "name": "stockNumber", + "type": "string", + "description": "Dealer stock number", + "fillRate": 98, + "premium": false + }, + { + "name": "year", + "type": "float", + "description": "Vehicle model year", + "fillRate": 100, + "premium": false + }, + { + "name": "make", + "type": "string", + "description": "Vehicle manufacturer (e.g., Toyota, Ford)", + "fillRate": 100, + "premium": false + }, + { + "name": "model", + "type": "string", + "description": "Vehicle model (e.g., Camry, F-150)", + "fillRate": 100, + "premium": false + }, + { + "name": "trim", + "type": "string", + "description": "Vehicle trim level (e.g., LX, Limited)", + "fillRate": 98, + "premium": false + }, + { + "name": "bodyStyle", + "type": "string", + "description": "Body style (sedan, pickup_truck, suv, crossover, hatchback, coupe, minivan, wagon, convertible, van)", + "fillRate": 100, + "premium": false + }, + { + "name": "exteriorColor", + "type": "string", + "description": "Exterior color", + "fillRate": 96, + "premium": false + }, + { + "name": "interiorColor", + "type": "string", + "description": "Interior color", + "fillRate": 85, + "premium": false + }, + { + "name": "transmission", + "type": "string", + "description": "Transmission type (e.g., 8-Speed Automatic, Continuously Variable Transmission)", + "fillRate": 98, + "premium": false + }, + { + "name": "drivetrain", + "type": "string", + "description": "Drivetrain (Four-Wheel Drive, Front-Wheel Drive, Rear-Wheel Drive, All-Wheel Drive, 4X2)", + "fillRate": 97, + "premium": false + }, + { + "name": "engine", + "type": "string", + "description": "Engine description (e.g., 420 hp 3L I6)", + "fillRate": 99, + "premium": false + }, + { + "name": "fuelType", + "type": "string", + "description": "Fuel type (Gasoline, Diesel, Biodiesel, Flex Fuel Vehicle, Hybrid, Electric)", + "fillRate": 99, + "premium": false + }, + { + "name": "fuelTankCapacity", + "type": "float", + "description": "Fuel tank capacity in gallons", + "fillRate": 95, + "premium": false + }, + { + "name": "mpgCity", + "type": "float", + "description": "City fuel economy in MPG", + "fillRate": 83, + "premium": false + }, + { + "name": "mpgHighway", + "type": "float", + "description": "Highway fuel economy in MPG", + "fillRate": 83, + "premium": false + }, + { + "name": "mpgCombined", + "type": "float", + "description": "Combined fuel economy in MPG", + "fillRate": 83, + "premium": false + }, + { + "name": "numberOfDoors", + "type": "string", + "description": "Number of doors (2 doors, 3 doors, 4 doors)", + "fillRate": 97, + "premium": false + }, + { + "name": "description", + "type": "string", + "description": "Full listing description text", + "fillRate": 96, + "premium": false + }, + { + "name": "options", + "type": "array", + "description": "Array of vehicle options/features", + "fillRate": 98, + "premium": false + }, + { + "name": "images", + "type": "array", + "description": "Array of highest resolution image URLs", + "fillRate": 82, + "premium": true + }, + { + "name": "imagesCount", + "type": "float", + "description": "Number of listing images", + "fillRate": 82, + "premium": false + }, + { + "name": "daysAtDealer", + "type": "float", + "description": "Days vehicle has been at dealer", + "fillRate": 100, + "premium": false + }, + { + "name": "daysOnMarket", + "type": "float", + "description": "Days listing has been on market", + "fillRate": 100, + "premium": false + }, + { + "name": "accidentCount", + "type": "float", + "description": "Number of accidents in vehicle history (0-5)", + "fillRate": 92, + "premium": false + }, + { + "name": "ownerCount", + "type": "float", + "description": "Number of previous owners (1-5)", + "fillRate": 90, + "premium": false + }, + { + "name": "hasVehicleHistoryReport", + "type": "bool", + "description": "Whether vehicle history report is available", + "fillRate": 92, + "premium": false + }, + { + "name": "optionsCount", + "type": "float", + "description": "Number of options/features listed", + "fillRate": 98, + "premium": false + }, + { + "name": "highLeverage", + "type": "bool", + "description": "Whether listing is flagged as high leverage", + "fillRate": 25, + "premium": false + }, + { + "name": "isNationwideShipper", + "type": "bool", + "description": "Whether dealer ships nationwide", + "fillRate": 20, + "premium": false + }, + { + "name": "entityId", + "type": "string", + "description": "CarGurus.com entity/trim ID (e.g., t113477)", + "fillRate": 100, + "premium": false + }, + { + "name": "carId", + "type": "float", + "description": "CarGurus.com car ID", + "fillRate": 100, + "premium": false + }, + { + "name": "makeId", + "type": "string", + "description": "CarGurus.com make ID (e.g., m32)", + "fillRate": 100, + "premium": false + }, + { + "name": "modelId", + "type": "string", + "description": "CarGurus.com model ID (e.g., d493)", + "fillRate": 100, + "premium": false + }, + { + "name": "postalCode", + "type": "string", + "description": "Listing postal code", + "fillRate": 100, + "premium": false + }, + { + "name": "sellerId", + "type": "float", + "description": "CarGurus.com seller/dealer ID", + "fillRate": 100, + "premium": false + }, + { + "name": "sellerType", + "type": "string", + "description": "Seller type (e.g., DEALER)", + "fillRate": 100, + "premium": false + }, + { + "name": "sellerName", + "type": "string", + "description": "Dealer/seller name", + "fillRate": 100, + "premium": true + }, + { + "name": "sellerStreet", + "type": "string", + "description": "Seller street address", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerCity", + "type": "string", + "description": "Seller city", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerState", + "type": "string", + "description": "Seller state (2-letter code)", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerPostalCode", + "type": "string", + "description": "Seller postal code", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerCountry", + "type": "string", + "description": "Seller country (e.g., US)", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerLatitude", + "type": "float", + "description": "Seller location latitude", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerLongitude", + "type": "float", + "description": "Seller location longitude", + "fillRate": 99, + "premium": false + }, + { + "name": "sellerPhone", + "type": "string", + "description": "Seller phone number", + "fillRate": 88, + "premium": false + }, + { + "name": "sellerPhoneSMS", + "type": "string", + "description": "Seller SMS phone number", + "fillRate": 85, + "premium": false + }, + { + "name": "sellerWebsite", + "type": "string", + "description": "Seller website domain", + "fillRate": 100, + "premium": true + }, + { + "name": "isFranchiseDealer", + "type": "bool", + "description": "Whether seller is a franchise dealer", + "fillRate": 61, + "premium": false + }, + { + "name": "sellerSalesStatus", + "type": "string", + "description": "Seller sales status (PAYING, AVAILABLE)", + "fillRate": 100, + "premium": false + }, + { + "name": "sellerRating", + "type": "float", + "description": "Seller average rating", + "fillRate": 95, + "premium": false + }, + { + "name": "sellerReviewCount", + "type": "float", + "description": "Number of seller reviews", + "fillRate": 95, + "premium": false + }, + { + "name": "listingUrl", + "type": "string", + "description": "Full URL to the CarGurus.com listing page", + "fillRate": 100, + "premium": true + } +] \ No newline at end of file