rebrowsernet commited on
Commit
c25ed8b
·
1 Parent(s): f2b8d44

Daily update 2026-04-18

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
- > **6,445,199** total records from 2025-12-07 to 2026-04-12, **up to 30,000** rows in this sample (0.47% of full dataset).
54
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
55
 
56
 
@@ -88,7 +88,7 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
88
  | `mpgCombined` | `float` | 83% | Combined fuel economy in MPG |
89
  | `numberOfDoors` | `string` | 97% | Number of doors (2 doors, 3 doors, 4 doors) |
90
  | `description` | `string` | 97% | Full listing description text |
91
- | `options` | `array` | 98% | Array of vehicle options/features |
92
  | `images` 🔒 | `array` | 78% | Array of highest resolution image URLs |
93
  | `imagesCount` | `float` | 78% | Number of listing images |
94
  | `daysAtDealer` | `float` | 100% | Days vehicle has been at dealer |
@@ -96,8 +96,8 @@ Sample of U.S. CarGurus.com vehicle listings with deal ratings, specs, mileage,
96
  | `accidentCount` | `float` | 90% | Number of accidents in vehicle history (0-5) |
97
  | `ownerCount` | `float` | 88% | Number of previous owners (1-5) |
98
  | `hasVehicleHistoryReport` | `bool` | 91% | Whether vehicle history report is available |
99
- | `optionsCount` | `float` | 98% | Number of options/features listed |
100
- | `highLeverage` | `bool` | 22% | Whether listing is flagged as high leverage |
101
  | `isNationwideShipper` | `bool` | 19% | Whether dealer ships nationwide |
102
  | `entityId` | `string` | 100% | CarGurus.com entity/trim ID (e.g., t113477) |
103
  | `carId` | `float` | 100% | CarGurus.com car ID |
@@ -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 | 1,935,592 | `██████░░░░░░░░░░░░░░` 30.0% |
142
- | NA | 1,297,726 | `████░░░░░░░░░░░░░░░░` 20.1% |
143
- | GOOD_PRICE | 1,235,410 | `████░░░░░░░░░░░░░░░░` 19.2% |
144
- | GREAT_PRICE | 742,401 | `██░░░░░░░░░░░░░░░░░░` 11.5% |
145
- | POOR_PRICE | 707,433 | `██░░░░░░░░░░░░░░░░░░` 11.0% |
146
- | OVERPRICED | 455,553 | `█░░░░░░░░░░░░░░░░░░░` 7.1% |
147
- | OUTLIER | 71,084 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
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,212,541 | `███████░░░░░░░░░░░░░` 34.4% |
159
- | sedan | 1,330,616 | `████░░░░░░░░░░░░░░░░` 20.7% |
160
- | pickup_truck | 1,153,640 | `████░░░░░░░░░░░░░░░░` 18.0% |
161
- | suv | 1,041,959 | `███░░░░░░░░░░░░░░░░░` 16.2% |
162
- | coupe | 176,299 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
163
- | hatchback | 134,657 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
164
- | minivan | 133,182 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
165
- | van | 97,215 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
166
- | convertible | 78,446 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
167
- | wagon | 68,176 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
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 | 5,422,978 | `█████████████████░░░` 85.2% |
179
- | Hybrid | 323,893 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
180
- | Flex Fuel Vehicle | 266,119 | `█░░░░░░░░░░░░░░░░░░░` 4.2% |
181
- | Electric | 140,281 | `░░░░░░░░░░░░░░░░░░░░` 2.2% |
182
- | Diesel | 112,461 | `░░░░░░░░░░░░░░░░░░░░` 1.8% |
183
- | Biodiesel | 101,306 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
184
- | Fuel Cell | 701 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
185
- | Compressed Natural Gas | 237 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
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 | 5,978,653 | `███████████████████░` 92.8% |
198
- | CPO | 466,435 | `█░░░░░░░░░░░░░░░░░░░` 7.2% |
199
- | NEW | 111 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
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 | 655,875 | `████░░░░░░░░░░░░░░░░` 19.5% |
211
- | CA | 576,751 | `███░░░░░░░░░░░░░░░░░` 17.2% |
212
- | FL | 525,876 | `███░░░░░░░░░░░░░░░░░` 15.7% |
213
- | IL | 257,434 | `██░░░░░░░░░░░░░░░░░░` 7.7% |
214
- | OH | 253,796 | `██░░░░░░░░░░░░░░░░░░` 7.6% |
215
- | NC | 243,390 | `█░░░░░░░░░░░░░░░░░░░` 7.2% |
216
- | GA | 231,325 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
217
- | PA | 218,380 | `█░░░░░░░░░░░░░░░░░░░` 6.5% |
218
- | NY | 199,290 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
219
- | VA | 197,207 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
220
 
