Datasets:
Commit ·
3ff6d67
1
Parent(s): 035884e
Daily update 2026-02-24
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ 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 undefined days retained.
|
| 56 |
|
| 57 |
|
|
@@ -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 | 36,
|
| 147 |
-
| DODGE | 30,
|
| 148 |
-
| SUBARU | 26,
|
| 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 | 27,
|
| 164 |
-
| NORMAL WEAR | 20,
|
| 165 |
-
| ALL OVER | 19,
|
| 166 |
-
| ROLLOVER | 13,
|
| 167 |
-
| UNDERCARRIAGE | 11,
|
| 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 | 21,
|
| 185 |
-
| BS | 19,
|
| 186 |
-
| S1 | 17,
|
| 187 |
-
| RS |
|
| 188 |
-
| CD | 13,
|
| 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 | 44,
|
| 203 |
-
| PA | 42,
|
| 204 |
-
| GA |
|
| 205 |
-
| NY |
|
| 206 |
-
| MI | 30,
|
| 207 |
-
| TN | 30,
|
| 208 |
-
| AL |
|
| 209 |
|
| 210 |
</details>
|
| 211 |
|
|
@@ -224,15 +224,15 @@ 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 |
|
| 231 |
-
[Salvage Title Auctions](https://rebrowser.net/products/datasets/copart/auction-listings/views/salvage-title-auctions) —
|
| 232 |
|
| 233 |
↳ `[{"field":"saleTitleType","op":"is","value":"ST"},{"sort":"saleDate ASC"}]`
|
| 234 |
|
| 235 |
-
[Run and Drive Vehicles](https://rebrowser.net/products/datasets/copart/auction-listings/views/run-and-drive-vehicles) —
|
| 236 |
|
| 237 |
↳ `[{"field":"lotCondCode","op":"is","value":"D"},{"sort":"estRetailValue DESC"}]`
|
| 238 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
|
| 54 |
+
> **1,018,838** total records from 2025-11-16 to 2026-02-22, **up to 30,000** rows in this sample (2.9% of full dataset).
|
| 55 |
> Exported as one file per day, up to 1,000 rows each, last undefined days retained.
|
| 56 |
|
| 57 |
|
|
|
|
| 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` | 82% | 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 | 131,688 | `████░░░░░░░░░░░░░░░░` 18.3% |
|
| 140 |
+
| FORD | 116,128 | `███░░░░░░░░░░░░░░░░░` 16.1% |
|
| 141 |
+
| CHEVROLET | 102,578 | `███░░░░░░░░░░░░░░░░░` 14.3% |
|
| 142 |
+
| HONDA | 93,404 | `███░░░░░░░░░░░░░░░░░` 13.0% |
|
| 143 |
+
| NISSAN | 80,779 | `██░░░░░░░░░░░░░░░░░░` 11.2% |
|
| 144 |
+
| HYUNDAI | 56,228 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
|
| 145 |
+
| KIA | 44,470 | `█░░░░░░░░░░░░░░░░░░░` 6.2% |
|
| 146 |
+
| JEEP | 36,601 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
|
| 147 |
+
| DODGE | 30,622 | `█░░░░░░░░░░░░░░░░░░░` 4.3% |
|
| 148 |
+
| SUBARU | 26,914 | `█░░░░░░░░░░░░░░░░░░░` 3.7% |
|
| 149 |
|
| 150 |
</details>
|
| 151 |
|
|
|
|
| 156 |
|
| 157 |
| Value | Count | Share |
|
| 158 |
| --- | --- | --- |
|
| 159 |
+
| FRONT END | 548,537 | `███████████░░░░░░░░░` 56.1% |
|
| 160 |
+
| REAR END | 148,356 | `███░░░░░░░░░░░░░░░░░` 15.2% |
|
| 161 |
+
| SIDE | 129,950 | `███░░░░░░░░░░░░░░░░░` 13.3% |
|
| 162 |
+
| MINOR DENT/SCRATCHES | 45,327 | `█░░░░░░░░░░░░░░░░░░░` 4.6% |
|
| 163 |
+
| MECHANICAL | 27,744 | `█░░░░░░░░░░░░░░░░░░░` 2.8% |
|
| 164 |
+
| NORMAL WEAR | 20,783 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 165 |
+
| ALL OVER | 19,550 | `░░░░░░░░░░░░░░░░░░░░` 2.0% |
|
| 166 |
+
| ROLLOVER | 13,893 | `░░░░░░░░░░░░░░░░░░░░` 1.4% |
|
| 167 |
+
| UNDERCARRIAGE | 11,905 | `░░��░░░░░░░░░░░░░░░░░` 1.2% |
|
| 168 |
+
| VANDALISM | 11,108 | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
|
| 169 |
|
| 170 |
</details>
|
| 171 |
|
|
|
|
| 176 |
|
| 177 |
| Value | Count | Share |
|
| 178 |
| --- | --- | --- |
|
| 179 |
+
| SC | 302,025 | `███████░░░░░░░░░░░░░` 32.9% |
|
| 180 |
+
| ST | 279,175 | `██████░░░░░░░░░░░░░░` 30.4% |
|
| 181 |
+
| CT | 151,611 | `███░░░░░░░░░░░░░░░░░` 16.5% |
|
| 182 |
+
| SV | 57,488 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 183 |
+
| RB | 39,166 | `█░░░░░░░░░░░░░░░░░░░` 4.3% |
|
| 184 |
+
| SM | 21,375 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
|
| 185 |
+
| BS | 19,537 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
|
| 186 |
+
| S1 | 17,721 | `░░░░░░░░░░░░░░░░░░░░` 1.9% |
|
| 187 |
+
| RS | 16,033 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
|
| 188 |
+
| CD | 13,231 | `░░░░░░░░░░░░░░░░░░░░` 1.4% |
|
| 189 |
|
| 190 |
</details>
|
| 191 |
|
|
|
|
| 196 |
|
| 197 |
| Value | Count | Share |
|
| 198 |
| --- | --- | --- |
|
| 199 |
+
| CA | 91,817 | `████░░░░░░░░░░░░░░░░` 18.7% |
|
| 200 |
+
| TX | 86,246 | `████░░░░░░░░░░░░░░░░` 17.6% |
|
| 201 |
+
| FL | 62,571 | `███░░░░░░░░░░░░░░░░░` 12.7% |
|
| 202 |
+
| IL | 44,721 | `██░░░░░░░░░░░░░░░░░░` 9.1% |
|
| 203 |
+
| PA | 42,764 | `██░░░░░░░░░░░░░░░░░░` 8.7% |
|
| 204 |
+
| GA | 40,129 | `██░░░░░░░░░░░░░░░░░░` 8.2% |
|
| 205 |
+
| NY | 31,027 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 206 |
+
| MI | 30,966 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 207 |
+
| TN | 30,953 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
|
| 208 |
+
| AL | 30,051 | `█░░░░░░░░░░░░░░░░░░░` 6.1% |
|
| 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) — 173,922 records
|
| 228 |
|
| 229 |
↳ `[{"field":"highBid","op":"gt","value":1000},{"sort":"highBid DESC"}]`
|
| 230 |
|
| 231 |
+
[Salvage Title Auctions](https://rebrowser.net/products/datasets/copart/auction-listings/views/salvage-title-auctions) — 242,481 records
|
| 232 |
|
| 233 |
↳ `[{"field":"saleTitleType","op":"is","value":"ST"},{"sort":"saleDate ASC"}]`
|
| 234 |
|
| 235 |
+
[Run and Drive Vehicles](https://rebrowser.net/products/datasets/copart/auction-listings/views/run-and-drive-vehicles) — 570,301 records
|
| 236 |
|
| 237 |
↳ `[{"field":"lotCondCode","op":"is","value":"D"},{"sort":"estRetailValue DESC"}]`
|
| 238 |
|
auction-listings/chart-growth.svg
CHANGED
|
|
|
|
auction-listings/data/{2026-01-11.csv → 2026-02-10.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:7da4bba4edbf2c54501df47c280e9c4865de6af3e8427a659f2af02dcc036e62
|
| 3 |
+
size 515207
|
auction-listings/data/{2026-01-11.parquet → 2026-02-10.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:cd2f2a15c01dd634ce89537b39ad25b779290b085218c0fe994112714b92f98d
|
| 3 |
+
size 96562
|
auction-listings/schema.json
CHANGED
|
@@ -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 |
{
|
|
|
|
| 346 |
"name": "trim",
|
| 347 |
"type": "string",
|
| 348 |
"description": "Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC)",
|
| 349 |
+
"fillRate": 82,
|
| 350 |
"premium": false
|
| 351 |
},
|
| 352 |
{
|