diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..62cbf87be2e449b41750f07f6916e6b93372e734 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +*.csv filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..484f147db9546499a3155bb6b4680522c9fa8543 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,354 @@ ---- -license: cc-by-4.0 ---- + +--- +language: +- en +license: cc-by-nc-4.0 +pretty_name: "Copart Salvage Vehicle Auction Dataset" +tags: +- open-data +- data-science +- web-scraping +- scraper +- crawler +- data-collection +- copart +- salvage +- auction +- vehicles +- automotive +- insurance +- total-loss +size_categories: +- 100K **982,773** total records from 2025-11-16 to 2026-02-15, **up to 30,000** rows in this sample (3.1% of full dataset). +> Exported as one file per day, up to 1,000 rows each, last undefined days retained. + + +![Record Growth](auction-listings/chart-growth.svg) + +| Field | Type | Fill Rate | Description | +| --- | --- | --- | --- | +| `_primaryKey` | `string` | 100% | Unique identifier for this record | +| `_firstSeenAt` | `datetime` | 100% | First time this record was seen | +| `_lastSeenAt` | `datetime` | 100% | Last time this record was updated | +| `lotId` | `string` | 100% | Unique Copart lot number (auction identifier) | +| `updatedAt` | `datetime` | 100% | Timestamp when Copart last updated the listing data | +| `vin` 🔒 | `string` | 100% | Vehicle Identification Number (17-character unique code) | +| `yardNumber` | `string` | 100% | Copart yard/facility number | +| `yardName` | `string` | 100% | Copart yard/facility name (e.g., "FL - MIAMI NORTH") | +| `saleDate` | `datetime` | 86% | Scheduled auction sale date | +| `saleDayOfWeek` | `string` | 86% | Day of week for the auction (e.g., TUESDAY, FRIDAY) | +| `saleTime` | `string` | 86% | Auction start time in HHMM format (e.g., "1000" = 10:00 AM) | +| `saleTimeZone` | `string` | 100% | Time zone for auction time (e.g., EST) | +| `itemNumber` | `string` | 100% | Item sequence number within the auction | +| `vehicleType` | `string` | 100% | Type code (V = Vehicle, C = Cycle/Motorcycle, K = Truck/Commercial) | +| `year` | `float` | 100% | Vehicle model year | +| `make` | `string` | 100% | Vehicle manufacturer (e.g., NISSAN, TOYOTA, MERCEDES-BENZ) | +| `modelGroup` | `string` | 100% | Vehicle model group (e.g., SENTRA, TACOMA, GLE-CLASS) | +| `modelDetail` | `string` | 100% | Detailed model name (e.g., SENTRA SV, TACOMA DOU, GLE COUPE) | +| `bodyStyle` | `string` | 15% | Vehicle body style | +| `exteriorColor` | `string` | 100% | Vehicle exterior color (e.g., WHITE, BLACK, GRAY) | +| `damageDescription` | `string` | 100% | Primary damage description (e.g., FRONT END, REAR END, MINOR DENT/SCRATCHES) | +| `secondaryDamage` | `string` | 43% | Secondary damage description (e.g., SIDE, REAR END) | +| `saleTitleState` | `string` | 100% | State where the title is held (e.g., FL) | +| `saleTitleType` | `string` | 100% | Title type code (SC = Salvage Certificate, CD = Certificate of Destruction, NR = Non-Repairable, DV = Dealer Vehicle, ST = Salvage Title, CT = Clear Title, RB = Rebuildable, AQ = Acquisition) | +| `hasKeys` | `string` | 100% | Whether keys are available (YES/NO/EXM - Exempt) | +| `lotCondCode` | `string` | 96% | Lot condition code (D = Drivable, E = Enhanced inspection, S = Stationary) | +| `mileage` | `float` | 100% | Odometer reading in miles | +| `odometerBrand` | `string` | 100% | Odometer status (A = Actual, N = Not Actual, E = Exempt) | +| `estRetailValue` 🔒 | `float` | 100% | Estimated retail value in USD | +| `repairCost` | `float` | 100% | Estimated repair cost in USD | +| `engine` | `string` | 97% | Engine description (e.g., "3.5L 6", "2.0L 4") | +| `drivetrain` | `string` | 98% | Drivetrain type (All wheel drive, Front-wheel Drive, Rear-wheel drive) | +| `transmission` | `string` | 98% | Transmission type (e.g., AUTOMATIC) | +| `fuelType` | `string` | 99% | Fuel type (e.g., GAS) | +| `cylinders` | `float` | 97% | Number of engine cylinders | +| `runsDrives` | `string` | 96% | Run/drive status (Run & Drive Verified, Vehicle Starts, DEFAULT, null) | +| `saleStatus` | `string` | 100% | Auction sale status (Pure Sale, On Minimum Bid) | +| `highBid` 🔒 | `float` | 100% | Current high bid amount in USD | +| `specialNote` | `string` | 3% | Special notes (e.g., "ODOMETER IS IN KILOMETERS") | +| `locationCity` | `string` | 100% | Vehicle storage location city | +| `locationState` | `string` | 100% | Vehicle storage location state | +| `locationZip` | `string` | 100% | Vehicle storage location ZIP code | +| `locationCountry` | `string` | 100% | Vehicle storage location country (e.g., USA) | +| `currencyCode` | `string` | 100% | Currency code for prices (e.g., USD) | +| `imageThumbnail` 🔒 | `string` | 100% | Thumbnail image URL | +| `imageUrl` 🔒 | `string` | 100% | Full-size image URL | +| `gridRow` | `string` | 100% | Yard grid/row location (e.g., "A130", "SD006", "RACK", "*OFF" for offsite) | +| `makeOfferEligible` | `bool` | 100% | Whether Make-an-Offer is available | +| `buyItNowPrice` 🔒 | `float` | 100% | Buy-It-Now price in USD (0 if not available) | +| `trim` | `string` | 89% | Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC) | +| `rentals` | `bool` | 100% | Whether vehicle was a former rental | +| `wholesale` | `bool` | 100% | Whether listing is wholesale | +| `sellerName` 🔒 | `string` | 36% | Seller name (e.g., "State Farm Insurance", "GEICO") | +| `offsiteAddress1` | `string` | 1% | Offsite pickup address line 1 | +| `offsiteState` | `string` | 1% | Offsite pickup state | +| `offsiteCity` | `string` | 1% | Offsite pickup city | +| `offsiteZip` | `string` | 1% | Offsite pickup ZIP code | +| `saleLight` | `string` | 1% | Sale light indicator | +| `autoGrade` | `float` | 2% | Auto grade rating (e.g., 3.0, 2.5) | +| `announcements` | `string` | 1% | Auction announcements and special conditions | +| `listingUrl` 🔒 | `string` | 100% | Full URL to the Copart lot listing page | + + + +> 🔒 **Premium fields** are included in the data files but their values are replaced with `[PREMIUM]`. To access real values, [use our website](https://rebrowser.net/products/datasets/copart). + + + +#### Field Distributions + + +
+Top Vehicle Makes (make) + + +| Value | Count | Share | +| --- | --- | --- | +| TOYOTA | 126,944 | `████░░░░░░░░░░░░░░░░` 18.3% | +| FORD | 111,955 | `███░░░░░░░░░░░░░░░░░` 16.1% | +| CHEVROLET | 98,882 | `███░░░░░░░░░░░░░░░░░` 14.3% | +| HONDA | 90,061 | `███░░░░░░░░░░░░░░░░░` 13.0% | +| NISSAN | 77,875 | `██░░░░░░░░░░░░░░░░░░` 11.2% | +| HYUNDAI | 54,233 | `██░░░░░░░░░░░░░░░░░░` 7.8% | +| KIA | 42,890 | `█░░░░░░░░░░░░░░░░░░░` 6.2% | +| JEEP | 35,303 | `█░░░░░░░░░░░░░░░░░░░` 5.1% | +| DODGE | 29,552 | `█░░░░░░░░░░░░░░░░░░░` 4.3% | +| SUBARU | 26,027 | `█░░░░░░░░░░░░░░░░░░░` 3.8% | + +
+ + +
+Top Damage Types (damageDescription) + + +| Value | Count | Share | +| --- | --- | --- | +| FRONT END | 528,562 | `███████████░░░░░░░░░` 56.1% | +| REAR END | 142,971 | `███░░░░░░░░░░░░░░░░░` 15.2% | +| SIDE | 125,234 | `███░░░░░░░░░░░░░░░░░` 13.3% | +| MINOR DENT/SCRATCHES | 44,000 | `█░░░░░░░░░░░░░░░░░░░` 4.7% | +| MECHANICAL | 26,959 | `█░░░░░░░░░░░░░░░░░░░` 2.9% | +| NORMAL WEAR | 20,166 | `░░░░░░░░░░░░░░░░░░░░` 2.1% | +| ALL OVER | 18,945 | `░░░░░░░░░░░░░░░░░░░░` 2.0% | +| ROLLOVER | 13,363 | `░░░░░░░░░░░░░░░░░░░░` 1.4% | +| UNDERCARRIAGE | 11,472 | `░░░░░░░░░░░░░░░░░░░░` 1.2% | +| VANDALISM | 10,714 | `░░░░░░░░░░░░░░░░░░░░` 1.1% | + +
+ + +
+Title Type Distribution (saleTitleType) + + +| Value | Count | Share | +| --- | --- | --- | +| SC | 290,600 | `███████░░░░░░░░░░░░░` 32.8% | +| ST | 269,665 | `██████░░░░░░░░░░░░░░` 30.5% | +| CT | 147,040 | `███░░░░░░░░░░░░░░░░░` 16.6% | +| SV | 54,914 | `█░░░░░░░░░░░░░░░░░░░` 6.2% | +| RB | 37,636 | `█░░░░░░░░░░░░░░░░░░░` 4.3% | +| SM | 20,581 | `░░░░░░░░░░░░░░░░░░░░` 2.3% | +| BS | 18,847 | `░░░░░░░░░░░░░░░░░░░░` 2.1% | +| S1 | 17,079 | `░░░░░░░░░░░░░░░░░░░░` 1.9% | +| RS | 15,591 | `░░░░░░░░░░░░░░░░░░░░` 1.8% | +| CD | 12,805 | `░░░░░░░░░░░░░░░░░░░░` 1.4% | + +
+ + +
+Listings by State (locationState) + + +| Value | Count | Share | +| --- | --- | --- | +| CA | 87,842 | `████░░░░░░░░░░░░░░░░` 18.6% | +| TX | 82,709 | `███░░░░░░░░░░░░░░░░░` 17.5% | +| FL | 60,333 | `███░░░░░░░░░░░░░░░░░` 12.8% | +| IL | 43,243 | `██░░░░░░░░░░░░░░░░░░` 9.1% | +| PA | 41,082 | `██░░░░░░░░░░░░░░░░░░` 8.7% | +| GA | 39,003 | `██░░░░░░░░░░░░░░░░░░` 8.3% | +| NY | 29,988 | `█░░░░░░░░░░░░░░░░░░░` 6.3% | +| MI | 29,769 | `█░░░░░░░░░░░░░░░░░░░` 6.3% | +| TN | 29,752 | `█░░░░░░░░░░░░░░░░░░░` 6.3% | +| AL | 29,017 | `█░░░░░░░░░░░░░░░░░░░` 6.1% | + +
+ + + + + + +--- + +## Pre-built Views on Rebrowser + +Rebrowser web viewer lets you filter, sort, and export any slice of this dataset interactively. These pre-built views are ready to open: + + +### Auction Listings + + +[Listings with Bid Over $1,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-with-bid-over-1000) — 163,348 records + +↳ `[{"field":"highBid","op":"gt","value":1000},{"sort":"highBid DESC"}]` + +[Salvage Title Auctions](https://rebrowser.net/products/datasets/copart/auction-listings/views/salvage-title-auctions) — 233,560 records + +↳ `[{"field":"saleTitleType","op":"is","value":"ST"},{"sort":"saleDate ASC"}]` + +[Run and Drive Vehicles](https://rebrowser.net/products/datasets/copart/auction-listings/views/run-and-drive-vehicles) — 555,170 records + +↳ `[{"field":"lotCondCode","op":"is","value":"D"},{"sort":"estRetailValue DESC"}]` + +[Listings with Estimated Value Over $10,000](https://rebrowser.net/products/datasets/copart/auction-listings/views/listings-valued-over-10000) — 416,940 records + +↳ `[{"field":"estRetailValue","op":"gt","value":10000},{"sort":"estRetailValue DESC"}]` + +[Make-an-Offer Eligible Lots](https://rebrowser.net/products/datasets/copart/auction-listings/views/make-offer-eligible-lots) — 98,067 records + +↳ `[{"field":"makeOfferEligible","op":"isTrue"},{"sort":"_lastSeenAt DESC"}]` + + +*[See all 38 views →](https://rebrowser.net/products/datasets/copart/auction-listings)* + + + + +--- + +## Code Examples + +```python +import pandas as pd +from pathlib import Path + +# ── Auction Listings ───────────────────────────────────────────────────────── +# Load the last 7 days of auction listings +files = sorted(Path('rebrowser/copart-dataset/auction-listings/data').glob('*.parquet'))[-7:] +listings = pd.concat([pd.read_parquet(f) for f in files]) + +# Top 10 most common makes +print(listings['make'].value_counts().head(10).to_string()) + +# Average mileage by damage type +damage_mileage = listings.groupby('damageDescription')['mileage'].mean().sort_values(ascending=False) +print(damage_mileage.head(10).round(0).to_string()) + +# Count of listings by title type and condition code +print(pd.crosstab(listings['saleTitleType'], listings['lotCondCode']).to_string()) + +# Run-and-drive vehicles by state, sorted by volume +drivable = listings[listings['lotCondCode'] == 'D'] +print(drivable['locationState'].value_counts().head(10).to_string()) + +# Average repair cost by damage type +repair_by_damage = listings.groupby('damageDescription')['repairCost'].mean().sort_values(ascending=False) +print(repair_by_damage.head(10).round(2).to_string()) +``` + +--- + +## Use Cases + + +### Salvage Value Modeling + +Build predictive models for salvage vehicle pricing using damage type, condition grade, mileage, and repair cost data. Identify undervalued lots by comparing repair costs against market values. + + +### Parts Sourcing Pipeline + +Monitor incoming auction inventory by make, model, and damage type to source high-demand parts. Filter by yard location and condition code to optimize logistics and pickup costs. + + +### Regional Market Analysis + +Compare auction volume, vehicle mix, and damage patterns across states and Copart yards. Track seasonal trends in inventory and identify geographic arbitrage opportunities. + + +### Title Status Research + +Analyze the distribution of salvage certificates, clean titles, and rebuildable designations across vehicle types. Study how title classification varies by state and affects auction outcomes. + + + +--- + +## Full Dataset on Rebrowser + + +This is a 1,000-row preview sample. The full dataset is at [rebrowser.net/products/datasets/copart](https://rebrowser.net/products/datasets/copart) + +Doing academic research? You may qualify for free access to a larger slice. See [Free Datasets for Research](https://rebrowser.net/free-datasets-for-research). + +On Rebrowser you can: +- **Filter before you buy** — use the web UI to apply filters on any field and sort by any column. Preview results before purchasing. You only pay for records that match your criteria. +- **Export in your format** — CSV, JSON, JSONL, or Parquet depending on your plan. +- **Access via API** — integrate dataset queries into your pipelines and workflows. +- **Choose your freshness** — plans range from a 14-day lag to real-time data with no delay. +- **Select only the fields you need** — keep exports lean. Premium fields with richer data are available on higher plans. + +[Pricing](https://rebrowser.net/pricing) starts at **$2 per 1,000 rows** with volume discounts. + +--- + +## License & Terms + +**Free for research and non-commercial use** with attribution. See [license terms](https://rebrowser.net/free-datasets-for-research#license) and [how to cite](https://rebrowser.net/free-datasets-for-research#citation). + +```bibtex +@misc{rebrowser_copart, + author = {Rebrowser}, + title = {Copart Salvage Vehicle Auction Dataset}, + year = {2026}, + howpublished = {\url{https://rebrowser.net/products/datasets/copart}}, + note = {Accessed: YYYY-MM-DD} +} +``` + +Commercial use requires a paid license — see [pricing](https://rebrowser.net/pricing). Use of this data is governed by the [Rebrowser Terms of Use](https://rebrowser.net/terms-of-use), which may be updated at any time independently of this dataset. + +--- + +## Disclaimer + +Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by Copart. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect Copart user credentials. By using this dataset, you agree to comply with Copart's Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party. + + +You can also find this data on [GitHub](https://github.com/rebrowser/copart-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/copart-dataset). + diff --git a/auction-listings/chart-growth.svg b/auction-listings/chart-growth.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d47afa10d9f3d52de6d884b5c3233ad4882ddde --- /dev/null +++ b/auction-listings/chart-growth.svg @@ -0,0 +1,93 @@ + + + + Auction Listings — Record Growth + + + Total Records + + Added + + + + + + + + + + + + + + + + + + + + + + + 983k + 563k + 144k + + 144k + 72k + 0 + + + + + + Nov 16 + Dec 14 + Jan 11 + Feb 8 + Feb 15 + \ No newline at end of file diff --git a/auction-listings/data/2026-01-08.csv b/auction-listings/data/2026-01-08.csv new file mode 100644 index 0000000000000000000000000000000000000000..5683a5ca1a26eefa327168168c81dc1b715a9423 --- /dev/null +++ b/auction-listings/data/2026-01-08.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5f87ed9b26e38e4f73cd5deaa2bd6698a76341cdd45215ad56ba9a617247e1 +size 532823 diff --git a/auction-listings/data/2026-01-08.parquet b/auction-listings/data/2026-01-08.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eabc7e9ad0e08d84b746c0400daf8e76f5eacafb --- /dev/null +++ b/auction-listings/data/2026-01-08.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c4b4ad210f79ca7b124570af4a201ce7b0cdad810f35ed1d29c5bd9a0e6c49 +size 107617 diff --git a/auction-listings/data/2026-01-09.csv b/auction-listings/data/2026-01-09.csv new file mode 100644 index 0000000000000000000000000000000000000000..8651f091893f38089b796da3cdae68886082ce0f --- /dev/null +++ b/auction-listings/data/2026-01-09.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01513ef72b09e58bc8905f37ea76bad7932409001dde2a515052d44e7fa66a6c +size 528773 diff --git a/auction-listings/data/2026-01-09.parquet b/auction-listings/data/2026-01-09.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f032f02fef6bd06107e563119e5c5c013a881f11 --- /dev/null +++ b/auction-listings/data/2026-01-09.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9995df2fe64fba09eb3602486087e4fb5151bc4723f9913e7c0d0eb3bd342fa +size 107420 diff --git a/auction-listings/data/2026-01-10.csv b/auction-listings/data/2026-01-10.csv new file mode 100644 index 0000000000000000000000000000000000000000..bf248c62f0f50cf3600eecd2341d4e385d2928f1 --- /dev/null +++ b/auction-listings/data/2026-01-10.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0419834cf266f647ea692812f84a14a8a25319f529971182a353a0b8a99833c +size 527039 diff --git a/auction-listings/data/2026-01-10.parquet b/auction-listings/data/2026-01-10.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edba48b2a36159f15e52966374be03f10ab6cc32 --- /dev/null +++ b/auction-listings/data/2026-01-10.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdc3ad471efe7301495859d6c36f8bce9bcc41e6bd5945a1e86c25ebb2f6214 +size 100213 diff --git a/auction-listings/data/2026-01-11.csv b/auction-listings/data/2026-01-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..08ed1c8289348f69383d32cc907dd150da9ccf0a --- /dev/null +++ b/auction-listings/data/2026-01-11.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56232ce0b61e917b0a3d4c02c331f70942fa707d450d373b61e91b555436134b +size 449212 diff --git a/auction-listings/data/2026-01-11.parquet b/auction-listings/data/2026-01-11.parquet new file mode 100644 index 0000000000000000000000000000000000000000..323dbe7ec44c9539bfae63d876174cf301ac41dc --- /dev/null +++ b/auction-listings/data/2026-01-11.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7da2deb1b45d0e64bc7ad5677e300f1479620c1af68683100a515934b58c370 +size 90164 diff --git a/auction-listings/data/2026-01-12.csv b/auction-listings/data/2026-01-12.csv new file mode 100644 index 0000000000000000000000000000000000000000..068df91eee267f9f9886b8f540ad0d8dda9f53b0 --- /dev/null +++ b/auction-listings/data/2026-01-12.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c37750ec50d77ffecacd7538094c54aef8adcf3225a5339eb879c5e5d4666f +size 531128 diff --git a/auction-listings/data/2026-01-12.parquet b/auction-listings/data/2026-01-12.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b42b90babd7c0065882d937e5ccf71deb3ce217a --- /dev/null +++ b/auction-listings/data/2026-01-12.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d339759bd80636305c94a0f6f95afbbeb1cbff4a2debe6a9a67030f5b733f3 +size 107717 diff --git a/auction-listings/data/2026-01-13.csv b/auction-listings/data/2026-01-13.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c8764e5a2ed7538b7c90f5966b3b18bd82f450a --- /dev/null +++ b/auction-listings/data/2026-01-13.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8749ce8de4dc909563274048c3bdae06c9ab4ffae51d1e578212c218d68544 +size 531969 diff --git a/auction-listings/data/2026-01-13.parquet b/auction-listings/data/2026-01-13.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd919ee8ba0b5bb03ab376ecdb72ba32d85f85a9 --- /dev/null +++ b/auction-listings/data/2026-01-13.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09653b859cda4d6ee9029c51fad49676eb9ad404c94df29db4786f0d8c4a0221 +size 104043 diff --git a/auction-listings/data/2026-01-14.csv b/auction-listings/data/2026-01-14.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee40b9fb7e8f4dff99aece166510eecd85f7e8a4 --- /dev/null +++ b/auction-listings/data/2026-01-14.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8a9f8a8296f60a54496dac5252b43d3afe99e771119c4612066b22149d57d3 +size 533824 diff --git a/auction-listings/data/2026-01-14.parquet b/auction-listings/data/2026-01-14.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04d1454d84166ab290f5e9c79a3f648a43e0df7f --- /dev/null +++ b/auction-listings/data/2026-01-14.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74136ebc461332bb7f8112ebbb75ab2d42451240291b23e8906946838bd4c83f +size 106230 diff --git a/auction-listings/data/2026-01-15.csv b/auction-listings/data/2026-01-15.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d8187aec2548a52d5e9ec6298b00c9de4fbdc0c --- /dev/null +++ b/auction-listings/data/2026-01-15.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c730cddb112a5149644c33099c038501825da9bbd09d80629f96c0e6a9faf5b +size 532933 diff --git a/auction-listings/data/2026-01-15.parquet b/auction-listings/data/2026-01-15.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18cddb6c899f889e3e4b90952ec412406969f09d --- /dev/null +++ b/auction-listings/data/2026-01-15.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c0daa48f4fcd2b53b127815f0a8ffeaf8bac9001226417a76961c924bbe345 +size 104092 diff --git a/auction-listings/data/2026-01-16.csv b/auction-listings/data/2026-01-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..7b6fb8dc802942923a892f0de7af5d5e84e3875b --- /dev/null +++ b/auction-listings/data/2026-01-16.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b650d9ab471363c8727611ce91cdcb551dbfbe8e55b3640f015655b28b8faa +size 525941 diff --git a/auction-listings/data/2026-01-16.parquet b/auction-listings/data/2026-01-16.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61f68d2c2339a65a84546e6779e05687b0549866 --- /dev/null +++ b/auction-listings/data/2026-01-16.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d414d87e11af74ac00ee100722317b75f263acfcc59d9ef43c52db3aa92fc71 +size 104489 diff --git a/auction-listings/data/2026-01-17.csv b/auction-listings/data/2026-01-17.csv new file mode 100644 index 0000000000000000000000000000000000000000..9558331bfd2b7221e7cac8d3b4c7da38cf6ac71b --- /dev/null +++ b/auction-listings/data/2026-01-17.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5347e44bba001142e167040f3ca9b1691e38049cd1f37250a306b69c54775e00 +size 529396 diff --git a/auction-listings/data/2026-01-17.parquet b/auction-listings/data/2026-01-17.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d4cd54ba996a0495c45253a08debf37e3cbbe50 --- /dev/null +++ b/auction-listings/data/2026-01-17.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138680750a73e92257300281ee460fef657020b20672c254ab14bcc2721fbe38 +size 101249 diff --git a/auction-listings/data/2026-01-18.csv b/auction-listings/data/2026-01-18.csv new file mode 100644 index 0000000000000000000000000000000000000000..6f8ce3c97aec2567998784b74628dae49b12528d --- /dev/null +++ b/auction-listings/data/2026-01-18.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89687e4384959158f0c65e75768e0a69079784a2fab89c9760ab5dc15473390 +size 93739 diff --git a/auction-listings/data/2026-01-18.parquet b/auction-listings/data/2026-01-18.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9182223bc604669eeb0d7a099b00a5d22c715af5 --- /dev/null +++ b/auction-listings/data/2026-01-18.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62024d7ce6200977e50e19f61c010cdae1e85239d758ed9533da62a541354bb1 +size 42422 diff --git a/auction-listings/data/2026-01-19.csv b/auction-listings/data/2026-01-19.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ed68b0543b8f644a732a0b2b6d9ca30c4b5b447 --- /dev/null +++ b/auction-listings/data/2026-01-19.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1433806b79490def309d94434255e8891439fe8dfc203945b9cc41ff4c296686 +size 528480 diff --git a/auction-listings/data/2026-01-19.parquet b/auction-listings/data/2026-01-19.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c40cae9f1235898f1a9ae56ce26c76a52ea4a8f --- /dev/null +++ b/auction-listings/data/2026-01-19.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb5adeb4c607fb4d52fad62c7bcf4ee68fd604756216e4de9dd6dc27f344c7c +size 102464 diff --git a/auction-listings/data/2026-01-20.csv b/auction-listings/data/2026-01-20.csv new file mode 100644 index 0000000000000000000000000000000000000000..b74012e7431092f545f43e84407425f7e442f264 --- /dev/null +++ b/auction-listings/data/2026-01-20.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2204ef58f24a942c42aff4d4c563dc30913c892b36fd5108cbc24a4f9a2480b +size 528330 diff --git a/auction-listings/data/2026-01-20.parquet b/auction-listings/data/2026-01-20.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5880741031869f6b1bfdbef40ebe2a7735bba74e --- /dev/null +++ b/auction-listings/data/2026-01-20.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c76f97e74c75d82078c7f534cfdbf636a02c4f48e68f2e8d8f9c8760d731be9 +size 100764 diff --git a/auction-listings/data/2026-01-21.csv b/auction-listings/data/2026-01-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..83e0baf22015497377723f2edb2f313d86b9ada9 --- /dev/null +++ b/auction-listings/data/2026-01-21.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf10c780233da792bd5146b3412d60bf5694335784ef522e5413b7beb18d41bf +size 527050 diff --git a/auction-listings/data/2026-01-21.parquet b/auction-listings/data/2026-01-21.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f70bbdfb6e173e054589df9929d08e971fc73ad --- /dev/null +++ b/auction-listings/data/2026-01-21.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5779bf29b547bfdf93d107f9da58725d1680e8ca611d5ff35321d354107e9773 +size 101904 diff --git a/auction-listings/data/2026-01-22.csv b/auction-listings/data/2026-01-22.csv new file mode 100644 index 0000000000000000000000000000000000000000..67c31697d4836c39c805f8901f9c523e439240aa --- /dev/null +++ b/auction-listings/data/2026-01-22.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e6a79f81d9831d7b617138173fb31ca124bd4bb4d8d7ceaf0ef1f434f2290e +size 527930 diff --git a/auction-listings/data/2026-01-22.parquet b/auction-listings/data/2026-01-22.parquet new file mode 100644 index 0000000000000000000000000000000000000000..315615cf4b701d87ad93aa41df7eb82de84e9964 --- /dev/null +++ b/auction-listings/data/2026-01-22.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c9736b69a5977326e1b3f90a1629247ea56da9b377564439e1265c671863d2 +size 101803 diff --git a/auction-listings/data/2026-01-23.csv b/auction-listings/data/2026-01-23.csv new file mode 100644 index 0000000000000000000000000000000000000000..590057501b93dcc39f1365972d8c29b8fa0f1397 --- /dev/null +++ b/auction-listings/data/2026-01-23.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874899fa697b96c4bdc50e86adde4c160bab0e533f7daceaf6382c35441dcda8 +size 527476 diff --git a/auction-listings/data/2026-01-23.parquet b/auction-listings/data/2026-01-23.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9877dd07efab471fb7dd974539d559354cc060e --- /dev/null +++ b/auction-listings/data/2026-01-23.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb31340f6694e209090b7042ebc4e7cd82bd629959baf8f55ca288b4074c1bf9 +size 105226 diff --git a/auction-listings/data/2026-01-24.csv b/auction-listings/data/2026-01-24.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea073db6235a6b4c2d1b8bc2bf113c6914035674 --- /dev/null +++ b/auction-listings/data/2026-01-24.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de619854af9c2bc5488e7017c390adc9a69b1b150661206c6f90f9a10f48ed42 +size 528587 diff --git a/auction-listings/data/2026-01-24.parquet b/auction-listings/data/2026-01-24.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1271725fdcfc1327879f8b3f8979ac4531e6b469 --- /dev/null +++ b/auction-listings/data/2026-01-24.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28694474d50069b944a085a848bd3a9f572fbc85e9d4813ccab9079343b93997 +size 105178 diff --git a/auction-listings/data/2026-01-25.csv b/auction-listings/data/2026-01-25.csv new file mode 100644 index 0000000000000000000000000000000000000000..83df4a2e7b7063c29c145773985332037f48d1ea --- /dev/null +++ b/auction-listings/data/2026-01-25.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710f39f4578cb2f8c55d5dcabcc815e4dc4f41f2ea9c6085420baf68bb6ba66 +size 75999 diff --git a/auction-listings/data/2026-01-25.parquet b/auction-listings/data/2026-01-25.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e06eba1a71e891da5d583243495cb1f23250509c --- /dev/null +++ b/auction-listings/data/2026-01-25.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1738c13245994c70f4c8660077f0dffc1b330e90cd949be1f8e537534159876 +size 39366 diff --git a/auction-listings/data/2026-01-26.csv b/auction-listings/data/2026-01-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..6801ade16b815d85b6d388d23bd20c6a1f0d4553 --- /dev/null +++ b/auction-listings/data/2026-01-26.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9140a269fd2f360be370b6b224c0a71c9be28051a52f626d3acc394a1ad2f522 +size 525610 diff --git a/auction-listings/data/2026-01-26.parquet b/auction-listings/data/2026-01-26.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8d299114a934bd8461c7d3843ec802c860ed969 --- /dev/null +++ b/auction-listings/data/2026-01-26.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb96ce7e6c1f82594374bb9e2aafaaeb2ceb33e4f08d0f37239283eb4dc2225 +size 103238 diff --git a/auction-listings/data/2026-01-27.csv b/auction-listings/data/2026-01-27.csv new file mode 100644 index 0000000000000000000000000000000000000000..4276dd6ea918bc995149be6f5d9e0c8f3a641dc5 --- /dev/null +++ b/auction-listings/data/2026-01-27.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5007474d9cd42e39cd0ce78c473f1702837c55dfe4bb667c9900f4292955da4a +size 526598 diff --git a/auction-listings/data/2026-01-27.parquet b/auction-listings/data/2026-01-27.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be25cdf3fd51e0fdf31cfb344142b285a45c8aac --- /dev/null +++ b/auction-listings/data/2026-01-27.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa51d73658ad446e2e3d179e28cbb6a1b653173d8ad1120cb4661c737ef8f42d +size 98135 diff --git a/auction-listings/data/2026-01-28.csv b/auction-listings/data/2026-01-28.csv new file mode 100644 index 0000000000000000000000000000000000000000..80996c8034577311d17be8103cc7326ed3a0d2f0 --- /dev/null +++ b/auction-listings/data/2026-01-28.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382ffd4f03d30a83c18fee3c249fc96fd3f66c5403a510caa49e4bea23e2b977 +size 524806 diff --git a/auction-listings/data/2026-01-28.parquet b/auction-listings/data/2026-01-28.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f509874e4da42ec7072545456cf373d4062571ae --- /dev/null +++ b/auction-listings/data/2026-01-28.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebc6ecf645f85d26522367e4918a2654c0e72c051644cc6e5b79ad018ad7e24 +size 100075 diff --git a/auction-listings/data/2026-01-29.csv b/auction-listings/data/2026-01-29.csv new file mode 100644 index 0000000000000000000000000000000000000000..56c0ca4584cd61bf6f15e680c230e9d1dfa719e1 --- /dev/null +++ b/auction-listings/data/2026-01-29.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7136af9bcf7d8ce77d2b74783f5e9a2d828b0ada9ccd2a349a2fc708aa230 +size 526438 diff --git a/auction-listings/data/2026-01-29.parquet b/auction-listings/data/2026-01-29.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf630a4d9484c0a231002c0a235ef0e31a72c491 --- /dev/null +++ b/auction-listings/data/2026-01-29.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad74ea0eb676326271d43006207bca2f3b6924ac382096630b1c39e48609ff5e +size 102997 diff --git a/auction-listings/data/2026-01-30.csv b/auction-listings/data/2026-01-30.csv new file mode 100644 index 0000000000000000000000000000000000000000..7336c307127d975b12e930debd9b47d88b7af9e3 --- /dev/null +++ b/auction-listings/data/2026-01-30.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a32d836feae30f53aefe445883ae352fbce7c34abae4f7358821c71bc11d7e +size 525452 diff --git a/auction-listings/data/2026-01-30.parquet b/auction-listings/data/2026-01-30.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8aca0fdffcd641f7013d0d1e0725f36fd0b548f --- /dev/null +++ b/auction-listings/data/2026-01-30.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b846a5a251c478e143a3da28e278d0d78386070c4fc961a8a1f851ee278dd9cb +size 99702 diff --git a/auction-listings/data/2026-01-31.csv b/auction-listings/data/2026-01-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..4fd9b4c5ce3067aaaf21dfee9f019abd3c7a43f4 --- /dev/null +++ b/auction-listings/data/2026-01-31.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e2828adb388f01196608ddaf8ec6cb444f8fe533df07e9fbb4ce4383ea1f0f +size 523206 diff --git a/auction-listings/data/2026-01-31.parquet b/auction-listings/data/2026-01-31.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5491a8e03e774d03b349a96afaa566c8379939e --- /dev/null +++ b/auction-listings/data/2026-01-31.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cbcafe4a73e83c472d6fefc5995716e9b4b0cef9b21f1db71a947629594c38 +size 102206 diff --git a/auction-listings/data/2026-02-01.csv b/auction-listings/data/2026-02-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..fd34df2826a975575d6a2893b39d4e67e3b0cd82 --- /dev/null +++ b/auction-listings/data/2026-02-01.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076d3974665650f037d503307d3f9a785e2a059267034d702bb196239a571a3c +size 360598 diff --git a/auction-listings/data/2026-02-01.parquet b/auction-listings/data/2026-02-01.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeab05c16611ff691bfd976cdde8ce6a1a23a7bc --- /dev/null +++ b/auction-listings/data/2026-02-01.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16aa429169ab4a8b1f0c845ec3dddd9b74ad2c49154138528c3cac7a0706b1e +size 78362 diff --git a/auction-listings/data/2026-02-02.csv b/auction-listings/data/2026-02-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..ae0934ca6c121743bfcdafa67edf20be5a65c710 --- /dev/null +++ b/auction-listings/data/2026-02-02.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1241a50134513294a5679380534cfac82607e3fce5d2f073e7ea32e52c31adc2 +size 529720 diff --git a/auction-listings/data/2026-02-02.parquet b/auction-listings/data/2026-02-02.parquet new file mode 100644 index 0000000000000000000000000000000000000000..787089f3780e22af330e73cd246c6c47ffe6cc5a --- /dev/null +++ b/auction-listings/data/2026-02-02.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70519ff5615269f7dfebf5eeed70e8e353ecabc4b753e8a0b6b0d70c917120c3 +size 102030 diff --git a/auction-listings/data/2026-02-03.csv b/auction-listings/data/2026-02-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..ace2e9787e24154bc2b2acbac0b9c41253c0395a --- /dev/null +++ b/auction-listings/data/2026-02-03.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b1c894b0c3c46aa7b883bde0ae1b2f23a04c91c61252b7d15001b522e8a108 +size 520483 diff --git a/auction-listings/data/2026-02-03.parquet b/auction-listings/data/2026-02-03.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7363c77b992f21490b054ad5010c5e1e00969413 --- /dev/null +++ b/auction-listings/data/2026-02-03.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be54106f0366aa4e94136cf1d0abcfd9da2a20215739f7a554ed6cb5d95e7da4 +size 98455 diff --git a/auction-listings/data/2026-02-04.csv b/auction-listings/data/2026-02-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..f3c52ef73c9eeef16d90cbe8c7831a860dd8cd83 --- /dev/null +++ b/auction-listings/data/2026-02-04.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5888f665e35f491ab3dbd25128856b73e3ce9aed3bf48cf69fc3b28a218075e1 +size 524833 diff --git a/auction-listings/data/2026-02-04.parquet b/auction-listings/data/2026-02-04.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d18aca8103b873c3779ac4a91272bee3593659b3 --- /dev/null +++ b/auction-listings/data/2026-02-04.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c098b01121240e3437ef02bf9530ad23e358296bc19e9c9bb93c6b5d3ae5b26 +size 102256 diff --git a/auction-listings/data/2026-02-05.csv b/auction-listings/data/2026-02-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..464b4aeada9c1a6227136b383b53bb7385372269 --- /dev/null +++ b/auction-listings/data/2026-02-05.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a4e2b920fbb91445cf53540bf4c4d882b0c55bfa410f55ba7a602880da5d4b +size 520445 diff --git a/auction-listings/data/2026-02-05.parquet b/auction-listings/data/2026-02-05.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca13a44ac836a61f357ea87592ff02958d4ca0ec --- /dev/null +++ b/auction-listings/data/2026-02-05.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84425f45cd0c22ec4b6eb97416a7dcfbdd94533485816ec6441160a812d198cc +size 98549 diff --git a/auction-listings/data/2026-02-06.csv b/auction-listings/data/2026-02-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..90f87f8540548930a38f42b85f46ad9fe27493f3 --- /dev/null +++ b/auction-listings/data/2026-02-06.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc975ce39a809e1bfcce7d285e102ada543102977e8b4b86dc5b5500dbaea185 +size 516974 diff --git a/auction-listings/data/2026-02-06.parquet b/auction-listings/data/2026-02-06.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b7311492928adc06dbf08e2dad1600804cf3985 --- /dev/null +++ b/auction-listings/data/2026-02-06.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd09b131519f8d223d8b56f54b2361e11646686dc77ad9d34ee138fabdee9a86 +size 99012 diff --git a/auction-listings/schema.json b/auction-listings/schema.json new file mode 100644 index 0000000000000000000000000000000000000000..5fd4b485d1d569eaab28c69e962c91546eb0ba2a --- /dev/null +++ b/auction-listings/schema.json @@ -0,0 +1,429 @@ +[ + { + "name": "_primaryKey", + "type": "string", + "description": "Unique identifier for this record", + "fillRate": 100, + "premium": false + }, + { + "name": "_firstSeenAt", + "type": "datetime", + "description": "First time this record was seen", + "fillRate": 100, + "premium": false + }, + { + "name": "_lastSeenAt", + "type": "datetime", + "description": "Last time this record was updated", + "fillRate": 100, + "premium": false + }, + { + "name": "lotId", + "type": "string", + "description": "Unique Copart lot number (auction identifier)", + "fillRate": 100, + "premium": false + }, + { + "name": "updatedAt", + "type": "datetime", + "description": "Timestamp when Copart last updated the listing data", + "fillRate": 100, + "premium": false + }, + { + "name": "vin", + "type": "string", + "description": "Vehicle Identification Number (17-character unique code)", + "fillRate": 100, + "premium": true + }, + { + "name": "yardNumber", + "type": "string", + "description": "Copart yard/facility number", + "fillRate": 100, + "premium": false + }, + { + "name": "yardName", + "type": "string", + "description": "Copart yard/facility name (e.g., \"FL - MIAMI NORTH\")", + "fillRate": 100, + "premium": false + }, + { + "name": "saleDate", + "type": "datetime", + "description": "Scheduled auction sale date", + "fillRate": 86, + "premium": false + }, + { + "name": "saleDayOfWeek", + "type": "string", + "description": "Day of week for the auction (e.g., TUESDAY, FRIDAY)", + "fillRate": 86, + "premium": false + }, + { + "name": "saleTime", + "type": "string", + "description": "Auction start time in HHMM format (e.g., \"1000\" = 10:00 AM)", + "fillRate": 86, + "premium": false + }, + { + "name": "saleTimeZone", + "type": "string", + "description": "Time zone for auction time (e.g., EST)", + "fillRate": 100, + "premium": false + }, + { + "name": "itemNumber", + "type": "string", + "description": "Item sequence number within the auction", + "fillRate": 100, + "premium": false + }, + { + "name": "vehicleType", + "type": "string", + "description": "Type code (V = Vehicle, C = Cycle/Motorcycle, K = Truck/Commercial)", + "fillRate": 100, + "premium": false + }, + { + "name": "year", + "type": "float", + "description": "Vehicle model year", + "fillRate": 100, + "premium": false + }, + { + "name": "make", + "type": "string", + "description": "Vehicle manufacturer (e.g., NISSAN, TOYOTA, MERCEDES-BENZ)", + "fillRate": 100, + "premium": false + }, + { + "name": "modelGroup", + "type": "string", + "description": "Vehicle model group (e.g., SENTRA, TACOMA, GLE-CLASS)", + "fillRate": 100, + "premium": false + }, + { + "name": "modelDetail", + "type": "string", + "description": "Detailed model name (e.g., SENTRA SV, TACOMA DOU, GLE COUPE)", + "fillRate": 100, + "premium": false + }, + { + "name": "bodyStyle", + "type": "string", + "description": "Vehicle body style", + "fillRate": 15, + "premium": false + }, + { + "name": "exteriorColor", + "type": "string", + "description": "Vehicle exterior color (e.g., WHITE, BLACK, GRAY)", + "fillRate": 100, + "premium": false + }, + { + "name": "damageDescription", + "type": "string", + "description": "Primary damage description (e.g., FRONT END, REAR END, MINOR DENT/SCRATCHES)", + "fillRate": 100, + "premium": false + }, + { + "name": "secondaryDamage", + "type": "string", + "description": "Secondary damage description (e.g., SIDE, REAR END)", + "fillRate": 43, + "premium": false + }, + { + "name": "saleTitleState", + "type": "string", + "description": "State where the title is held (e.g., FL)", + "fillRate": 100, + "premium": false + }, + { + "name": "saleTitleType", + "type": "string", + "description": "Title type code (SC = Salvage Certificate, CD = Certificate of Destruction, NR = Non-Repairable, DV = Dealer Vehicle, ST = Salvage Title, CT = Clear Title, RB = Rebuildable, AQ = Acquisition)", + "fillRate": 100, + "premium": false + }, + { + "name": "hasKeys", + "type": "string", + "description": "Whether keys are available (YES/NO/EXM - Exempt)", + "fillRate": 100, + "premium": false + }, + { + "name": "lotCondCode", + "type": "string", + "description": "Lot condition code (D = Drivable, E = Enhanced inspection, S = Stationary)", + "fillRate": 96, + "premium": false + }, + { + "name": "mileage", + "type": "float", + "description": "Odometer reading in miles", + "fillRate": 100, + "premium": false + }, + { + "name": "odometerBrand", + "type": "string", + "description": "Odometer status (A = Actual, N = Not Actual, E = Exempt)", + "fillRate": 100, + "premium": false + }, + { + "name": "estRetailValue", + "type": "float", + "description": "Estimated retail value in USD", + "fillRate": 100, + "premium": true + }, + { + "name": "repairCost", + "type": "float", + "description": "Estimated repair cost in USD", + "fillRate": 100, + "premium": false + }, + { + "name": "engine", + "type": "string", + "description": "Engine description (e.g., \"3.5L 6\", \"2.0L 4\")", + "fillRate": 97, + "premium": false + }, + { + "name": "drivetrain", + "type": "string", + "description": "Drivetrain type (All wheel drive, Front-wheel Drive, Rear-wheel drive)", + "fillRate": 98, + "premium": false + }, + { + "name": "transmission", + "type": "string", + "description": "Transmission type (e.g., AUTOMATIC)", + "fillRate": 98, + "premium": false + }, + { + "name": "fuelType", + "type": "string", + "description": "Fuel type (e.g., GAS)", + "fillRate": 99, + "premium": false + }, + { + "name": "cylinders", + "type": "float", + "description": "Number of engine cylinders", + "fillRate": 97, + "premium": false + }, + { + "name": "runsDrives", + "type": "string", + "description": "Run/drive status (Run & Drive Verified, Vehicle Starts, DEFAULT, null)", + "fillRate": 96, + "premium": false + }, + { + "name": "saleStatus", + "type": "string", + "description": "Auction sale status (Pure Sale, On Minimum Bid)", + "fillRate": 100, + "premium": false + }, + { + "name": "highBid", + "type": "float", + "description": "Current high bid amount in USD", + "fillRate": 100, + "premium": true + }, + { + "name": "specialNote", + "type": "string", + "description": "Special notes (e.g., \"ODOMETER IS IN KILOMETERS\")", + "fillRate": 3, + "premium": false + }, + { + "name": "locationCity", + "type": "string", + "description": "Vehicle storage location city", + "fillRate": 100, + "premium": false + }, + { + "name": "locationState", + "type": "string", + "description": "Vehicle storage location state", + "fillRate": 100, + "premium": false + }, + { + "name": "locationZip", + "type": "string", + "description": "Vehicle storage location ZIP code", + "fillRate": 100, + "premium": false + }, + { + "name": "locationCountry", + "type": "string", + "description": "Vehicle storage location country (e.g., USA)", + "fillRate": 100, + "premium": false + }, + { + "name": "currencyCode", + "type": "string", + "description": "Currency code for prices (e.g., USD)", + "fillRate": 100, + "premium": false + }, + { + "name": "imageThumbnail", + "type": "string", + "description": "Thumbnail image URL", + "fillRate": 100, + "premium": true + }, + { + "name": "imageUrl", + "type": "string", + "description": "Full-size image URL", + "fillRate": 100, + "premium": true + }, + { + "name": "gridRow", + "type": "string", + "description": "Yard grid/row location (e.g., \"A130\", \"SD006\", \"RACK\", \"*OFF\" for offsite)", + "fillRate": 100, + "premium": false + }, + { + "name": "makeOfferEligible", + "type": "bool", + "description": "Whether Make-an-Offer is available", + "fillRate": 100, + "premium": false + }, + { + "name": "buyItNowPrice", + "type": "float", + "description": "Buy-It-Now price in USD (0 if not available)", + "fillRate": 100, + "premium": true + }, + { + "name": "trim", + "type": "string", + "description": "Vehicle trim level (e.g., SV, EX, LUXE, AMG 53 4MATIC)", + "fillRate": 89, + "premium": false + }, + { + "name": "rentals", + "type": "bool", + "description": "Whether vehicle was a former rental", + "fillRate": 100, + "premium": false + }, + { + "name": "wholesale", + "type": "bool", + "description": "Whether listing is wholesale", + "fillRate": 100, + "premium": false + }, + { + "name": "sellerName", + "type": "string", + "description": "Seller name (e.g., \"State Farm Insurance\", \"GEICO\")", + "fillRate": 36, + "premium": true + }, + { + "name": "offsiteAddress1", + "type": "string", + "description": "Offsite pickup address line 1", + "fillRate": 1, + "premium": false + }, + { + "name": "offsiteState", + "type": "string", + "description": "Offsite pickup state", + "fillRate": 1, + "premium": false + }, + { + "name": "offsiteCity", + "type": "string", + "description": "Offsite pickup city", + "fillRate": 1, + "premium": false + }, + { + "name": "offsiteZip", + "type": "string", + "description": "Offsite pickup ZIP code", + "fillRate": 1, + "premium": false + }, + { + "name": "saleLight", + "type": "string", + "description": "Sale light indicator", + "fillRate": 1, + "premium": false + }, + { + "name": "autoGrade", + "type": "float", + "description": "Auto grade rating (e.g., 3.0, 2.5)", + "fillRate": 2, + "premium": false + }, + { + "name": "announcements", + "type": "string", + "description": "Auction announcements and special conditions", + "fillRate": 1, + "premium": false + }, + { + "name": "listingUrl", + "type": "string", + "description": "Full URL to the Copart lot listing page", + "fillRate": 100, + "premium": true + } +] \ No newline at end of file