rebrowsernet commited on
Commit
7b818e4
·
1 Parent(s): bae7f1d

Daily update 2026-03-12

Browse files
README.md CHANGED
@@ -59,7 +59,7 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
59
 
60
 
61
 
62
- > **95,265,659** total records from 2024-03-31 to 2026-03-01, **up to 30,000** rows in this sample (0.03% of full dataset).
63
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
64
 
65
 
@@ -77,8 +77,8 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
77
  | `section` | `string` | 100% | Section name/number (e.g., 116, 325, 104) |
78
  | `row` | `string` | 92% | Row within section - letter (A, B, GG), numeric (1-20+), or null if unassigned |
79
  | `seat` | `string` | 38% | Seat range (e.g., "5_6", "1_6", "12_13") or null if unassigned |
80
- | `seatFrom` | `string` | 34% | Starting seat number (e.g., "1", "5", "12") |
81
- | `seatTo` | `string` | 12% | Ending seat number (e.g., "6", "13") |
82
  | `quantity` | `float` | 100% | Number of tickets available in this listing (1-25, typically 2-8) |
83
  | `availableQuantities` | `array` | 100% | Purchasable quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets) |
84
  | `ticketClass` | `float` | 100% | Ticket class ID (e.g., 594=Lower, 407=Upper, 954=Upper Level) |
@@ -88,7 +88,7 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
88
  | `listingTypeId` | `float` | 100% | Listing type ID (1=standard ~95%, 14=other ~5%) |
89
  | `starRating` 🔒 | `float` | 98% | Deal star rating 1-5 (5=best deal, null ~0.5-11% of listings) |
90
  | `dealScore` 🔒 | `float` | 98% | Deal quality score 0-10 (e.g., 9.676, higher=better value) |
91
- | `discount` 🔒 | `float` | 94% | Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg) |
92
  | `seatQualityScore` 🔒 | `float` | 98% | Seat quality score (e.g., 4.533, higher=better seat position) |
93
  | `isSeatedTogether` | `bool` | 100% | Whether tickets are seated together (true ~94-96%, false ~4-6%) |
94
  | `isSpeculativeRow` | `bool` | 100% | Whether row is speculative/unconfirmed (true ~1-4%, false ~96-99%) |
@@ -110,10 +110,10 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
110
 
111
  | Value | Count | Share |
112
  | --- | --- | --- |
113
- | Mobile Transfer ticket | 70,291,835 | `███████████████░░░░░` 73.8% |
114
- | Mobile ticket | 23,671,459 | `█████░░░░░░░░░░░░░░░` 24.8% |
115
- | Print-at-Home ticket | 1,176,873 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
116
- | Physical ticket | 125,487 | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
117
 
118
  </details>
119
 
@@ -124,16 +124,16 @@ Per-event ticket listings from StubHub with section, row, seat, quantity, delive
124
 
125
  | Value | Count | Share |
126
  | --- | --- | --- |
127
- | Upper | 21,691,489 | `████████░░░░░░░░░░░░` 42.2% |
128
- | Lower | 13,347,107 | `█████░░░░░░░░░░░░░░░` 25.9% |
129
- | Balcony | 3,986,259 | `██░░░░░░░░░░░░░░░░░░` 7.7% |
130
- | Upper Level | 2,431,037 | `█░░░░░░░░░░░░░░░░░░░` 4.7% |
131
- | Middle | 2,100,930 | `█░░░░░░░░░░░░░░░░░░░` 4.1% |
132
- | Mezzanine | 1,715,159 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
133
- | Floor | 1,694,852 | `█░░░░░░░░░░░░░░░░░░` 3.3% |
134
- | Upper Tier | 1,580,074 | `█░░░░░░░░░░░░░░░░░░░` 3.1% |
135
- | Orchestra | 1,491,099 | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
136
- | 200 Level | 1,398,027 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
137
 
138
  </details>
139
 
@@ -171,7 +171,7 @@ Daily snapshot of StubHub events with start time, venue ID, availability state,
171
  | `eventAvailabilityState` | `float` | 100% | Event availability state (0=available, 1=limited, 2=soldout) |
