Datasets:
Commit ·
d751ba6
1
Parent(s): 7bfd750
Daily update 2026-03-04
Browse files
README.md
CHANGED
|
@@ -51,8 +51,8 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 51 |
|
| 52 |
|
| 53 |
|
| 54 |
-
> **1,
|
| 55 |
-
> Exported as one file per day, up to 1,000 rows each, last
|
| 56 |
|
| 57 |
|
| 58 |

|
|
@@ -77,7 +77,7 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 77 |
| `make` | `string` | 100% | Vehicle manufacturer (e.g., NISSAN, TOYOTA, MERCEDES-BENZ) |
|
| 78 |
| `modelGroup` | `string` | 100% | Vehicle model group (e.g., SENTRA, TACOMA, GLE-CLASS) |
|
| 79 |
| `modelDetail` | `string` | 100% | Detailed model name (e.g., SENTRA SV, TACOMA DOU, GLE COUPE) |
|
| 80 |
-
| `bodyStyle` | `string` |
|
| 81 |
| `exteriorColor` | `string` | 100% | Vehicle exterior color (e.g., WHITE, BLACK, GRAY) |
|
| 82 |
| `damageDescription` | `string` | 100% | Primary damage description (e.g., FRONT END, REAR END, MINOR DENT/SCRATCHES) |
|
| 83 |
| `secondaryDamage` | `string` | 43% | Secondary damage description (e.g., SIDE, REAR END) |
|
|
@@ -108,7 +108,7 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 108 |
| `gridRow` | `string` | 100% | Yard grid/row location (e.g., "A130", "SD006", "RACK", "*OFF" for offsite) |
|
| 109 |
| `makeOfferEligible` | `bool` | 100% | Whether Make-an-Offer is available |
|
| 110 |
| `buyItNowPrice` 🔒 | `float` | 100% | Buy-It-Now price in USD (0 if not available) |
|
| 111 |
-
| `trim` | `string` |
|
| 112 |
| `rentals` | `bool` | 100% | Whether vehicle was a former rental |
|
| 113 |
| `wholesale` | `bool` | 100% | Whether listing is wholesale |
|
| 114 |
| `sellerName` 🔒 | `string` | 36% | Seller name (e.g., "State Farm Insurance", "GEICO") |
|
|
@@ -136,16 +136,16 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 136 |
|
| 137 |
| Value | Count | Share |
|
| 138 |
| --- | --- | --- |
|
| 139 |
-
| TOYOTA |
|
| 140 |
-
| FORD |
|
| 141 |
-
| CHEVROLET |
|
| 142 |
-
| HONDA |
|
| 143 |
-
| NISSAN |
|
| 144 |
-
| HYUNDAI |
|
| 145 |
-
| KIA |
|
| 146 |
-
| JEEP |
|
| 147 |
-
| DODGE |
|
| 148 |
-
| SUBARU |
|
| 149 |
|
| 150 |
</details>
|
| 151 |
|
|
@@ -156,16 +156,16 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 156 |
|
| 157 |
| Value | Count | Share |
|
| 158 |
| --- | --- | --- |
|
| 159 |
-
| FRONT END |
|
| 160 |
-
| REAR END |
|
| 161 |
-
| SIDE |
|
| 162 |
-
| MINOR DENT/SCRATCHES |
|
| 163 |
-
| MECHANICAL |
|
| 164 |
-
| NORMAL WEAR |
|
| 165 |
-
| ALL OVER |
|
| 166 |
-
| ROLLOVER |
|
| 167 |
-
| UNDERCARRIAGE | 12,
|
| 168 |
-
| VANDALISM |
|
| 169 |
|
| 170 |
</details>
|
| 171 |
|
|
@@ -176,16 +176,16 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 176 |
|
| 177 |
| Value | Count | Share |
|
| 178 |
| --- | --- | --- |
|
| 179 |
-
| SC |
|
| 180 |
-
| ST |
|
| 181 |
-
| CT |
|
| 182 |
-
| SV |
|
| 183 |
-
| RB |
|
| 184 |
-
| SM |
|
| 185 |
-
| BS |
|
| 186 |
-
| S1 |
|
| 187 |
-
| RS |
|
| 188 |
-
| CD | 14,
|
| 189 |
|
| 190 |
</details>
|
| 191 |
|
|
@@ -196,16 +196,16 @@ Daily sample of Copart salvage auction lots with damage types, condition codes,
|
|
| 196 |
|
| 197 |
| Value | Count | Share |
|
| 198 |
| --- | --- | --- |
|
| 199 |
-
| CA |
|
| 200 |
-
| TX |
|
| 201 |
-
| FL |
|
| 202 |
-
| IL |
|
| 203 |
-
| PA |
|
| 204 |
-
| GA |
|
| 205 |
-
| NY |
|
| 206 |
-
| MI |
|
| 207 |
-
| TN |
|
| 208 |
-
| AL |
|
| 209 |
|
| 210 |
</details>
|
| 211 |
|
|
@@ -224,7 +224,7 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 224 |
### Auction Listings
|
| 225 |
|
| 226 |
|
| 227 |
-
[Listings with Bid Over $1,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-with-bid-over-1000) —
|
| 228 |
|
| 229 |
↳ `[{"field":"highBid","op":"gt","value":1000},{"sort":"highBid DESC"}]`
|
| 230 |
|
|
@@ -236,11 +236,11 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
|
|
| 236 |
|
| 237 |
↳ `[{"field":"lotCondCode","op":"is","value":"D"},{"sort":"estRetailValue DESC"}]`
|
| 238 |
|
| 239 |
-
[Listings with Estimated Value Over $10,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-valued-over-10000) —
|
| 240 |
|
| 241 |
↳ `[{"field":"estRetailValue","op":"gt","value":10000},{"sort":"estRetailValue DESC"}]`
|
| 242 |
|
| 243 |
-
[Make-an-Offer Eligible Lots](https://rebrowser.net/products/datasets/copart/auction-listings/views/make-offer-eligible-lots) —
|
| 244 |
|
| 245 |
↳ `[{"field":"makeOfferEligible","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 246 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
|
| 54 |
+
> **1,107,719** total records from 2025-11-16 to 2026-03-01, **up to 30,000** rows in this sample (2.7% of full dataset).
|
| 55 |
+
> Exported as one file per day, up to 1,000 rows each, last 30 days retained.
|
| 56 |
|
| 57 |
|
| 58 |

|
|
|
|
| 77 |
| `make` | `string` | 100% | Vehicle manufacturer (e.g., NISSAN, TOYOTA, MERCEDES-BENZ) |
|
| 78 |
| `modelGroup` | `string` | 100% | Vehicle model group (e.g., SENTRA, TACOMA, GLE-CLASS) |
|
| 79 |
| `modelDetail` | `string` | 100% | Detailed model name (e.g., SENTRA SV, TACOMA DOU, GLE COUPE) |
|
| 80 |
+
| `bodyStyle` | `string` | 18% | Vehicle body style |
|
| 81 |
| `exteriorColor` | `string` | 100% | Vehicle exterior color (e.g., WHITE, BLACK, GRAY) |
|
| 82 |
| `damageDescription` | `string` | 100% | Primary damage description (e.g., FRONT END, REAR END, MINOR DENT/SCRATCHES) |
|
| 83 |
| `secondaryDamage` | `string` | 43% | Secondary damage description (e.g., SIDE, REAR END) |
|
|
|
|
| 108 |
| `gridRow` | `string` | 100% | Yard grid/row location (e.g., "A130", "SD006", "RACK", "*OFF" for offsite) |
|
| 109 |
| `makeOfferEligible` | `bool` | 100% | Whether Make-an-Offer is available |
|
| 110 |
| `buyItNowPrice` 🔒 | `float` | 100% | Buy-It-Now price in USD (0 if not available) |
|
| 111 |
+
| `trim` | `string` | 68% | Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC) |
|
| 112 |
| `rentals` | `bool` | 100% | Whether vehicle was a former rental |
|
| 113 |
| `wholesale` | `bool` | 100% | Whether listing is wholesale |
|
| 114 |
| `sellerName` 🔒 | `string` | 36% | Seller name (e.g., "State Farm Insurance", "GEICO") |
|
|
|
|
| 136 |
|
| 137 |
| Value | Count | Share |
|
| 138 |
| --- | --- | --- |
|
| 139 |
+
| TOYOTA | 143,056 | `████░░░░░░░░░░░░░░░░` 18.3% |
|
| 140 |
+
| FORD | 125,934 | `███░░░░░░░░░░░░░░░░░` 16.1% |
|
| 141 |
+
| CHEVROLET | 111,586 | `███░░░░░░░░░░░░░░░░░` 14.3% |
|
| 142 |
+
| HONDA | 101,696 | `███░░░░░░░░░░░░░░░░░` 13.0% |
|
| 143 |
+
| NISSAN | 87,952 | `██░░░░░░░░░░░░░░░░░░` 11.2% |
|
| 144 |
+
| HYUNDAI | 61,175 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
|
| 145 |
+
| KIA | 48,396 | `█░░░░░░░░░░░░░░░░░░░` 6.2% |
|
| 146 |
+
| JEEP | 39,875 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
|
| 147 |
+
| DODGE | 33,259 | `█░░░░░░░░░░░░░░░░░░░` 4.3% |
|
| 148 |
+
| SUBARU | 29,256 | `█░░░░░░░░░░░░░░░░░░░` 3.7% |
|
| 149 |
|
| 150 |
</details>
|
| 151 |
|
|
|
|
| 156 |
|
| 157 |
| Value | Count | Share |
|
| 158 |
| --- | --- | --- |
|
| 159 |
+
| FRONT END | 597,425 | `███████████░░░░░░░░░` 56.2% |
|
| 160 |
+
| REAR END | 162,020 | `███░░░░░░░░░░░░░░░░░` 15.2% |
|
| 161 |
+
| SIDE | 141,636 | `███░░░░░░░░░░░░░░░░░` 13.3% |
|
| 162 |
+
| MINOR DENT/SCRATCHES | 48,781 | `█░░░░░░░░░░░░░░░░░░░` 4.6% |
|
| 163 |
+
| MECHANICAL | 29,702 | `█░░░░░░░░░░░░░░░░░░░` 2.8% |
|
| 164 |
+
| NORMAL WEAR | 22,283 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 165 |
+
| ALL OVER | 21,001 | `░░░░░░░░░░░░░░░░░░░░` 2.0% |
|
| 166 |
+
| ROLLOVER | 15,159 | `░░░░░░░░░░░░░░░░░░░░` 1.4% |
|
| 167 |
+
| UNDERCARRIAGE | 12,987 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
|
| 168 |
+
| VANDALISM | 12,131 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
|
| 169 |
|
| 170 |
</details>
|
| 171 |
|
|
|
|
| 176 |
|
| 177 |
| Value | Count | Share |
|
| 178 |
| --- | --- | --- |
|
| 179 |
+
| SC | 330,333 | `███████░░░░░░░░░░░░░` 33.1% |
|
| 180 |
+
| ST | 302,366 | `██████░░░░░░░░░░░░░░` 30.3% |
|
| 181 |
+
| CT | 163,288 | `███░░░░░░░░░░░░░░░░░` 16.4% |
|
| 182 |
+
| SV | 62,718 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 183 |
+
| RB | 43,049 | `█░░░░░░░░░░░░░░░░░░░` 4.3% |
|
| 184 |
+
| SM | 23,609 | `░░░░░░░░░░░░░░░░░░░░` 2.4% |
|
| 185 |
+
| BS | 21,349 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 186 |
+
| S1 | 19,405 | `░░░░░░░░░░░░░░░░░░░░` 1.9% |
|
| 187 |
+
| RS | 17,443 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
|
| 188 |
+
| CD | 14,541 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
|
| 189 |
|
| 190 |
</details>
|
| 191 |
|
|
|
|
| 196 |
|
| 197 |
| Value | Count | Share |
|
| 198 |
| --- | --- | --- |
|
| 199 |
+
| CA | 101,849 | `████░░░░░░░░░░░░░░░░` 19.0% |
|
| 200 |
+
| TX | 93,645 | `███░░░░░░░░░░░░░░░░░` 17.4% |
|
| 201 |
+
| FL | 68,449 | `███░░░░░░░░░░░░░░░░░` 12.7% |
|
| 202 |
+
| IL | 48,459 | `██░░░░░░░░░░░░░░░░░░` 9.0% |
|
| 203 |
+
| PA | 47,244 | `██░░░░░░░░░░░░░░░░░░` 8.8% |
|
| 204 |
+
| GA | 43,714 | `██░░░░░░░░░░░░░░░░░░` 8.1% |
|
| 205 |
+
| NY | 33,989 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 206 |
+
| MI | 33,961 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 207 |
+
| TN | 33,374 | `█░░░░░░░░░░░░░░░░░░░` 6.2% |
|
| 208 |
+
| AL | 32,392 | `█░░░░░░░░░░░░░░░░░░░` 6.0% |
|
| 209 |
|
| 210 |
</details>
|
| 211 |
|
|
|
|
| 224 |
### Auction Listings
|
| 225 |
|
| 226 |
|
| 227 |
+
[Listings with Bid Over $1,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-with-bid-over-1000) — 191,293 records
|
| 228 |
|
| 229 |
↳ `[{"field":"highBid","op":"gt","value":1000},{"sort":"highBid DESC"}]`
|
| 230 |
|
|
|
|
| 236 |
|
| 237 |
↳ `[{"field":"lotCondCode","op":"is","value":"D"},{"sort":"estRetailValue DESC"}]`
|
| 238 |
|
| 239 |
+
[Listings with Estimated Value Over $10,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-valued-over-10000) — 470,984 records
|
| 240 |
|
| 241 |
↳ `[{"field":"estRetailValue","op":"gt","value":10000},{"sort":"estRetailValue DESC"}]`
|
| 242 |
|
| 243 |
+
[Make-an-Offer Eligible Lots](https://rebrowser.net/products/datasets/copart/auction-listings/views/make-offer-eligible-lots) — 109,271 records
|
| 244 |
|
| 245 |
↳ `[{"field":"makeOfferEligible","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]`
|
| 246 |
|
auction-listings/chart-growth.svg
CHANGED
|
|
|
|
auction-listings/data/{2026-01-19.csv → 2026-02-18.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:881d9ab7147c4591795c47be799f50e5d8428e6e5578422d10819c4c471204ec
|
| 3 |
+
size 519392
|
auction-listings/data/{2026-01-19.parquet → 2026-02-18.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:a61a10fce9aa4d56f362f722348f21ff720c1a35dada83242fe667ee15ecd10f
|
| 3 |
+
size 99771
|
auction-listings/schema.json
CHANGED
|
@@ -129,7 +129,7 @@
|
|
| 129 |
"name": "bodyStyle",
|
| 130 |
"type": "string",
|
| 131 |
"description": "Vehicle body style",
|
| 132 |
-
"fillRate":
|
| 133 |
"premium": false
|
| 134 |
},
|
| 135 |
{
|
|
@@ -346,7 +346,7 @@
|
|
| 346 |
"name": "trim",
|
| 347 |
"type": "string",
|
| 348 |
"description": "Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC)",
|
| 349 |
-
"fillRate":
|
| 350 |
"premium": false
|
| 351 |
},
|
| 352 |
{
|
|
|
|
| 129 |
"name": "bodyStyle",
|
| 130 |
"type": "string",
|
| 131 |
"description": "Vehicle body style",
|
| 132 |
+
"fillRate": 18,
|
| 133 |
"premium": false
|
| 134 |
},
|
| 135 |
{
|
|
|
|
| 346 |
"name": "trim",
|
| 347 |
"type": "string",
|
| 348 |
"description": "Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC)",
|
| 349 |
+
"fillRate": 68,
|
| 350 |
"premium": false
|
| 351 |
},
|
| 352 |
{
|