221
  </details>
222
 
@@ -235,11 +235,11 @@ 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) — 714,429 records
239
 
240
  ↳ `[{"field":"dealRatingKey","op":"is","value":"GREAT_PRICE"},{"sort":"price ASC"}]`
241
 
242
- [Used Vehicle Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/used-vehicle-listings) — 5,533,092 records
243
 
244
  ↳ `[{"field":"vehicleCondition","op":"is","value":"USED"},{"sort":"_lastSeenAt DESC"}]`
245
 
@@ -247,11 +247,11 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
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) — 5,424,908 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,148,120 records
255
 
256
  ↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
257
 
 
50
 
51
 
52
 
53
+ > **6,528,090** total records from 2025-12-07 to 2026-04-12, **up to 30,000** rows in this sample (0.46% of full dataset).
54
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
55
 
56
 
 
88
  | `mpgCombined` | `float` | 83% | Combined fuel economy in MPG |
89
  | `numberOfDoors` | `string` | 97% | Number of doors (2 doors, 3 doors, 4 doors) |
90
  | `description` | `string` | 97% | Full listing description text |
91
+ | `options` | `array` | 99% | Array of vehicle options/features |
92
  | `images` 🔒 | `array` | 78% | Array of highest resolution image URLs |
93
  | `imagesCount` | `float` | 78% | Number of listing images |
94
  | `daysAtDealer` | `float` | 100% | Days vehicle has been at dealer |
 
96
  | `accidentCount` | `float` | 90% | Number of accidents in vehicle history (0-5) |
97
  | `ownerCount` | `float` | 88% | Number of previous owners (1-5) |
98
  | `hasVehicleHistoryReport` | `bool` | 91% | Whether vehicle history report is available |
99
+ | `optionsCount` | `float` | 99% | Number of options/features listed |
100
+ | `highLeverage` | `bool` | 23% | Whether listing is flagged as high leverage |
101
  | `isNationwideShipper` | `bool` | 19% | Whether dealer ships nationwide |
102
  | `entityId` | `string` | 100% | CarGurus.com entity/trim ID (e.g., t113477) |
103
  | `carId` | `float` | 100% | CarGurus.com car ID |
 
138
 
139
  | Value | Count | Share |
140
  | --- | --- | --- |
141
+ | FAIR_PRICE | 1,955,236 | `██████░░░░░░░░░░░░░░` 30.0% |
142
+ | NA | 1,298,895 | `████░░░░░░░░░░░░░░░░` 19.9% |
143
+ | GOOD_PRICE | 1,254,749 | `████░░░░░░░░░░░░░░░░` 19.2% |
144
+ | GREAT_PRICE | 751,710 | `██░░░░░░░░░░░░░░░░░░` 11.5% |
145
+ | POOR_PRICE | 719,263 | `██░░░░░░░░░░░░░░░░░░` 11.0% |
146
+ | OVERPRICED | 477,316 | `█░░░░░░░░░░░░░░░░░░░` 7.3% |
147
+ | OUTLIER | 70,921 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
148
 
149
  </details>
150
 
 
155
 
156
  | Value | Count | Share |
157
  | --- | --- | --- |
158
+ | crossover | 2,242,515 | `███████░░░░░░░░░░░░░` 34.4% |
159
+ | sedan | 1,346,341 | `████░░░░░░░░░░░░░░░░` 20.7% |
160
+ | pickup_truck | 1,168,160 | `████░░░░░░░░░░░░░░░░` 17.9% |
161
+ | suv | 1,057,279 | `███░░░░░░░░░░░░░░░░░` 16.2% |
162
+ | coupe | 178,216 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
163
+ | hatchback | 135,895 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
164
+ | minivan | 134,873 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
165
+ | van | 98,341 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
166
+ | convertible | 79,253 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
167
+ | wagon | 68,667 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
168
 
169
  </details>
170
 
 
175
 
176
  | Value | Count | Share |
177
  | --- | --- | --- |
