Commit ·
2ff13a6
1
Parent(s): 913b947
Daily update 2026-05-28
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
-
> **7,
|
| 54 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 55 |
|
| 56 |
|
|
@@ -64,9 +64,9 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 64 |
| `listingId` | `string` | 100% | CarGurus.com listing ID (unique identifier) |
|
| 65 |
| `vin` 🔒 | `string` | 100% | Vehicle Identification Number (17-character unique code) |
|
| 66 |
| `price` 🔒 | `float` | 87% | Listed price in USD |
|
| 67 |
-
| `expectedPrice` 🔒 | `float` |
|
| 68 |
-
| `priceDifferential` | `float` |
|
| 69 |
-
| `dealScore` 🔒 | `float` |
|
| 70 |
| `dealRatingKey` | `string` | 100% | Deal rating (GREAT_PRICE, GOOD_PRICE, FAIR_PRICE, POOR_PRICE, OVERPRICED, OUTLIER, NA) |
|
| 71 |
| `mileage` | `float` | 99% | Odometer reading in miles |
|
| 72 |
| `vehicleCondition` | `string` | 100% | Vehicle condition (USED, CPO, NEW) |
|
|
@@ -77,11 +77,11 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 77 |
| `trim` | `string` | 98% | Vehicle trim level (e.g., LX, Limited) |
|
| 78 |
| `bodyStyle` | `string` | 100% | Body style (sedan, pickup_truck, suv, crossover, hatchback, coupe, minivan, wagon, convertible, van) |
|
| 79 |
| `exteriorColor` | `string` | 96% | Exterior color |
|
| 80 |
-
| `interiorColor` | `string` |
|
| 81 |
| `transmission` | `string` | 98% | Transmission type (e.g., 8-Speed Automatic, Continuously Variable Transmission) |
|
| 82 |
| `drivetrain` | `string` | 98% | Drivetrain (Four-Wheel Drive, Front-Wheel Drive, Rear-Wheel Drive, All-Wheel Drive, 4X2) |
|
| 83 |
-
| `engine` | `string` |
|
| 84 |
-
| `fuelType` | `string` |
|
| 85 |
| `fuelTankCapacity` | `float` | 95% | Fuel tank capacity in gallons |
|
| 86 |
| `mpgCity` | `float` | 83% | City fuel economy in MPG |
|
| 87 |
| `mpgHighway` | `float` | 83% | Highway fuel economy in MPG |
|
|
@@ -89,16 +89,16 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 89 |
| `numberOfDoors` | `string` | 98% | Number of doors (2 doors, 3 doors, 4 doors) |
|
| 90 |
| `description` | `string` | 98% | Full listing description text |
|
| 91 |
| `options` | `array` | 99% | Array of vehicle options/features |
|
| 92 |
-
| `images` 🔒 | `array` |
|
| 93 |
-
| `imagesCount` | `float` |
|
| 94 |
| `daysAtDealer` | `float` | 100% | Days vehicle has been at dealer |
|
| 95 |
| `daysOnMarket` | `float` | 100% | Days listing has been on market |
|
| 96 |
-
| `accidentCount` | `float` |
|
| 97 |
| `ownerCount` | `float` | 89% | Number of previous owners (1-5) |
|
| 98 |
| `hasVehicleHistoryReport` | `bool` | 92% | Whether vehicle history report is available |
|
| 99 |
| `optionsCount` | `float` | 99% | Number of options/features listed |
|
| 100 |
-
| `highLeverage` | `bool` |
|
| 101 |
-
| `isNationwideShipper` | `bool` |
|
| 102 |
| `entityId` | `string` | 100% | CarGurus.com entity/trim ID (e.g., t113477) |
|
| 103 |
| `carId` | `float` | 100% | CarGurus.com car ID |
|
| 104 |
| `makeId` | `string` | 100% | CarGurus.com make ID (e.g., m32) |
|
|
@@ -119,8 +119,8 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 119 |
| `sellerWebsite` 🔒 | `string` | 100% | Seller website domain |
|
| 120 |
| `isFranchiseDealer` | `bool` | 62% | Whether seller is a franchise dealer |
|
| 121 |
| `sellerSalesStatus` | `string` | 100% | Seller sales status (PAYING, AVAILABLE) |
|
| 122 |
-
| `sellerRating` | `float` |
|
| 123 |
-
| `sellerReviewCount` | `float` |
|
| 124 |
| `listingUrl` �� | `string` | 100% | Full URL to the CarGurus.com listing page |
|
| 125 |
|
| 126 |
|
|
@@ -138,13 +138,13 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 138 |
|
| 139 |
| Value | Count | Share |
|
| 140 |
| --- | --- | --- |
|
| 141 |
-
| FAIR_PRICE | 2,
|
| 142 |
-
| GOOD_PRICE | 1,
|
| 143 |
-
| NA | 1,
|
| 144 |
-
| GREAT_PRICE |
|
| 145 |
-
| POOR_PRICE |
|
| 146 |
-
| OVERPRICED |
|
| 147 |
-
| OUTLIER |
|
| 148 |
|
| 149 |
</details>
|
| 150 |
|
|
@@ -155,16 +155,16 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 155 |
|
| 156 |
| Value | Count | Share |
|
| 157 |
| --- | --- | --- |
|
| 158 |
-
| crossover | 2,
|
| 159 |
-
| sedan | 1,
|
| 160 |
-
| pickup_truck | 1,
|
| 161 |
-
| suv | 1,
|
| 162 |
-
| coupe |
|
| 163 |
-
| hatchback |
|
| 164 |
-
| minivan |
|
| 165 |
-
| van |
|
| 166 |
-
| convertible |
|
| 167 |
-
| wagon |
|
| 168 |
|
| 169 |
</details>
|
| 170 |
|
|
@@ -175,14 +175,14 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 175 |
|
| 176 |
| Value | Count | Share |
|
| 177 |
| --- | --- | --- |
|
| 178 |
-
| Gasoline | 6,
|
| 179 |
-
| Hybrid |
|
| 180 |
-
| Flex Fuel Vehicle |
|
| 181 |
-
| Electric |
|
| 182 |
-
| Diesel |
|
| 183 |
-
| Biodiesel |
|
| 184 |
-
| Fuel Cell |
|
| 185 |
-
| Compressed Natural Gas |
|
| 186 |
| Propane | 8 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 187 |
|
| 188 |
</details>
|
|
@@ -194,9 +194,9 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 194 |
|
| 195 |
| Value | Count | Share |
|
| 196 |
| --- | --- | --- |
|
| 197 |
-
| USED |
|
| 198 |
-
| CPO |
|
| 199 |
-
| NEW |
|
| 200 |
|
| 201 |
</details>
|
| 202 |
|
|
@@ -207,16 +207,16 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
|
|
| 207 |
|
| 208 |
| Value | Count | Share |
|
| 209 |
| --- | --- | --- |
|
| 210 |
-
| TX |
|
| 211 |
-
| CA |
|
| 212 |
-
| FL |
|
| 213 |
-
| IL |
|
| 214 |
-
| OH |
|
| 215 |
-
| NC |
|
| 216 |
-
| GA |
|
| 217 |
-
| PA |
|
| 218 |
-
| NY |
|
| 219 |
-
| VA |
|
| 220 |
|
| 221 |
</details>
|
| 222 |
|
|
@@ -235,7 +235,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 235 |
### Car Listings
|
| 236 |
|
| 237 |
|
| 238 |
-
[Great Deal Rated Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/great-deal-listings) —
|
| 239 |
|
| 240 |
↳ `[{"field":"dealRatingKey","op":"is","value":"GREAT_PRICE"},{"sort":"price ASC"}]`
|
| 241 |
|
|
@@ -243,15 +243,15 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 243 |
|
| 244 |
↳ `[{"field":"vehicleCondition","op":"is","value":"USED"},{"sort":"_lastSeenAt DESC"}]`
|
| 245 |
|
| 246 |
-
[Certified Pre-Owned Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/cpo-certified-listings) —
|
| 247 |
|
| 248 |
↳ `[{"field":"vehicleCondition","op":"is","value":"CPO"},{"sort":"_lastSeenAt DESC"}]`
|
| 249 |
|
| 250 |
-
[Listings with Vehicle History Reports](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/listings-with-vehicle-history) — 6,
|
| 251 |
|
| 252 |
↳ `[{"field":"hasVehicleHistoryReport","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 253 |
|
| 254 |
-
[Nationwide Shipping Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/nationwide-shipping-listings) — 1,
|
| 255 |
|
| 256 |
↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 257 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
+
> **7,592,659** total records from 2025-12-07 to 2026-05-24, **up to 30,000** rows in this sample (0.40% of full dataset).
|
| 54 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 55 |
|
| 56 |
|
|
|
|
| 64 |
| `listingId` | `string` | 100% | CarGurus.com listing ID (unique identifier) |
|
| 65 |
| `vin` 🔒 | `string` | 100% | Vehicle Identification Number (17-character unique code) |
|
| 66 |
| `price` 🔒 | `float` | 87% | Listed price in USD |
|
| 67 |
+
| `expectedPrice` 🔒 | `float` | 93% | Expected/fair market price in USD |
|
| 68 |
+
| `priceDifferential` | `float` | 82% | Difference between listed and expected price (positive = overpriced) |
|
| 69 |
+
| `dealScore` 🔒 | `float` | 81% | CarGurus.com deal score (lower = better deal) |
|
| 70 |
| `dealRatingKey` | `string` | 100% | Deal rating (GREAT_PRICE, GOOD_PRICE, FAIR_PRICE, POOR_PRICE, OVERPRICED, OUTLIER, NA) |
|
| 71 |
| `mileage` | `float` | 99% | Odometer reading in miles |
|
| 72 |
| `vehicleCondition` | `string` | 100% | Vehicle condition (USED, CPO, NEW) |
|
|
|
|
| 77 |
| `trim` | `string` | 98% | Vehicle trim level (e.g., LX, Limited) |
|
| 78 |
| `bodyStyle` | `string` | 100% | Body style (sedan, pickup_truck, suv, crossover, hatchback, coupe, minivan, wagon, convertible, van) |
|
| 79 |
| `exteriorColor` | `string` | 96% | Exterior color |
|
| 80 |
+
| `interiorColor` | `string` | 86% | Interior color |
|
| 81 |
| `transmission` | `string` | 98% | Transmission type (e.g., 8-Speed Automatic, Continuously Variable Transmission) |
|
| 82 |
| `drivetrain` | `string` | 98% | Drivetrain (Four-Wheel Drive, Front-Wheel Drive, Rear-Wheel Drive, All-Wheel Drive, 4X2) |
|
| 83 |
+
| `engine` | `string` | 98% | Engine description (e.g., 420 hp 3L I6) |
|
| 84 |
+
| `fuelType` | `string` | 98% | Fuel type (Gasoline, Diesel, Biodiesel, Flex Fuel Vehicle, Hybrid, Electric) |
|
| 85 |
| `fuelTankCapacity` | `float` | 95% | Fuel tank capacity in gallons |
|
| 86 |
| `mpgCity` | `float` | 83% | City fuel economy in MPG |
|
| 87 |
| `mpgHighway` | `float` | 83% | Highway fuel economy in MPG |
|
|
|
|
| 89 |
| `numberOfDoors` | `string` | 98% | Number of doors (2 doors, 3 doors, 4 doors) |
|
| 90 |
| `description` | `string` | 98% | Full listing description text |
|
| 91 |
| `options` | `array` | 99% | Array of vehicle options/features |
|
| 92 |
+
| `images` 🔒 | `array` | 81% | Array of highest resolution image URLs |
|
| 93 |
+
| `imagesCount` | `float` | 81% | Number of listing images |
|
| 94 |
| `daysAtDealer` | `float` | 100% | Days vehicle has been at dealer |
|
| 95 |
| `daysOnMarket` | `float` | 100% | Days listing has been on market |
|
| 96 |
+
| `accidentCount` | `float` | 92% | Number of accidents in vehicle history (0-5) |
|
| 97 |
| `ownerCount` | `float` | 89% | Number of previous owners (1-5) |
|
| 98 |
| `hasVehicleHistoryReport` | `bool` | 92% | Whether vehicle history report is available |
|
| 99 |
| `optionsCount` | `float` | 99% | Number of options/features listed |
|
| 100 |
+
| `highLeverage` | `bool` | 24% | Whether listing is flagged as high leverage |
|
| 101 |
+
| `isNationwideShipper` | `bool` | 20% | Whether dealer ships nationwide |
|
| 102 |
| `entityId` | `string` | 100% | CarGurus.com entity/trim ID (e.g., t113477) |
|
| 103 |
| `carId` | `float` | 100% | CarGurus.com car ID |
|
| 104 |
| `makeId` | `string` | 100% | CarGurus.com make ID (e.g., m32) |
|
|
|
|
| 119 |
| `sellerWebsite` 🔒 | `string` | 100% | Seller website domain |
|
| 120 |
| `isFranchiseDealer` | `bool` | 62% | Whether seller is a franchise dealer |
|
| 121 |
| `sellerSalesStatus` | `string` | 100% | Seller sales status (PAYING, AVAILABLE) |
|
| 122 |
+
| `sellerRating` | `float` | 96% | Seller average rating |
|
| 123 |
+
| `sellerReviewCount` | `float` | 96% | Number of seller reviews |
|
| 124 |
| `listingUrl` �� | `string` | 100% | Full URL to the CarGurus.com listing page |
|
| 125 |
|
| 126 |
|
|
|
|
| 138 |
|
| 139 |
| Value | Count | Share |
|
| 140 |
| --- | --- | --- |
|
| 141 |
+
| FAIR_PRICE | 2,332,158 | `██████░░░░░░░░░░░░░░` 30.7% |
|
| 142 |
+
| GOOD_PRICE | 1,525,137 | `████░░░░░░░░░░░░░░░░` 20.1% |
|
| 143 |
+
| NA | 1,393,907 | `████░░░░░░░░░░░░░░░░` 18.4% |
|
| 144 |
+
| GREAT_PRICE | 885,201 | `██░░░░░░░░░░░░░░░░░░` 11.7% |
|
| 145 |
+
| POOR_PRICE | 848,593 | `██░░░░░░░░░░░░░░░░░░` 11.2% |
|
| 146 |
+
| OVERPRICED | 523,222 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
|
| 147 |
+
| OUTLIER | 84,441 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
|
| 148 |
|
| 149 |
</details>
|
| 150 |
|
|
|
|
| 155 |
|
| 156 |
| Value | Count | Share |
|
| 157 |
| --- | --- | --- |
|
| 158 |
+
| crossover | 2,610,304 | `███████░░░░░░░░░░░░░` 34.5% |
|
| 159 |
+
| sedan | 1,557,660 | `████░░░░░░░░░░░░░░░░` 20.6% |
|
| 160 |
+
| pickup_truck | 1,360,087 | `████░░░░░░░░░░░░░░░░` 18.0% |
|
| 161 |
+
| suv | 1,236,249 | `███░░░░░░░░░░░░░░░░░` 16.3% |
|
| 162 |
+
| coupe | 209,297 | `█░░░░░░░░░░░░░░░░░░░` 2.8% |
|
| 163 |
+
| hatchback | 157,381 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 164 |
+
| minivan | 157,374 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 165 |
+
| van | 114,064 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
|
| 166 |
+
| convertible | 91,690 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
|
| 167 |
+
| wagon | 78,879 | `░░░░░░░░░░░░░░░░░░░░` 1.0% |
|
| 168 |
|
| 169 |
</details>
|
| 170 |
|
|
|
|
| 175 |
|
| 176 |
| Value | Count | Share |
|
| 177 |
| --- | --- | --- |
|
| 178 |
+
| Gasoline | 6,359,437 | `█████████████████░░░` 85.2% |
|
| 179 |
+
| Hybrid | 382,423 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
|
| 180 |
+
| Flex Fuel Vehicle | 307,080 | `█░░░░░░░░░░░░░░░░░░░` 4.1% |
|
| 181 |
+
| Electric | 167,330 | `░░░░░░░░░░░░░░░░░░░░` 2.2% |
|
| 182 |
+
| Diesel | 129,204 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
|
| 183 |
+
| Biodiesel | 113,629 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
|
| 184 |
+
| Fuel Cell | 831 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 185 |
+
| Compressed Natural Gas | 267 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 186 |
| Propane | 8 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 187 |
|
| 188 |
</details>
|
|
|
|
| 194 |
|
| 195 |
| Value | Count | Share |
|
| 196 |
| --- | --- | --- |
|
| 197 |
+
| USED | 7,001,171 | `██████████████████░░` 92.2% |
|
| 198 |
+
| CPO | 591,355 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
|
| 199 |
+
| NEW | 133 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 200 |
|
| 201 |
</details>
|
| 202 |
|
|
|
|
| 207 |
|
| 208 |
| Value | Count | Share |
|
| 209 |
| --- | --- | --- |
|
| 210 |
+
| TX | 776,294 | `████░░░░░░░░░░░░░░░░` 19.6% |
|
| 211 |
+
| CA | 680,122 | `███░░░░░░░░░░░░░░░░░` 17.2% |
|
| 212 |
+
| FL | 602,098 | `███░░░░░░░░░░░░░░░░░` 15.2% |
|
| 213 |
+
| IL | 309,519 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
|
| 214 |
+
| OH | 298,043 | `██░░░░░░░░░░░░░░░░░░` 7.5% |
|
| 215 |
+
| NC | 283,879 | `█░░░░░░░░░░░░░░░░░░░` 7.2% |
|
| 216 |
+
| GA | 282,375 | `█░░░░░░░░░░░░░░░░░░░` 7.1% |
|
| 217 |
+
| PA | 266,177 | `█░░░░░░░░░░░░░░░░░░░` 6.7% |
|
| 218 |
+
| NY | 232,286 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
|
| 219 |
+
| VA | 229,906 | `█░░░░░░░░░░░░░░░░░░░` 5.8% |
|
| 220 |
|
| 221 |
</details>
|
| 222 |
|
|
|
|
| 235 |
### Car Listings
|
| 236 |
|
| 237 |
|
| 238 |
+
[Great Deal Rated Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/great-deal-listings) — 820,348 records
|
| 239 |
|
| 240 |
↳ `[{"field":"dealRatingKey","op":"is","value":"GREAT_PRICE"},{"sort":"price ASC"}]`
|
| 241 |
|
|
|
|
| 243 |
|
| 244 |
↳ `[{"field":"vehicleCondition","op":"is","value":"USED"},{"sort":"_lastSeenAt DESC"}]`
|
| 245 |
|
| 246 |
+
[Certified Pre-Owned Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/cpo-certified-listings) — 518,765 records
|
| 247 |
|
| 248 |
↳ `[{"field":"vehicleCondition","op":"is","value":"CPO"},{"sort":"_lastSeenAt DESC"}]`
|
| 249 |
|
| 250 |
+
[Listings with Vehicle History Reports](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/listings-with-vehicle-history) — 6,239,364 records
|
| 251 |
|
| 252 |
↳ `[{"field":"hasVehicleHistoryReport","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 253 |
|
| 254 |
+
[Nationwide Shipping Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/nationwide-shipping-listings) — 1,320,143 records
|
| 255 |
|
| 256 |
↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 257 |
|
car-listings/chart-growth.svg
CHANGED
|
|
|
|
car-listings/data/{2026-04-14.parquet → 2026-05-14.csv}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cdd474a1b19db183e6359bc0dc1988e17f60ce5c6ea80c6b6d8aa536224d952
|
| 3 |
+
size 10134
|
car-listings/data/{2026-04-14.csv → 2026-05-14.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2c2844b47e98f4027b4f2f426b5e69f3d9c2e6d4b86a011d2f9894257638c17
|
| 3 |
+
size 42636
|
car-listings/schema.json
CHANGED
|
@@ -45,21 +45,21 @@
|
|
| 45 |
"name": "expectedPrice",
|
| 46 |
"type": "float",
|
| 47 |
"description": "Expected/fair market price in USD",
|
| 48 |
-
"fillRate":
|
| 49 |
"premium": true
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"name": "priceDifferential",
|
| 53 |
"type": "float",
|
| 54 |
"description": "Difference between listed and expected price (positive = overpriced)",
|
| 55 |
-
"fillRate":
|
| 56 |
"premium": false
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"name": "dealScore",
|
| 60 |
"type": "float",
|
| 61 |
"description": "CarGurus.com deal score (lower = better deal)",
|
| 62 |
-
"fillRate":
|
| 63 |
"premium": true
|
| 64 |
},
|
| 65 |
{
|
|
@@ -136,7 +136,7 @@
|
|
| 136 |
"name": "interiorColor",
|
| 137 |
"type": "string",
|
| 138 |
"description": "Interior color",
|
| 139 |
-
"fillRate":
|
| 140 |
"premium": false
|
| 141 |
},
|
| 142 |
{
|
|
@@ -157,14 +157,14 @@
|
|
| 157 |
"name": "engine",
|
| 158 |
"type": "string",
|
| 159 |
"description": "Engine description (e.g., 420 hp 3L I6)",
|
| 160 |
-
"fillRate":
|
| 161 |
"premium": false
|
| 162 |
},
|
| 163 |
{
|
| 164 |
"name": "fuelType",
|
| 165 |
"type": "string",
|
| 166 |
"description": "Fuel type (Gasoline, Diesel, Biodiesel, Flex Fuel Vehicle, Hybrid, Electric)",
|
| 167 |
-
"fillRate":
|
| 168 |
"premium": false
|
| 169 |
},
|
| 170 |
{
|
|
@@ -220,14 +220,14 @@
|
|
| 220 |
"name": "images",
|
| 221 |
"type": "array",
|
| 222 |
"description": "Array of highest resolution image URLs",
|
| 223 |
-
"fillRate":
|
| 224 |
"premium": true
|
| 225 |
},
|
| 226 |
{
|
| 227 |
"name": "imagesCount",
|
| 228 |
"type": "float",
|
| 229 |
"description": "Number of listing images",
|
| 230 |
-
"fillRate":
|
| 231 |
"premium": false
|
| 232 |
},
|
| 233 |
{
|
|
@@ -248,7 +248,7 @@
|
|
| 248 |
"name": "accidentCount",
|
| 249 |
"type": "float",
|
| 250 |
"description": "Number of accidents in vehicle history (0-5)",
|
| 251 |
-
"fillRate":
|
| 252 |
"premium": false
|
| 253 |
},
|
| 254 |
{
|
|
@@ -276,14 +276,14 @@
|
|
| 276 |
"name": "highLeverage",
|
| 277 |
"type": "bool",
|
| 278 |
"description": "Whether listing is flagged as high leverage",
|
| 279 |
-
"fillRate":
|
| 280 |
"premium": false
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"name": "isNationwideShipper",
|
| 284 |
"type": "bool",
|
| 285 |
"description": "Whether dealer ships nationwide",
|
| 286 |
-
"fillRate":
|
| 287 |
"premium": false
|
| 288 |
},
|
| 289 |
{
|
|
@@ -430,14 +430,14 @@
|
|
| 430 |
"name": "sellerRating",
|
| 431 |
"type": "float",
|
| 432 |
"description": "Seller average rating",
|
| 433 |
-
"fillRate":
|
| 434 |
"premium": false
|
| 435 |
},
|
| 436 |
{
|
| 437 |
"name": "sellerReviewCount",
|
| 438 |
"type": "float",
|
| 439 |
"description": "Number of seller reviews",
|
| 440 |
-
"fillRate":
|
| 441 |
"premium": false
|
| 442 |
},
|
| 443 |
{
|
|
|
|
| 45 |
"name": "expectedPrice",
|
| 46 |
"type": "float",
|
| 47 |
"description": "Expected/fair market price in USD",
|
| 48 |
+
"fillRate": 93,
|
| 49 |
"premium": true
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"name": "priceDifferential",
|
| 53 |
"type": "float",
|
| 54 |
"description": "Difference between listed and expected price (positive = overpriced)",
|
| 55 |
+
"fillRate": 82,
|
| 56 |
"premium": false
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"name": "dealScore",
|
| 60 |
"type": "float",
|
| 61 |
"description": "CarGurus.com deal score (lower = better deal)",
|
| 62 |
+
"fillRate": 81,
|
| 63 |
"premium": true
|
| 64 |
},
|
| 65 |
{
|
|
|
|
| 136 |
"name": "interiorColor",
|
| 137 |
"type": "string",
|
| 138 |
"description": "Interior color",
|
| 139 |
+
"fillRate": 86,
|
| 140 |
"premium": false
|
| 141 |
},
|
| 142 |
{
|
|
|
|
| 157 |
"name": "engine",
|
| 158 |
"type": "string",
|
| 159 |
"description": "Engine description (e.g., 420 hp 3L I6)",
|
| 160 |
+
"fillRate": 98,
|
| 161 |
"premium": false
|
| 162 |
},
|
| 163 |
{
|
| 164 |
"name": "fuelType",
|
| 165 |
"type": "string",
|
| 166 |
"description": "Fuel type (Gasoline, Diesel, Biodiesel, Flex Fuel Vehicle, Hybrid, Electric)",
|
| 167 |
+
"fillRate": 98,
|
| 168 |
"premium": false
|
| 169 |
},
|
| 170 |
{
|
|
|
|
| 220 |
"name": "images",
|
| 221 |
"type": "array",
|
| 222 |
"description": "Array of highest resolution image URLs",
|
| 223 |
+
"fillRate": 81,
|
| 224 |
"premium": true
|
| 225 |
},
|
| 226 |
{
|
| 227 |
"name": "imagesCount",
|
| 228 |
"type": "float",
|
| 229 |
"description": "Number of listing images",
|
| 230 |
+
"fillRate": 81,
|
| 231 |
"premium": false
|
| 232 |
},
|
| 233 |
{
|
|
|
|
| 248 |
"name": "accidentCount",
|
| 249 |
"type": "float",
|
| 250 |
"description": "Number of accidents in vehicle history (0-5)",
|
| 251 |
+
"fillRate": 92,
|
| 252 |
"premium": false
|
| 253 |
},
|
| 254 |
{
|
|
|
|
| 276 |
"name": "highLeverage",
|
| 277 |
"type": "bool",
|
| 278 |
"description": "Whether listing is flagged as high leverage",
|
| 279 |
+
"fillRate": 24,
|
| 280 |
"premium": false
|
| 281 |
},
|
| 282 |
{
|
| 283 |
"name": "isNationwideShipper",
|
| 284 |
"type": "bool",
|
| 285 |
"description": "Whether dealer ships nationwide",
|
| 286 |
+
"fillRate": 20,
|
| 287 |
"premium": false
|
| 288 |
},
|
| 289 |
{
|
|
|
|
| 430 |
"name": "sellerRating",
|
| 431 |
"type": "float",
|
| 432 |
"description": "Seller average rating",
|
| 433 |
+
"fillRate": 96,
|
| 434 |
"premium": false
|
| 435 |
},
|
| 436 |
{
|
| 437 |
"name": "sellerReviewCount",
|
| 438 |
"type": "float",
|
| 439 |
"description": "Number of seller reviews",
|
| 440 |
+
"fillRate": 96,
|
| 441 |
"premium": false
|
| 442 |
},
|
| 443 |
{
|