Datasets:
Commit ·
c499f91
1
Parent(s): a6eb828
Daily update 2026-07-16
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 |
-
> **9,
|
| 54 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 55 |
|
| 56 |
|
|
@@ -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 | 3,
|
| 142 |
-
| GOOD_PRICE |
|
| 143 |
-
| NA | 1,
|
| 144 |
-
| GREAT_PRICE | 1,
|
| 145 |
-
| POOR_PRICE | 1,
|
| 146 |
-
| OVERPRICED |
|
| 147 |
-
| OUTLIER | 107,
|
| 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 | 3,
|
| 159 |
-
| sedan |
|
| 160 |
-
| pickup_truck | 1,
|
| 161 |
-
| suv | 1,
|
| 162 |
-
| coupe |
|
| 163 |
-
| minivan |
|
| 164 |
-
| hatchback |
|
| 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 | 8,
|
| 179 |
-
| Hybrid |
|
| 180 |
-
| Flex Fuel Vehicle |
|
| 181 |
-
| Electric |
|
| 182 |
-
| Diesel |
|
| 183 |
-
| Biodiesel |
|
| 184 |
-
| Fuel Cell |
|
| 185 |
-
| Compressed Natural Gas |
|
| 186 |
| Propane | 10 | `░░░░░░░░░░░░░░░░░░░░` 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 |
-
| OH |
|
| 214 |
-
| IL |
|
| 215 |
-
| NC |
|
| 216 |
-
| GA |
|
| 217 |
-
| PA |
|
| 218 |
-
| NY |
|
| 219 |
-
| VA |
|
| 220 |
|
| 221 |
</details>
|
| 222 |
|
|
@@ -235,23 +235,23 @@ 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) — 1,
|
| 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) — 8,
|
| 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) — 8,
|
| 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 |
+
> **9,870,586** total records from 2025-12-07 to 2026-07-12, **up to 30,000** rows in this sample (0.30% of full dataset).
|
| 54 |
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 55 |
|
| 56 |
|
|
|
|
| 138 |
|
| 139 |
| Value | Count | Share |
|
| 140 |
| --- | --- | --- |
|
| 141 |
+
| FAIR_PRICE | 3,031,973 | `██████░░░░░░░░░░░░░░` 30.7% |
|
| 142 |
+
| GOOD_PRICE | 2,025,730 | `████░░░░░░░░░░░░░░░░` 20.5% |
|
| 143 |
+
| NA | 1,869,675 | `████░░░░░░░░░░░░░░░░` 18.9% |
|
| 144 |
+
| GREAT_PRICE | 1,151,959 | `██░░░░░░░░░░░░░░░░░░` 11.7% |
|
| 145 |
+
| POOR_PRICE | 1,055,482 | `██░░░░░░░░░░░░░░░░░░` 10.7% |
|
| 146 |
+
| OVERPRICED | 628,730 | `█░░░░░░░░░░░░░░░░░░░` 6.4% |
|
| 147 |
+
| OUTLIER | 107,037 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
|
| 148 |
|
| 149 |
</details>
|
| 150 |
|
|
|
|
| 155 |
|
| 156 |
| Value | Count | Share |
|
| 157 |
| --- | --- | --- |
|
| 158 |
+
| crossover | 3,413,324 | `███████░░░░░░░░░░░░░` 34.7% |
|
| 159 |
+
| sedan | 2,008,436 | `████░░░░░░░░░░░░░░░░` 20.4% |
|
| 160 |
+
| pickup_truck | 1,761,161 | `████░░░░░░░░░░░░░░░░` 17.9% |
|
| 161 |
+
| suv | 1,623,903 | `███░░░░░░░░░░░░░░░░░` 16.5% |
|
| 162 |
+
| coupe | 270,907 | `█░░░░░░░░░░░░░░░░░░░` 2.8% |
|
| 163 |
+
| minivan | 205,866 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 164 |
+
| hatchback | 202,533 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 165 |
+
| van | 143,055 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
|
| 166 |
+
| convertible | 119,640 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
|
| 167 |
+
| wagon | 99,372 | `░░░░░░░░░░░░░░░░░░░░` 1.0% |
|
| 168 |
|
| 169 |
</details>
|
| 170 |
|
|
|
|
| 175 |
|
| 176 |
| Value | Count | Share |
|
| 177 |
| --- | --- | --- |
|
| 178 |
+
| Gasoline | 8,291,371 | `█████████████████░░░` 85.1% |
|
| 179 |
+
| Hybrid | 505,615 | `█░░░░░░░░░░░░░░░░░░░` 5.2% |
|
| 180 |
+
| Flex Fuel Vehicle | 394,294 | `█░░░░░░░░░░░░░░░░░░░` 4.0% |
|
| 181 |
+
| Electric | 227,267 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
|
| 182 |
+
| Diesel | 166,993 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
|
| 183 |
+
| Biodiesel | 151,080 | `░░░░░░░░░░░░░░░░░░░░` 1.6% |
|
| 184 |
+
| Fuel Cell | 1,014 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 185 |
+
| Compressed Natural Gas | 339 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 186 |
| Propane | 10 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 187 |
|
| 188 |
</details>
|
|
|
|
| 194 |
|
| 195 |
| Value | Count | Share |
|
| 196 |
| --- | --- | --- |
|
| 197 |
+
| USED | 9,095,695 | `██████████████████░░` 92.1% |
|
| 198 |
+
| CPO | 774,430 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
|
| 199 |
+
| NEW | 461 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
|
| 200 |
|
| 201 |
</details>
|
| 202 |
|
|
|
|
| 207 |
|
| 208 |
| Value | Count | Share |
|
| 209 |
| --- | --- | --- |
|
| 210 |
+
| TX | 1,008,158 | `████░░░░░░░░░░░░░░░░` 19.5% |
|
| 211 |
+
| CA | 880,261 | `███░░░░░░░░░░░░░░░░░` 17.0% |
|
| 212 |
+
| FL | 795,901 | `███░░░░░░░░░░░░░░░░░` 15.4% |
|
| 213 |
+
| OH | 398,118 | `██░░░░░░░░░░░░░░░░░░` 7.7% |
|
| 214 |
+
| IL | 390,812 | `██░░░░░░░░░░░░░░░░░░` 7.6% |
|
| 215 |
+
| NC | 378,718 | `█░░░░░░░░░░░░░░░░░░░` 7.3% |
|
| 216 |
+
| GA | 359,635 | `█░░░░░░░░░░░░░░░░░░░` 7.0% |
|
| 217 |
+
| PA | 341,968 | `█░░░░░░░░░░░░░░░░░░░` 6.6% |
|
| 218 |
+
| NY | 310,524 | `█░░░░░░░░░░░░░░░░░░░` 6.0% |
|
| 219 |
+
| VA | 305,629 | `█░░░░░░░░░░░░░░░░░░░` 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) — 1,103,656 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) — 8,538,644 records
|
| 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) — 749,280 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) — 8,458,115 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,827,616 records
|
| 255 |
|
| 256 |
↳ `[{"field":"isNationwideShipper","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 257 |
|
car-listings/chart-growth.svg
CHANGED
|
|
|
|
car-listings/data/{2026-06-02.parquet → 2026-07-02.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:6475f3f7ed6850d25fe2a9ed324503f696eadea865eac0c197237b98aeeb5569
|
| 3 |
+
size 4271573
|
car-listings/data/{2026-06-02.csv → 2026-07-02.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:d5925e0d7d6bf66f5b2fbadfd0d1ac0c0ef11910c97261e823323030ea7ab5aa
|
| 3 |
+
size 842339
|