178
+ | Gasoline | 5,492,172 | `█████████████████░░░` 85.1% |
179
+ | Hybrid | 329,120 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
180
+ | Flex Fuel Vehicle | 268,461 | `█░░░░░░░░░░░░░░░░░░░` 4.2% |
181
+ | Electric | 143,026 | `░░░░░░░░░░░░░░░░░░░░` 2.2% |
182
+ | Diesel | 113,756 | `░░░░░░░░░░░░░░░░░░░░` 1.8% |
183
+ | Biodiesel | 102,681 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
184
+ | Fuel Cell | 708 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
185
+ | Compressed Natural Gas | 239 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
186
  | Propane | 8 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
187
 
188
  </details>
 
194
 
195
  | Value | Count | Share |
196
  | --- | --- | --- |
197
+ | USED | 6,050,501 | `███████████████████░` 92.7% |
198
+ | CPO | 477,476 | `█░░░░░░░░░░░░░░░░░░░` 7.3% |
199
+ | NEW | 113 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
200
 
201
  </details>
202
 
 
207
 
208
  | Value | Count | Share |
209
  | --- | --- | --- |
210
+ | TX | 665,958 | `████░░░░░░░░░░░░░░░░` 19.5% |
211
+ | CA | 583,022 | `███░░░░░░░░░░░░░░░░░` 17.1% |
212
+ | FL | 534,326 | `███░░░░░░░░░░░░░░░░░` 15.7% |
213
+ | IL | 260,169 | `██░░░░░░░░░░░░░░░░░░` 7.6% |
214
+ | OH | 256,592 | `██░░░░░░░░░░░░░░░░░░` 7.5% |
215
+ | NC | 247,615 | `█░░░░░░░░░░░░░░░░░░░` 7.3% |
216
+ | GA | 235,306 | `█░░░░░░░░░░░░░░░░░░░` 6.9% |
217
+ | PA | 221,568 | `█░░░░░░░░░░░░░░░░░░░` 6.5% |
218
+ | NY | 201,575 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
219
+ | VA | 200,689 | `█░░░░░░░░░░░░░░░░░░░` 5.9% |
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) — 720,399 records
239
 
240
  ↳ `[{"field":"dealRatingKey","op":"is","value":"GREAT_PRICE"},{"sort":"price ASC"}]`
241
 
242
+ [Used Vehicle Listings](https://rebrowser.net/products/datasets/carguruscom/car-listings/views/used-vehicle-listings) — 5,533,036 records
243
 
244
  ↳ `[{"field":"vehicleCondition","op":"is","value":"USED"},{"sort":"_lastSeenAt DESC"}]`
245
 
 
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) — 5,457,566 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,155,791 records
255
 
256
  ↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
257
 
car-listings/chart-growth.svg CHANGED
car-listings/data/{2026-03-05.csv → 2026-04-04.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e339344008e15f8dac4508ecadb23a094362ff49acbe05147aefe24168334c2d
3
- size 4208513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f98d1a364dd53a4bfbff06749a297bc79ceae9c35bf33d66fc81552b1781fe7
3
+ size 1413833
car-listings/data/{2026-03-05.parquet → 2026-04-04.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4287b93e99f9a31de5f1ed29d17b04c8083fc74610c576bad587c387f622940
3
- size 766476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a8c83cb92aa8316ba619825f4bfeb61367d42d6ecb012a483ae4816e1040aa
3
+ size 261909
car-listings/schema.json CHANGED
@@ -213,7 +213,7 @@
213
  "name": "options",
214
  "type": "array",
215
  "description": "Array of vehicle options/features",
216
- "fillRate": 98,
217
  "premium": false
218
  },
219
  {
@@ -269,14 +269,14 @@
269
  "name": "optionsCount",
270
  "type": "float",
271
  "description": "Number of options/features listed",
272
- "fillRate": 98,
273
  "premium": false
274
  },
275
  {
276
  "name": "highLeverage",
277
  "type": "bool",
278
  "description": "Whether listing is flagged as high leverage",
279
- "fillRate": 22,
280
  "premium": false
281
  },
282
  {
 
213
  "name": "options",
214
  "type": "array",
215
  "description": "Array of vehicle options/features",
216
+ "fillRate": 99,
217
  "premium": false
218
  },
219
  {
 
269
  "name": "optionsCount",
270
  "type": "float",
271
  "description": "Number of options/features listed",
272
+ "fillRate": 99,
273
  "premium": false
274
  },
275
  {
276
  "name": "highLeverage",
277
  "type": "bool",
278
  "description": "Whether listing is flagged as high leverage",
279
+ "fillRate": 23,
280
  "premium": false
281
  },
282
  {