172
  | `venueId` | `float` | 100% | StubHub venue ID (join with stubhub_venues) |
173
  | `minPrice` 🔒 | `float` | 97% | Minimum ticket price in dollars |
174
- | `medianPriceBucket` | `float` | 72% | Median price bucket (0-3 scale) |
175
  | `isUnderHundred` | `bool` | 100% | Event has tickets under $100 |
176
  | `hasActiveListings` | `bool` | 100% | Event has active ticket listings |
177
  | `ticketsRemaining` 🔒 | `float` | 2% | Number of tickets remaining on StubHub |
@@ -273,23 +273,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
273
  ### Event Listings
274
 
275
 
276
- [High Deal Score Listings (8+)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/high-deal-score-listings) — 16,935,027 records
277
 
278
  ↳ `[{"field":"dealScore","op":"gte","value":8},{"sort":"dealScore DESC"}]`
279
 
280
- [Listings with Face Value Data](https://rebrowser.net/products/datasets/stubhub/event-listings/views/listings-with-face-value) — 75,822,410 records
281
 
282
  ↳ `[{"field":"faceValue","op":"isNotEmpty"},{"sort":"price ASC"}]`
283
 
284
- [Mobile Transfer Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/mobile-transfer-tickets) — 60,333,215 records
285
 
286
  ↳ `[{"field":"ticketTypeName","op":"is","value":"Mobile Transfer ticket"},{"sort":"price ASC"}]`
287
 
288
- [Lower Level Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/lower-level-tickets) — 11,954,554 records
289
 
290
  ↳ `[{"field":"ticketClassName","op":"is","value":"Lower"},{"sort":"price ASC"}]`
291
 
292
- [Multi-Ticket Listings (4+ tickets)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/multi-ticket-listings) — 40,413,107 records
293
 
294
  ↳ `[{"field":"quantity","op":"gte","value":4},{"sort":"quantity DESC"}]`
295
 
@@ -301,23 +301,23 @@ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset
301
  ### Events
302
 
303
 
304
- [Events with Active Listings](https://rebrowser.net/products/datasets/stubhub/events/views/events-with-active-listings) — 2,339 records
305
 
306
  ↳ `[{"field":"hasActiveListings","op":"isTrue"},{"sort":"eventStartDatetime ASC"}]`
307
 
308
- [Active Events (Not Postponed/Cancelled)](https://rebrowser.net/products/datasets/stubhub/events/views/active-events) — 2,210 records
309
 
310
  ↳ `[{"field":"eventState","op":"eq","value":1},{"sort":"eventStartDatetime ASC"}]`
311
 
312
- [Fast Selling Events](https://rebrowser.net/products/datasets/stubhub/events/views/fast-selling-events) — 1,913 records
313
 
314
  ↳ `[{"field":"isFastSelling","op":"isTrue"},{"sort":"minPrice ASC"}]`
315
 
316
- [Upcoming Events (Next 30 Days)](https://rebrowser.net/products/datasets/stubhub/events/views/upcoming-events) — 2,379 records
317
 
318
  ↳ `[{"field":"eventStartDatetime","op":"gte","value":"now"},{"field":"eventStartDatetime","op":"lte","value":"now+30d"},{"sort":"eventStartDatetime ASC"}]`
319
 
320
- [Events with Tickets Under $50](https://rebrowser.net/products/datasets/stubhub/events/views/budget-events-under-50) — 1,542 records
321
 
322
  ↳ `[{"field":"minPrice","op":"lt","value":50},{"sort":"minPrice ASC"}]`
323
 
 
59
 
60
 
61
 
62
+ > **94,457,940** total records from 2024-03-31 to 2026-03-08, **up to 30,000** rows in this sample (0.03% of full dataset).
63
  > Exported as one file per day, up to 1,000 rows each, last 30 days retained.
64
 
65
 
 
77
  | `section` | `string` | 100% | Section name/number (e.g., 116, 325, 104) |
78
  | `row` | `string` | 92% | Row within section - letter (A, B, GG), numeric (1-20+), or null if unassigned |
79
  | `seat` | `string` | 38% | Seat range (e.g., "5_6", "1_6", "12_13") or null if unassigned |
80
+ | `seatFrom` | `string` | 33% | Starting seat number (e.g., "1", "5", "12") |
81
+ | `seatTo` | `string` | 11% | Ending seat number (e.g., "6", "13") |
82
  | `quantity` | `float` | 100% | Number of tickets available in this listing (1-25, typically 2-8) |
83
  | `availableQuantities` | `array` | 100% | Purchasable quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets) |
84
  | `ticketClass` | `float` | 100% | Ticket class ID (e.g., 594=Lower, 407=Upper, 954=Upper Level) |
 
88
  | `listingTypeId` | `float` | 100% | Listing type ID (1=standard ~95%, 14=other ~5%) |
89
  | `starRating` 🔒 | `float` | 98% | Deal star rating 1-5 (5=best deal, null ~0.5-11% of listings) |
90
  | `dealScore` 🔒 | `float` | 98% | Deal quality score 0-10 (e.g., 9.676, higher=better value) |
91
+ | `discount` 🔒 | `float` | 93% | Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg) |
92
  | `seatQualityScore` 🔒 | `float` | 98% | Seat quality score (e.g., 4.533, higher=better seat position) |
93
  | `isSeatedTogether` | `bool` | 100% | Whether tickets are seated together (true ~94-96%, false ~4-6%) |
94
  | `isSpeculativeRow` | `bool` | 100% | Whether row is speculative/unconfirmed (true ~1-4%, false ~96-99%) |
 
110
 
111
  | Value | Count | Share |
112
  | --- | --- | --- |
113
+ | Mobile Transfer ticket | 71,032,025 | `███████████████░░░░░` 75.2% |
114
+ | Mobile ticket | 22,086,749 | `█████░░░░░░░░░░░░░░░` 23.4% |
115
+ | Print-at-Home ticket | 1,212,750 | `░░░░░░░░░░░░░░░░░░░░` 1.3% |
116
+ | Physical ticket | 126,992 | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
117
 
118
  </details>
119
 
 
124
 
125
  | Value | Count | Share |
126
  | --- | --- | --- |
127
+ | Upper | 21,823,150 | `████████░░░░░░░░░░░░` 42.1% |
128
+ | Lower | 13,434,664 | `█████░░░░░░░░░░░░░░░` 25.9% |
129
+ | Balcony | 4,033,147 | `██░░░░░░░░░░░░░░░░░░` 7.8% |
130
+ | Upper Level | 2,449,050 | `█░░░░░░░░░░░░░░░░░░░` 4.7% |
131
+ | Middle | 2,120,551 | `█░░░░░░░░░░░░░░░░░░░` 4.1% |
132
+ | Mezzanine | 1,732,706 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
133
+ | Floor | 1,713,651 | `█��░░░░░░░░░░░░░░░░░░` 3.3% |
134
+ | Upper Tier | 1,599,325 | `█░░░░░░░░░░░░░░░░░░░` 3.1% |
135
+ | Orchestra | 1,505,770 | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
136
+ | 200 Level | 1,415,919 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
137
 
138
  </details>
139
 
 
171
  | `eventAvailabilityState` | `float` | 100% | Event availability state (0=available, 1=limited, 2=soldout) |
172
  | `venueId` | `float` | 100% | StubHub venue ID (join with stubhub_venues) |
173
  | `minPrice` 🔒 | `float` | 97% | Minimum ticket price in dollars |
174
+ | `medianPriceBucket` | `float` | 77% | Median price bucket (0-3 scale) |
175
  | `isUnderHundred` | `bool` | 100% | Event has tickets under $100 |
176
  | `hasActiveListings` | `bool` | 100% | Event has active ticket listings |
177
  | `ticketsRemaining` 🔒 | `float` | 2% | Number of tickets remaining on StubHub |
 
273
  ### Event Listings
274
 
275
 
276
+ [High Deal Score Listings (8+)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/high-deal-score-listings) — 17,291,405 records
277
 
278
  ↳ `[{"field":"dealScore","op":"gte","value":8},{"sort":"dealScore DESC"}]`
279
 
280
+ [Listings with Face Value Data](https://rebrowser.net/products/datasets/stubhub/event-listings/views/listings-with-face-value) — 76,667,802 records
281
 
282
  ↳ `[{"field":"faceValue","op":"isNotEmpty"},{"sort":"price ASC"}]`
283
 
284
+ [Mobile Transfer Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/mobile-transfer-tickets) — 61,707,626 records
285
 
286
  ↳ `[{"field":"ticketTypeName","op":"is","value":"Mobile Transfer ticket"},{"sort":"price ASC"}]`
287
 
288
+ [Lower Level Ticket Listings](https://rebrowser.net/products/datasets/stubhub/event-listings/views/lower-level-tickets) — 12,032,205 records
289
 
290
  ↳ `[{"field":"ticketClassName","op":"is","value":"Lower"},{"sort":"price ASC"}]`
291
 
292
+ [Multi-Ticket Listings (4+ tickets)](https://rebrowser.net/products/datasets/stubhub/event-listings/views/multi-ticket-listings) — 40,966,584 records
293
 
294
  ↳ `[{"field":"quantity","op":"gte","value":4},{"sort":"quantity DESC"}]`
295
 
 
301
  ### Events
302
 
303
 
304
+ [Events with Active Listings](https://rebrowser.net/products/datasets/stubhub/events/views/events-with-active-listings) — 2,400 records
305
 
306
  ↳ `[{"field":"hasActiveListings","op":"isTrue"},{"sort":"eventStartDatetime ASC"}]`
307
 
308
+ [Active Events (Not Postponed/Cancelled)](https://rebrowser.net/products/datasets/stubhub/events/views/active-events) — 2,268 records
309
 
310
  ↳ `[{"field":"eventState","op":"eq","value":1},{"sort":"eventStartDatetime ASC"}]`
311
 
312
+ [Fast Selling Events](https://rebrowser.net/products/datasets/stubhub/events/views/fast-selling-events) — 1,921 records
313
 
314
  ↳ `[{"field":"isFastSelling","op":"isTrue"},{"sort":"minPrice ASC"}]`
315
 
316
+ [Upcoming Events (Next 30 Days)](https://rebrowser.net/products/datasets/stubhub/events/views/upcoming-events) — 2,442 records
317
 
318
  ↳ `[{"field":"eventStartDatetime","op":"gte","value":"now"},{"field":"eventStartDatetime","op":"lte","value":"now+30d"},{"sort":"eventStartDatetime ASC"}]`
319
 
320
+ [Events with Tickets Under $50](https://rebrowser.net/products/datasets/stubhub/events/views/budget-events-under-50) — 1,560 records
321
 
322
  ↳ `[{"field":"minPrice","op":"lt","value":50},{"sort":"minPrice ASC"}]`
323
 
event-listings/chart-growth.svg CHANGED
event-listings/data/{2026-01-26.csv → 2026-02-25.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3198406bae7e67a5b6498c9029d79caefb30182a72951acf25d2092388db0f7c
3
- size 288987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17ad9cb0590f566ad67592854cebb64ca307ab989f50c09e1699056f8df2684
3
+ size 282384
events/data/2026-01-26.csv → event-listings/data/2026-02-25.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:407662fbf9052e7a49419856fb3661c0c25dfe2af856f6b93330a0f888ba2675
3
- size 3368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6833c7b984ea01a4ac8692cf8ffb12e90eb1158abe7e4e5895e8e3bd6868891
3
+ size 42340
event-listings/data/{2026-01-27.csv → 2026-02-26.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22a1bfcd492df8b453b9dc3a40060753fe815bc14a0fd92a5e1f8093b4041234
3
- size 286187
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9fc4c25ec32095e66d515c89881dbcbd1b20ee539d597ac25618232c9a1c69c
3
+ size 298630
event-listings/data/{2026-01-26.parquet → 2026-02-26.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78927cb142a361f93556d55f148abdc74cc62582617cdc8e1aa2f5e2931965e5
3
- size 42241
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c71d703412cd10513840100717d0367cddb1f91b9c1dbfb119f9b848b056eb4
3
+ size 49806
event-listings/schema.json CHANGED
@@ -73,14 +73,14 @@
73
  "name": "seatFrom",
74
  "type": "string",
75
  "description": "Starting seat number (e.g., \"1\", \"5\", \"12\")",
76
- "fillRate": 34,
77
  "premium": false
78
  },
79
  {
80
  "name": "seatTo",
81
  "type": "string",
82
  "description": "Ending seat number (e.g., \"6\", \"13\")",
83
- "fillRate": 12,
84
  "premium": false
85
  },
86
  {
@@ -150,7 +150,7 @@
150
  "name": "discount",
151
  "type": "float",
152
  "description": "Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg)",
153
- "fillRate": 94,
154
  "premium": true
155
  },
156
  {
 
73
  "name": "seatFrom",
74
  "type": "string",
75
  "description": "Starting seat number (e.g., \"1\", \"5\", \"12\")",
76
+ "fillRate": 33,
77
  "premium": false
78
  },
79
  {
80
  "name": "seatTo",
81
  "type": "string",
82
  "description": "Ending seat number (e.g., \"6\", \"13\")",
83
+ "fillRate": 11,
84
  "premium": false
85
  },
86
  {
 
150
  "name": "discount",
151
  "type": "float",
152
  "description": "Discount factor vs avg price (e.g., 0.798=~80% off avg, negative=above avg)",
153
+ "fillRate": 93,
154
  "premium": true
155
  },
156
  {
events/chart-growth.svg CHANGED
events/data/2026-01-27.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:261246cce5408f67b3a85dbafb3d3ae77607c4c7969dd06bcb7164faf0f96310
3
- size 5963
 
 
 
 
events/data/2026-01-27.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9fe79f45b78a3ec37d4870544ab155e9540adcb578178357cad2395d7d1c255
3
- size 11066
 
 
 
 
events/data/{2026-01-26.parquet → 2026-02-25.csv} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e7302610f4e8014c682e49f691ac7924da1f9931583f6c8cb472acdef7c3938
3
- size 10449
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d906885b7c31192be202d1a97fee7a62fb5b67d05f075ef3f0c953fe30a49e
3
+ size 11598
event-listings/data/2026-01-27.parquet → events/data/2026-02-25.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf0f67f2896f21b4914d6bc4e0c420ae29eeedc926da5cca2574cbaac1518551
3
- size 42917
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f609a46c2885390ec1fed0fb18fcc7d1e62b85166a6906d4ca1bc8c4f61a0fd
3
+ size 12454
events/data/2026-02-26.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04db2b158d4c9eacc125a00dce064fb78561d586c79cbd0cf334600b82a03b4
3
+ size 24913
events/data/2026-02-26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf15d7a1155b5799aa76f42e9a23ee050ebd0ac6bb230e2db15eaf571a07bb77
3
+ size 14777
events/schema.json CHANGED
@@ -101,7 +101,7 @@
101
  "name": "medianPriceBucket",
102
  "type": "float",
103
  "description": "Median price bucket (0-3 scale)",
104
- "fillRate": 72,
105
  "premium": false
106
  },
107
  {
 
101
  "name": "medianPriceBucket",
102
  "type": "float",
103
  "description": "Median price bucket (0-3 scale)",
104
+ "fillRate": 77,
105
  "premium": false
106
  },
107
  {
venues/data.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb30d9a37017c66f2a04c12f6cfc6f30340920d20f6140674851e50aedd017f3
3
  size 25780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed7beca9e4f2ee99c7977a359de5754dfe5dfd7864d00611e72ed5b2464195f
3
  size 25780
venues/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d83cde7bcc05c614aea4833bee8eae19f801a4199c77d23bbf28d68f0da6fa6f
3
- size 13599
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980bfb89c14c64ba0aa87d09546b6f892da44c8143576c7c3cbe23a65acb45e5
3
+ size 13566