rebrowsernet commited on
Commit
1a96f15
·
1 Parent(s): 7a86c1e

Daily update 2026-03-03

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,576 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: cc-by-nc-4.0
6
+ pretty_name: "Gametime Last-Minute Tickets & Event Listings Dataset"
7
+ tags:
8
+ - open-data
9
+ - data-science
10
+ - web-scraping
11
+ - scraper
12
+ - crawler
13
+ - data-collection
14
+ - tickets
15
+ - event-tickets
16
+ - live-events
17
+ - ticket-marketplace
18
+ - sports-tickets
19
+ - concert-tickets
20
+ - ticket-pricing
21
+ size_categories:
22
+ - 10M<n<100M
23
+ task_categories:
24
+ - other
25
+ configs:
26
+ - config_name: event-listings
27
+ data_files:
28
+ - path: "event-listings/data/*.parquet"
29
+ split: train
30
+ - config_name: events
31
+ data_files:
32
+ - path: "events/data/*.parquet"
33
+ split: train
34
+ - config_name: performers
35
+ data_files:
36
+ - path: "performers/data.parquet"
37
+ split: train
38
+ - config_name: venues
39
+ data_files:
40
+ - path: "venues/data.parquet"
41
+ split: train
42
+ ---
43
+
44
+ # Gametime Last-Minute Tickets & Event Listings Dataset
45
+
46
+ Daily snapshots of Gametime's last-minute ticket marketplace with events, listings, deal badges, venues, and performers across sports, concerts, and theater.
47
+
48
+
49
+ This dataset is a preview sample of the [Gametime dataset](https://rebrowser.net/products/datasets/gametime) published by Rebrowser. If you're doing academic research, you may be eligible for free access to a much larger slice — see [Free Datasets for Research](https://rebrowser.net/free-datasets-for-research).
50
+
51
+
52
+ This dataset contains **4** entities, each in its own folder: Event Listings (`event-listings`), Events (`events`), Performers (`performers`), Venues (`venues`). See below for a full field breakdown, sample counts, and data distributions for each.
53
+
54
+ *Found this useful? ❤️ Like this dataset on HuggingFace to help us keep publishing fresh data. Found an error? [Let us know](https://rebrowser.net/contact-us).*
55
+
56
+
57
+ ---
58
+
59
+ ### Event Listings
60
+ Per-event ticket listings from Gametime with section, row, seat group, delivery type, transfer type, ticket type, deal badges, available lot sizes, and ticket disclosures.
61
+
62
+
63
+
64
+
65
+ > **13,262,843** total records from 2025-11-16 to 2026-03-01, **up to 30,000** rows in this sample (0.23% of full dataset).
66
+ > Exported as one file per day, up to 1,000 rows each, last undefined days retained.
67
+
68
+
69
+ ![Record Growth](event-listings/chart-growth.svg)
70
+
71
+ | Field | Type | Fill Rate | Description |
72
+ | --- | --- | --- | --- |
73
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
74
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
75
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
76
+ | `listingId` | `string` | 100% | Unique listing ID (e.g., 6908fe8a9c1370439bc948a4) |
77
+ | `eventId` | `string` | 100% | Event ID this listing belongs to (join with gametime_events) |
78
+ | `pricePrefee` 🔒 | `float` | 100% | Ticket price in cents before fees |
79
+ | `priceTotal` 🔒 | `float` | 100% | Total ticket price in cents (with fees) |
80
+ | `priceFaceValue` 🔒 | `float` | 55% | Face value of ticket in cents (original printed price) |
81
+ | `salesTax` 🔒 | `float` | 100% | Sales tax amount in cents |
82
+ | `preTaxTotal` 🔒 | `float` | 100% | Pre-tax total price in cents |
83
+ | `availableLots` | `array` | 100% | Available ticket quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets) |
84
+ | `section` | `string` | 100% | Venue section number/name (e.g., 317, 106, 438) |
85
+ | `row` | `string` | 100% | Row within section (e.g., 8, 3, GA) |
86
+ | `sectionGroup` | `string` | 85% | Section group/tier (e.g., Club Corner, Lower Corner, Upper, Dream Seat) |
87
+ | `seats` | `array` | 100% | Seat numbers (* indicates unassigned/GA) |
88
+ | `deliveryType` | `string` | 100% | Ticket delivery method (mobile, electronic, direct, hard, instant) |
89
+ | `transferType` | `string` | 78% | Ticket transfer type (tm, paciolan, sg, axs, mlb, text) |
90
+ | `ticketType` | `string` | 100% | Ticket type (tmqr, tm, tm-web, tdc, gtlew, url, tm-official) |
91
+ | `deal` | `string` | 33% | Deal indicator (great, amazing, cheapest, super, zone) |
92
+ | `savingsAmount` 🔒 | `float` | 100% | Displayed savings amount in cents |
93
+ | `savingsPercent` 🔒 | `float` | 100% | Displayed savings percentage |
94
+ | `disclosures` | `array` | 2% | Ticket disclosures (club_access, first_row, aisle, limited_view, standing_room, zone_deal, etc.) |
95
+ | `inHandDate` | `datetime` | 84% | Date when tickets will be in hand for delivery |
96
+ | `eventName` | `string` | — | Event name (from events table) |
97
+ | `eventCategory` | `string` | — | Event category (from events table) |
98
+ | `eventDatetimeUtc` | `datetime` | — | Event datetime UTC (from events table) |
99
+ | `eventVenueId` | `string` | — | Event venue ID (from events table) |
100
+
101
+
102
+
103
+ > 🔒 **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/gametime).
104
+
105
+
106
+
107
+ #### Field Distributions
108
+
109
+
110
+ <details>
111
+ <summary><strong>Deal Badge Distribution</strong> (<code>deal</code>)</summary>
112
+
113
+
114
+ | Value | Count | Share |
115
+ | --- | --- | --- |
116
+ | great | 1,953,347 | `█████████░░░��░░░░░░░` 44.3% |
117
+ | amazing | 1,567,455 | `███████░░░░░░░░░░░░░` 35.6% |
118
+ | cheapest | 564,085 | `███░░░░░░░░░░░░░░░░░` 12.8% |
119
+ | super | 311,142 | `█░░░░░░░░░░░░░░░░░░░` 7.1% |
120
+ | zone | 9,016 | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
121
+
122
+ </details>
123
+
124
+
125
+
126
+
127
+
128
+ ---
129
+
130
+ ### Events
131
+ Gametime events with category, local/UTC datetime, deal indicators, venue and performer references across sports, music, theater, and comedy.
132
+
133
+
134
+
135
+
136
+ > **110,673** total records from 2025-11-16 to 2026-03-01, **up to 30,000** rows in this sample (27.1% of full dataset).
137
+ > Exported as one file per day, up to 1,000 rows each, last undefined days retained.
138
+
139
+
140
+ ![Record Growth](events/chart-growth.svg)
141
+
142
+ | Field | Type | Fill Rate | Description |
143
+ | --- | --- | --- | --- |
144
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
145
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
146
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
147
+ | `eventId` | `string` | 100% | Unique event ID (e.g., 672a9e0be4da09717f007c8b) |
148
+ | `name` | `string` | 100% | Event name/title (e.g., Daniel O Donnell, Elf The Musical) |
149
+ | `category` | `string` | 100% | Event category (music, theater, sports) |
150
+ | `datetimeLocal` | `datetime` | 100% | Event local datetime |
151
+ | `datetimeUtc` | `datetime` | 100% | Event UTC datetime |
152
+ | `salesCutOff` | `datetime` | 100% | Sales cutoff datetime (when ticket sales end) |
153
+ | `tbd` | `bool` | 100% | Event is TBD (to be determined) |
154
+ | `timeTbd` | `bool` | 100% | Event time is TBD |
155
+ | `dateTbd` | `bool` | 100% | Event date is TBD |
156
+ | `minPriceTotal` 🔒 | `float` | 100% | Minimum ticket price in cents (total with fees) |
157
+ | `minPricePrefee` 🔒 | `float` | 100% | Minimum ticket price in cents (before fees) |
158
+ | `maxPriceTotal` 🔒 | `float` | 100% | Maximum ticket price in cents (total with fees) |
159
+ | `maxPricePrefee` 🔒 | `float` | 100% | Maximum ticket price in cents (before fees) |
160
+ | `zoneDealPriceTotal` 🔒 | `float` | 100% | Zone deal price in cents (total) |
161
+ | `flashDealPriceTotal` 🔒 | `float` | 100% | Flash deal price in cents (total) |
162
+ | `hasExclusives` | `bool` | 100% | Event has exclusive listings |
163
+ | `mapless` | `bool` | 100% | Event has no seat map |
164
+ | `venueId` | `string` | 100% | Venue ID (join with gametime_venues for details) |
165
+ | `performerIds` | `array` | 100% | Performer IDs (join with gametime_performers for details) |
166
+ | `popularityScore` 🔒 | `float` | 100% | Event popularity score |
167
+ | `trendingScore` 🔒 | `float` | 98% | Event trending score |
168
+
169
+
170
+
171
+ > 🔒 **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/gametime).
172
+
173
+
174
+
175
+ #### Field Distributions
176
+
177
+
178
+ <details>
179
+ <summary><strong>Event Categories</strong> (<code>category</code>)</summary>
180
+
181
+
182
+ | Value | Count | Share |
183
+ | --- | --- | --- |
184
+ | music | 36,719 | `███████░░░░░░░░░░░░░` 36.8% |
185
+ | theater | 30,998 | `██████░░░░░░░░░░░░░░` 31.1% |
186
+ | comedy | 14,993 | `███░░░░░░░░░░░░░░░░░` 15.0% |
187
+ | cbb | 3,879 | `█░░░░░░░░░░░░░░░░░░░` 3.9% |
188
+ | wcbb | 3,009 | `█░░░░░░░░░░░░░░░░░░░` 3.0% |
189
+ | milb | 2,730 | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
190
+ | cbs | 2,418 | `░░░░░░░░░░░░░░░░░░░░` 2.4% |
191
+ | other | 2,063 | `░░░░░░░░░░░░░░░░░░░░` 2.1% |
192
+ | echl | 1,689 | `░░░░░░░░░░░░░░░░░░░░` 1.7% |
193
+ | nba | 1,197 | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
194
+
195
+ </details>
196
+
197
+
198
+
199
+
200
+
201
+ ---
202
+
203
+ ### Performers
204
+ Gametime performers with name, abbreviation, slug, category, category group, primary genre, and genre tags across sports teams, music artists, theater acts, and comedy.
205
+
206
+
207
+
208
+
209
+ > **7,889** total records from 2025-11-16 to 2026-03-01, **10** rows in this sample (0.13% of full dataset).
210
+ > Exported as a single file, overwritten daily.
211
+
212
+
213
+ ![Record Growth](performers/chart-growth.svg)
214
+
215
+ | Field | Type | Fill Rate | Description |
216
+ | --- | --- | --- | --- |
217
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
218
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
219
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
220
+ | `performerId` | `string` | 100% | Unique performer ID (e.g., 59dbed9825f2c567c037f20b) |
221
+ | `name` | `string` | 100% | Performer full name (e.g., Sam Smith) |
222
+ | `shortName` | `string` | 100% | Performer short name (e.g., Sam Smith) |
223
+ | `mediumName` | `string` | 100% | Performer medium name (e.g., Sam Smith) |
224
+ | `abbrev` | `string` | 100% | Performer abbreviation (e.g., SMITH) |
225
+ | `slug` | `string` | 100% | URL-friendly performer slug (e.g., musicsamsmith) |
226
+ | `category` | `string` | 100% | Performer category (e.g., music, sports) |
227
+ | `categoryGroup` | `string` | 100% | Category group (e.g., concert, nfl, nba) |
228
+ | `primaryGenre` | `string` | 59% | Primary genre slug (e.g., pop) |
229
+ | `genres` | `array` | 60% | Array of genre slugs (e.g., pop, rock) |
230
+ | `primaryColor` | `string` | 100% | Primary brand color hex (e.g., 637079FF) |
231
+ | `heroImageUrl` 🔒 | `string` | 100% | Hero image URL |
232
+ | `headerImageUrl` 🔒 | `string` | 100% | Header image URL |
233
+ | `logoImageUrl` 🔒 | `string` | 100% | Logo image URL |
234
+
235
+
236
+
237
+ > 🔒 **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/gametime).
238
+
239
+
240
+
241
+ #### Field Distributions
242
+
243
+
244
+ <details>
245
+ <summary><strong>Performer Categories</strong> (<code>category</code>)</summary>
246
+
247
+
248
+ | Value | Count | Share |
249
+ | --- | --- | --- |
250
+ | music | 3,704 | `███████████░░░░░░░░░` 55.3% |
251
+ | comedy | 705 | `██░░░░░░░░░░░░░░░░░░` 10.5% |
252
+ | cbb | 548 | `██░░░░░░░░░░░░░░░░░░` 8.2% |
253
+ | wcbb | 456 | `█░░░░░░░░░░░░░░░░░░░` 6.8% |
254
+ | theater | 345 | `█░░░░░░░░░░░░░░░░░░░` 5.2% |
255
+ | cbs | 299 | `█░░░░░░░░░░░░░░░░░░░` 4.5% |
256
+ | cfb | 223 | `█░░░░░░░░░░░░░░░░░░░` 3.3% |
257
+ | milb | 159 | `░░░░░░░░░░░░░░░░░░░░` 2.4% |
258
+ | csoft | 157 | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
259
+ | vball | 102 | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
260
+
261
+ </details>
262
+
263
+
264
+
265
+
266
+
267
+ ---
268
+
269
+ ### Venues
270
+ Gametime venues with name, city, state, metro area, timezone, geo-coordinates, and full street address across the US.
271
+
272
+
273
+
274
+
275
+ > **3,451** total records from 2025-11-16 to 2026-03-01, **10** rows in this sample (0.29% of full dataset).
276
+ > Exported as a single file, overwritten daily.
277
+
278
+
279
+ ![Record Growth](venues/chart-growth.svg)
280
+
281
+ | Field | Type | Fill Rate | Description |
282
+ | --- | --- | --- | --- |
283
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
284
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
285
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
286
+ | `venueId` | `string` | 100% | Unique venue ID (e.g., 61fc67e3b1776e00011716d3) |
287
+ | `name` | `string` | 100% | Venue name (e.g., New Orleans Fairgrounds) |
288
+ | `slug` | `string` | 100% | URL-friendly venue slug (e.g., new_orleans_fairgrounds) |
289
+ | `city` | `string` | 100% | City name (e.g., New Orleans) |
290
+ | `state` | `string` | 98% | State abbreviation (e.g., LA) |
291
+ | `metro` | `string` | 100% | Metro area identifier (e.g., neworleans) |
292
+ | `timezone` | `string` | 100% | IANA timezone (e.g., America/Chicago) |
293
+ | `latitude` | `float` | 100% | Venue latitude coordinate |
294
+ | `longitude` | `float` | 100% | Venue longitude coordinate |
295
+ | `addressCountryCode` | `string` | 100% | Address country code (e.g., US) |
296
+ | `addressCity` | `string` | 100% | Address city (e.g., New Orleans) |
297
+ | `addressState` | `string` | 98% | Address state (e.g., LA) |
298
+ | `addressPostalCode` | `string` | 100% | Address postal/ZIP code (e.g., 70116) |
299
+ | `addressStreet` | `string` | 100% | Street address (e.g., 1751 Gentilly Boulevard) |
300
+ | `addressExtended` | `string` | 96% | Extended address (e.g., New Orleans, LA 70116) |
301
+ | `imageUrl` 🔒 | `string` | 100% | Venue image URL |
302
+
303
+
304
+
305
+ > 🔒 **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/gametime).
306
+
307
+
308
+
309
+ #### Field Distributions
310
+
311
+
312
+ <details>
313
+ <summary><strong>Venues by State</strong> (<code>state</code>)</summary>
314
+
315
+
316
+ | Value | Count | Share |
317
+ | --- | --- | --- |
318
+ | CA | 366 | `█████░░░░░░░░░░░░░░░` 22.6% |
319
+ | TX | 248 | `███░░░░░░░░░░░░░░░░░` 15.3% |
320
+ | NY | 201 | `██░░░░░░░░░░░░░░░░░░` 12.4% |
321
+ | FL | 177 | `██░░░░░░░░░░░░░░░░░░` 10.9% |
322
+ | IL | 120 | `█░░░░░░░░░░░░░░░░░░░` 7.4% |
323
+ | PA | 115 | `█░░░░░░░░░░░░░░░░░░░` 7.1% |
324
+ | OH | 114 | `█░░░░░░░░░░░░░░░░░░░` 7.0% |
325
+ | NC | 103 | `█░░░░░░░░░░░░░░░░░░░` 6.3% |
326
+ | NV | 97 | `█░░░░░░░░░░░░░░░░░░░` 6.0% |
327
+ | GA | 82 | `█░░░░░░░░░░░░░░░░░░░` 5.1% |
328
+
329
+ </details>
330
+
331
+
332
+
333
+
334
+
335
+
336
+ ---
337
+
338
+ ## Pre-built Views on Rebrowser
339
+
340
+ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset interactively. These pre-built views are ready to open:
341
+
342
+
343
+ ### Event Listings
344
+
345
+
346
+ [Listings with Deal Badge](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-deal) — 3,845,840 records
347
+
348
+ ↳ `[{"field":"deal","op":"isNotEmpty"},{"sort":"priceTotal ASC"}]`
349
+
350
+ [Instant Delivery Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-instant-delivery) — 36,691 records
351
+
352
+ ↳ `[{"field":"deliveryType","op":"is","value":"instant"},{"sort":"priceTotal ASC"}]`
353
+
354
+ [Listings with Savings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-with-savings) — 11,364,363 records
355
+
356
+ ↳ `[{"field":"savingsAmount","op":"gt","value":0},{"sort":"savingsPercent DESC"}]`
357
+
358
+ [Cheapest Deal Listings](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-cheapest-deal) — 494,951 records
359
+
360
+ ↳ `[{"field":"deal","op":"is","value":"cheapest"},{"sort":"priceTotal ASC"}]`
361
+
362
+ [Listings by Price (Low to High)](https://rebrowser.net/products/datasets/gametime/event-listings/views/listings-by-price) — 11,494,772 records
363
+
364
+ ↳ `[{"sort":"priceTotal ASC"}]`
365
+
366
+
367
+ *[See all 18 views →](https://rebrowser.net/products/datasets/gametime/event-listings)*
368
+
369
+
370
+
371
+ ### Events
372
+
373
+
374
+ [Events with Flash Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-flash-deals) — 101,787 records
375
+
376
+ ↳ `[{"field":"flashDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
377
+
378
+ [NBA Events](https://rebrowser.net/products/datasets/gametime/events/views/nba-events) — 1,102 records
379
+
380
+ ↳ `[{"field":"category","op":"is","value":"nba"},{"sort":"datetimeUtc ASC"}]`
381
+
382
+ [Music & Concert Events](https://rebrowser.net/products/datasets/gametime/events/views/gametime-music-events) — 33,137 records
383
+
384
+ ↳ `[{"field":"category","op":"is","value":"music"},{"sort":"datetimeUtc ASC"}]`
385
+
386
+ [Events with Zone Deals](https://rebrowser.net/products/datasets/gametime/events/views/events-with-zone-deals) — 101,787 records
387
+
388
+ ↳ `[{"field":"zoneDealPriceTotal","op":"gt","value":0},{"sort":"datetimeUtc ASC"}]`
389
+
390
+ [Events with Exclusive Listings](https://rebrowser.net/products/datasets/gametime/events/views/events-with-exclusives) — 19,274 records
391
+
392
+ ↳ `[{"field":"hasExclusives","op":"isTrue","value":true},{"sort":"datetimeUtc ASC"}]`
393
+
394
+
395
+ *[See all 19 views →](https://rebrowser.net/products/datasets/gametime/events)*
396
+
397
+
398
+
399
+ ### Performers
400
+
401
+
402
+ [Music Performers](https://rebrowser.net/products/datasets/gametime/performers/views/music-performers) — 3,525 records
403
+
404
+ ↳ `[{"field":"category","op":"is","value":"music"},{"sort":"name ASC"}]`
405
+
406
+ [College Basketball Performers](https://rebrowser.net/products/datasets/gametime/performers/views/cbb-performers) — 543 records
407
+
408
+ ↳ `[{"field":"category","op":"is","value":"cbb"},{"sort":"name ASC"}]`
409
+
410
+ [Theater Performers](https://rebrowser.net/products/datasets/gametime/performers/views/theater-performers) — 335 records
411
+
412
+ ↳ `[{"field":"category","op":"is","value":"theater"},{"sort":"name ASC"}]`
413
+
414
+ [NBA Performers](https://rebrowser.net/products/datasets/gametime/performers/views/nba-performers) — 33 records
415
+
416
+ ↳ `[{"field":"category","op":"is","value":"nba"},{"sort":"name ASC"}]`
417
+
418
+ [NFL Performers](https://rebrowser.net/products/datasets/gametime/performers/views/nfl-performers) — 36 records
419
+
420
+ ↳ `[{"field":"category","op":"is","value":"nfl"},{"sort":"name ASC"}]`
421
+
422
+
423
+ *[See all 17 views →](https://rebrowser.net/products/datasets/gametime/performers)*
424
+
425
+
426
+
427
+ ### Venues
428
+
429
+
430
+ [Venues in California](https://rebrowser.net/products/datasets/gametime/venues/views/venues-california) — 352 records
431
+
432
+ ↳ `[{"field":"state","op":"is","value":"CA"},{"sort":"name ASC"}]`
433
+
434
+ [Venues in Texas](https://rebrowser.net/products/datasets/gametime/venues/views/venues-texas) — 246 records
435
+
436
+ ↳ `[{"field":"state","op":"is","value":"TX"},{"sort":"name ASC"}]`
437
+
438
+ [Venues in New York](https://rebrowser.net/products/datasets/gametime/venues/views/venues-new-york) — 195 records
439
+
440
+ ↳ `[{"field":"state","op":"is","value":"NY"},{"sort":"name ASC"}]`
441
+
442
+ [Venues in Florida](https://rebrowser.net/products/datasets/gametime/venues/views/venues-florida) — 174 records
443
+
444
+ ↳ `[{"field":"state","op":"is","value":"FL"},{"sort":"name ASC"}]`
445
+
446
+ [Venues in Illinois](https://rebrowser.net/products/datasets/gametime/venues/views/venues-illinois) — 114 records
447
+
448
+ ↳ `[{"field":"state","op":"is","value":"IL"},{"sort":"name ASC"}]`
449
+
450
+
451
+ *[See all 19 views →](https://rebrowser.net/products/datasets/gametime/venues)*
452
+
453
+
454
+
455
+
456
+ ---
457
+
458
+ ## Code Examples
459
+
460
+ ```python
461
+ import pandas as pd
462
+ from pathlib import Path
463
+
464
+ # ── Venues (reference table) ────────────────────────────────────────────────
465
+ venues = pd.read_parquet('rebrowser/gametime-dataset/venues/data.parquet')
466
+
467
+ # Top 10 states by venue count
468
+ print(venues['state'].value_counts().head(10).to_string())
469
+
470
+ # Venues in a specific metro area
471
+ print(venues[venues['metro'] == 'newyork'][['name', 'city', 'state']]
472
+ .to_string(index=False))
473
+
474
+ # ── Performers (reference table) ────────────────────────────────────────────
475
+ performers = pd.read_parquet('rebrowser/gametime-dataset/performers/data.parquet')
476
+
477
+ # Count performers by category (nba, nfl, music, theater, etc.)
478
+ print(performers['category'].value_counts().head(15).to_string())
479
+
480
+ # Music performers with a primary genre
481
+ music = performers[(performers['category'] == 'music') & (performers['primaryGenre'].notna())]
482
+ print(music.groupby('primaryGenre').size().sort_values(ascending=False).head(10).to_string())
483
+
484
+ # ── Events (daily files) ────────────────────────────────────────────────────
485
+ files = sorted(Path('rebrowser/gametime-dataset/events/data').glob('*.parquet'))[-7:]
486
+ events = pd.concat([pd.read_parquet(f) for f in files])
487
+
488
+ # Events per category
489
+ print(events['category'].value_counts().to_string())
490
+
491
+ # Upcoming confirmed events (date not TBD)
492
+ confirmed = events[events['dateTbd'] == False].sort_values('datetimeUtc')
493
+ print(confirmed[['name', 'category', 'datetimeUtc']].head(20).to_string(index=False))
494
+
495
+ # ── Event Listings (daily files) ────────────────────────────────────────────
496
+ files = sorted(Path('rebrowser/gametime-dataset/event-listings/data').glob('*.parquet'))[-7:]
497
+ listings = pd.concat([pd.read_parquet(f) for f in files])
498
+
499
+ # Deal badge distribution
500
+ print(listings['deal'].value_counts().to_string())
501
+
502
+ # Listings by delivery type
503
+ print(listings['deliveryType'].value_counts().to_string())
504
+ ```
505
+
506
+ ---
507
+
508
+ ## Use Cases
509
+
510
+
511
+ ### Last-Minute Pricing Analysis
512
+
513
+ Study how deal badges (great, amazing, cheapest, super, zone) distribute across event categories and delivery types. Identify which sports and concert segments see the most deal activity.
514
+
515
+
516
+ ### Venue Market Mapping
517
+
518
+ Map venue density by state and metro area using geo-coordinates. Identify which regions have the highest event concentration and compare venue coverage across markets.
519
+
520
+
521
+ ### Performer Demand Research
522
+
523
+ Analyze which performer categories and genres generate the most events. Track how leagues like NFL, NBA, and MLB compare in event volume over time.
524
+
525
+
526
+ ### Delivery & Inventory Patterns
527
+
528
+ Examine distribution of ticket delivery types (mobile, electronic, instant, direct) and available lot sizes across event categories to understand marketplace fulfillment dynamics.
529
+
530
+
531
+
532
+ ---
533
+
534
+ ## Full Dataset on Rebrowser
535
+
536
+
537
+ This is a 1,000-row preview sample. The full dataset is at [rebrowser.net/products/datasets/gametime](https://rebrowser.net/products/datasets/gametime)
538
+
539
+ 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).
540
+
541
+ On Rebrowser you can:
542
+ - **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.
543
+ - **Export in your format** — CSV, JSON, JSONL, or Parquet depending on your plan.
544
+ - **Access via API** — integrate dataset queries into your pipelines and workflows.
545
+ - **Choose your freshness** — plans range from a 14-day lag to real-time data with no delay.
546
+ - **Select only the fields you need** — keep exports lean. Premium fields with richer data are available on higher plans.
547
+
548
+ [Pricing](https://rebrowser.net/pricing) starts at **$2 per 1,000 rows** with volume discounts.
549
+
550
+ ---
551
+
552
+ ## License & Terms
553
+
554
+ **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).
555
+
556
+ ```bibtex
557
+ @misc{rebrowser_gametime,
558
+ author = {Rebrowser},
559
+ title = {Gametime Last-Minute Tickets & Event Listings Dataset},
560
+ year = {2026},
561
+ howpublished = {\url{https://rebrowser.net/products/datasets/gametime}},
562
+ note = {Accessed: YYYY-MM-DD}
563
+ }
564
+ ```
565
+
566
+ 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.
567
+
568
+ ---
569
+
570
+ ## Disclaimer
571
+
572
+ Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by Gametime. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect Gametime user credentials. By using this dataset, you agree to comply with Gametime'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.
573
+
574
+
575
+ You can also find this data on [GitHub](https://github.com/rebrowser/gametime-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/gametime-dataset).
576
+
event-listings/chart-growth.svg ADDED
event-listings/data/2026-02-15.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b03a4eefaf0273781e6f6dd594f0c640c6ba1b9df460584a41998f57f1f1a8
3
+ size 4687
event-listings/data/2026-02-15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0023932318803a7498f79ff7d91129319ad7fc7de72b282f34107432e93ddcf2
3
+ size 12715
event-listings/data/2026-02-16.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d2cbf81e564883e92bfb64471074f01007dd21425395a8209048cfff33af04
3
+ size 4875
event-listings/data/2026-02-16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3407e386bce7bfbb1d2773f7ce51900a28f4e36dafa53dc2f84a753c85251a76
3
+ size 12848
event-listings/data/2026-02-17.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4387f3924cf8709067541a749d36948e2e05df44725186f5370381b7af4b063b
3
+ size 4857
event-listings/data/2026-02-17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3437f7717d82b7bab17b3197c7251188282bcac33d1df2f501029daf9544f7
3
+ size 12835
event-listings/schema.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "listingId",
25
+ "type": "string",
26
+ "description": "Unique listing ID (e.g., 6908fe8a9c1370439bc948a4)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "eventId",
32
+ "type": "string",
33
+ "description": "Event ID this listing belongs to (join with gametime_events)",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "pricePrefee",
39
+ "type": "float",
40
+ "description": "Ticket price in cents before fees",
41
+ "fillRate": 100,
42
+ "premium": true
43
+ },
44
+ {
45
+ "name": "priceTotal",
46
+ "type": "float",
47
+ "description": "Total ticket price in cents (with fees)",
48
+ "fillRate": 100,
49
+ "premium": true
50
+ },
51
+ {
52
+ "name": "priceFaceValue",
53
+ "type": "float",
54
+ "description": "Face value of ticket in cents (original printed price)",
55
+ "fillRate": 55,
56
+ "premium": true
57
+ },
58
+ {
59
+ "name": "salesTax",
60
+ "type": "float",
61
+ "description": "Sales tax amount in cents",
62
+ "fillRate": 100,
63
+ "premium": true
64
+ },
65
+ {
66
+ "name": "preTaxTotal",
67
+ "type": "float",
68
+ "description": "Pre-tax total price in cents",
69
+ "fillRate": 100,
70
+ "premium": true
71
+ },
72
+ {
73
+ "name": "availableLots",
74
+ "type": "array",
75
+ "description": "Available ticket quantities (e.g., [1,2,3,4] means you can buy 1, 2, 3, or 4 tickets)",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "section",
81
+ "type": "string",
82
+ "description": "Venue section number/name (e.g., 317, 106, 438)",
83
+ "fillRate": 100,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "row",
88
+ "type": "string",
89
+ "description": "Row within section (e.g., 8, 3, GA)",
90
+ "fillRate": 100,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "sectionGroup",
95
+ "type": "string",
96
+ "description": "Section group/tier (e.g., Club Corner, Lower Corner, Upper, Dream Seat)",
97
+ "fillRate": 85,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "seats",
102
+ "type": "array",
103
+ "description": "Seat numbers (* indicates unassigned/GA)",
104
+ "fillRate": 100,
105
+ "premium": false
106
+ },
107
+ {
108
+ "name": "deliveryType",
109
+ "type": "string",
110
+ "description": "Ticket delivery method (mobile, electronic, direct, hard, instant)",
111
+ "fillRate": 100,
112
+ "premium": false
113
+ },
114
+ {
115
+ "name": "transferType",
116
+ "type": "string",
117
+ "description": "Ticket transfer type (tm, paciolan, sg, axs, mlb, text)",
118
+ "fillRate": 78,
119
+ "premium": false
120
+ },
121
+ {
122
+ "name": "ticketType",
123
+ "type": "string",
124
+ "description": "Ticket type (tmqr, tm, tm-web, tdc, gtlew, url, tm-official)",
125
+ "fillRate": 100,
126
+ "premium": false
127
+ },
128
+ {
129
+ "name": "deal",
130
+ "type": "string",
131
+ "description": "Deal indicator (great, amazing, cheapest, super, zone)",
132
+ "fillRate": 33,
133
+ "premium": false
134
+ },
135
+ {
136
+ "name": "savingsAmount",
137
+ "type": "float",
138
+ "description": "Displayed savings amount in cents",
139
+ "fillRate": 100,
140
+ "premium": true
141
+ },
142
+ {
143
+ "name": "savingsPercent",
144
+ "type": "float",
145
+ "description": "Displayed savings percentage",
146
+ "fillRate": 100,
147
+ "premium": true
148
+ },
149
+ {
150
+ "name": "disclosures",
151
+ "type": "array",
152
+ "description": "Ticket disclosures (club_access, first_row, aisle, limited_view, standing_room, zone_deal, etc.)",
153
+ "fillRate": 2,
154
+ "premium": false
155
+ },
156
+ {
157
+ "name": "inHandDate",
158
+ "type": "datetime",
159
+ "description": "Date when tickets will be in hand for delivery",
160
+ "fillRate": 84,
161
+ "premium": false
162
+ },
163
+ {
164
+ "name": "eventName",
165
+ "type": "string",
166
+ "description": "Event name (from events table)",
167
+ "fillRate": null,
168
+ "premium": false
169
+ },
170
+ {
171
+ "name": "eventCategory",
172
+ "type": "string",
173
+ "description": "Event category (from events table)",
174
+ "fillRate": null,
175
+ "premium": false
176
+ },
177
+ {
178
+ "name": "eventDatetimeUtc",
179
+ "type": "datetime",
180
+ "description": "Event datetime UTC (from events table)",
181
+ "fillRate": null,
182
+ "premium": false
183
+ },
184
+ {
185
+ "name": "eventVenueId",
186
+ "type": "string",
187
+ "description": "Event venue ID (from events table)",
188
+ "fillRate": null,
189
+ "premium": false
190
+ }
191
+ ]
events/chart-growth.svg ADDED
events/data/2026-02-15.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c53e8acd1ecc4bb895ae6d1ea7ef72c9946b0e95754abc1a931caea86dd55d
3
+ size 4136
events/data/2026-02-15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6c6aa826e5923533aa7959dcbfe02196c130271a0b9fdda2ceafae8e686efa
3
+ size 11010
events/data/2026-02-16.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6cb6cd831281b38beac60312405bd65e1e0377438815dbfad334d2d40017a2
3
+ size 4445
events/data/2026-02-16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9090e8927d53d8b7399aa33fd3ef88ac7be9740a65c1b6a3584128ceff85ec73
3
+ size 11309
events/data/2026-02-17.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be6ef2d7f2cf1d64fc6b98017e5b1ffdb1e34fb4697fe2f117a4d32eebdc12c
3
+ size 4233
events/data/2026-02-17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385ef9ec8876964298aba8eb35f04ad59c05c28a0830523ca08c962572d670ae
3
+ size 11159
events/schema.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "eventId",
25
+ "type": "string",
26
+ "description": "Unique event ID (e.g., 672a9e0be4da09717f007c8b)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "name",
32
+ "type": "string",
33
+ "description": "Event name/title (e.g., Daniel O Donnell, Elf The Musical)",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "category",
39
+ "type": "string",
40
+ "description": "Event category (music, theater, sports)",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "datetimeLocal",
46
+ "type": "datetime",
47
+ "description": "Event local datetime",
48
+ "fillRate": 100,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "datetimeUtc",
53
+ "type": "datetime",
54
+ "description": "Event UTC datetime",
55
+ "fillRate": 100,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "salesCutOff",
60
+ "type": "datetime",
61
+ "description": "Sales cutoff datetime (when ticket sales end)",
62
+ "fillRate": 100,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "tbd",
67
+ "type": "bool",
68
+ "description": "Event is TBD (to be determined)",
69
+ "fillRate": 100,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "timeTbd",
74
+ "type": "bool",
75
+ "description": "Event time is TBD",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "dateTbd",
81
+ "type": "bool",
82
+ "description": "Event date is TBD",
83
+ "fillRate": 100,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "minPriceTotal",
88
+ "type": "float",
89
+ "description": "Minimum ticket price in cents (total with fees)",
90
+ "fillRate": 100,
91
+ "premium": true
92
+ },
93
+ {
94
+ "name": "minPricePrefee",
95
+ "type": "float",
96
+ "description": "Minimum ticket price in cents (before fees)",
97
+ "fillRate": 100,
98
+ "premium": true
99
+ },
100
+ {
101
+ "name": "maxPriceTotal",
102
+ "type": "float",
103
+ "description": "Maximum ticket price in cents (total with fees)",
104
+ "fillRate": 100,
105
+ "premium": true
106
+ },
107
+ {
108
+ "name": "maxPricePrefee",
109
+ "type": "float",
110
+ "description": "Maximum ticket price in cents (before fees)",
111
+ "fillRate": 100,
112
+ "premium": true
113
+ },
114
+ {
115
+ "name": "zoneDealPriceTotal",
116
+ "type": "float",
117
+ "description": "Zone deal price in cents (total)",
118
+ "fillRate": 100,
119
+ "premium": true
120
+ },
121
+ {
122
+ "name": "flashDealPriceTotal",
123
+ "type": "float",
124
+ "description": "Flash deal price in cents (total)",
125
+ "fillRate": 100,
126
+ "premium": true
127
+ },
128
+ {
129
+ "name": "hasExclusives",
130
+ "type": "bool",
131
+ "description": "Event has exclusive listings",
132
+ "fillRate": 100,
133
+ "premium": false
134
+ },
135
+ {
136
+ "name": "mapless",
137
+ "type": "bool",
138
+ "description": "Event has no seat map",
139
+ "fillRate": 100,
140
+ "premium": false
141
+ },
142
+ {
143
+ "name": "venueId",
144
+ "type": "string",
145
+ "description": "Venue ID (join with gametime_venues for details)",
146
+ "fillRate": 100,
147
+ "premium": false
148
+ },
149
+ {
150
+ "name": "performerIds",
151
+ "type": "array",
152
+ "description": "Performer IDs (join with gametime_performers for details)",
153
+ "fillRate": 100,
154
+ "premium": false
155
+ },
156
+ {
157
+ "name": "popularityScore",
158
+ "type": "float",
159
+ "description": "Event popularity score",
160
+ "fillRate": 100,
161
+ "premium": true
162
+ },
163
+ {
164
+ "name": "trendingScore",
165
+ "type": "float",
166
+ "description": "Event trending score",
167
+ "fillRate": 98,
168
+ "premium": true
169
+ }
170
+ ]
performers/chart-growth.svg ADDED
performers/data.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711fc58eed839d404bd0584b3536f06bffb4d303fcf8e915914ff78a50a9895c
3
+ size 3315
performers/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df142b24aa290e16a7b2c7349ecc420d2a170990c98162c0f406708dc1201fb0
3
+ size 8963
performers/schema.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "performerId",
25
+ "type": "string",
26
+ "description": "Unique performer ID (e.g., 59dbed9825f2c567c037f20b)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "name",
32
+ "type": "string",
33
+ "description": "Performer full name (e.g., Sam Smith)",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "shortName",
39
+ "type": "string",
40
+ "description": "Performer short name (e.g., Sam Smith)",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "mediumName",
46
+ "type": "string",
47
+ "description": "Performer medium name (e.g., Sam Smith)",
48
+ "fillRate": 100,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "abbrev",
53
+ "type": "string",
54
+ "description": "Performer abbreviation (e.g., SMITH)",
55
+ "fillRate": 100,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "slug",
60
+ "type": "string",
61
+ "description": "URL-friendly performer slug (e.g., musicsamsmith)",
62
+ "fillRate": 100,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "category",
67
+ "type": "string",
68
+ "description": "Performer category (e.g., music, sports)",
69
+ "fillRate": 100,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "categoryGroup",
74
+ "type": "string",
75
+ "description": "Category group (e.g., concert, nfl, nba)",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "primaryGenre",
81
+ "type": "string",
82
+ "description": "Primary genre slug (e.g., pop)",
83
+ "fillRate": 59,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "genres",
88
+ "type": "array",
89
+ "description": "Array of genre slugs (e.g., pop, rock)",
90
+ "fillRate": 60,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "primaryColor",
95
+ "type": "string",
96
+ "description": "Primary brand color hex (e.g., 637079FF)",
97
+ "fillRate": 100,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "heroImageUrl",
102
+ "type": "string",
103
+ "description": "Hero image URL",
104
+ "fillRate": 100,
105
+ "premium": true
106
+ },
107
+ {
108
+ "name": "headerImageUrl",
109
+ "type": "string",
110
+ "description": "Header image URL",
111
+ "fillRate": 100,
112
+ "premium": true
113
+ },
114
+ {
115
+ "name": "logoImageUrl",
116
+ "type": "string",
117
+ "description": "Logo image URL",
118
+ "fillRate": 100,
119
+ "premium": true
120
+ }
121
+ ]
venues/chart-growth.svg ADDED
venues/data.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7665893d64ead6cdcd53d95173ce747acfeaafb25884f1f6261762a010196a3
3
+ size 3208
venues/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5ce5d38798cfa4d8b75578788fe85632301da5aa57309e540be4ab106e650d
3
+ size 10136
venues/schema.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "venueId",
25
+ "type": "string",
26
+ "description": "Unique venue ID (e.g., 61fc67e3b1776e00011716d3)",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "name",
32
+ "type": "string",
33
+ "description": "Venue name (e.g., New Orleans Fairgrounds)",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "slug",
39
+ "type": "string",
40
+ "description": "URL-friendly venue slug (e.g., new_orleans_fairgrounds)",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "city",
46
+ "type": "string",
47
+ "description": "City name (e.g., New Orleans)",
48
+ "fillRate": 100,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "state",
53
+ "type": "string",
54
+ "description": "State abbreviation (e.g., LA)",
55
+ "fillRate": 98,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "metro",
60
+ "type": "string",
61
+ "description": "Metro area identifier (e.g., neworleans)",
62
+ "fillRate": 100,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "timezone",
67
+ "type": "string",
68
+ "description": "IANA timezone (e.g., America/Chicago)",
69
+ "fillRate": 100,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "latitude",
74
+ "type": "float",
75
+ "description": "Venue latitude coordinate",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "longitude",
81
+ "type": "float",
82
+ "description": "Venue longitude coordinate",
83
+ "fillRate": 100,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "addressCountryCode",
88
+ "type": "string",
89
+ "description": "Address country code (e.g., US)",
90
+ "fillRate": 100,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "addressCity",
95
+ "type": "string",
96
+ "description": "Address city (e.g., New Orleans)",
97
+ "fillRate": 100,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "addressState",
102
+ "type": "string",
103
+ "description": "Address state (e.g., LA)",
104
+ "fillRate": 98,
105
+ "premium": false
106
+ },
107
+ {
108
+ "name": "addressPostalCode",
109
+ "type": "string",
110
+ "description": "Address postal/ZIP code (e.g., 70116)",
111
+ "fillRate": 100,
112
+ "premium": false
113
+ },
114
+ {
115
+ "name": "addressStreet",
116
+ "type": "string",
117
+ "description": "Street address (e.g., 1751 Gentilly Boulevard)",
118
+ "fillRate": 100,
119
+ "premium": false
120
+ },
121
+ {
122
+ "name": "addressExtended",
123
+ "type": "string",
124
+ "description": "Extended address (e.g., New Orleans, LA 70116)",
125
+ "fillRate": 96,
126
+ "premium": false
127
+ },
128
+ {
129
+ "name": "imageUrl",
130
+ "type": "string",
131
+ "description": "Venue image URL",
132
+ "fillRate": 100,
133
+ "premium": true
134
+ }
135
+ ]