-
Notifications
You must be signed in to change notification settings - Fork 0
/
INPUT_SCHEMA.json
661 lines (661 loc) · 18 KB
/
INPUT_SCHEMA.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
{
"title": "Input schema for ticketmaster scraper actor.",
"type": "object",
"schemaVersion": 1,
"properties": {
"concerts": {
"title": "Concerts Events",
"type": "boolean",
"description": "Specifies whether concert events category should be scraped.",
"groupCaption": "Event Categories to Scrape",
"groupDescription": "Check all event categories you want to scrape. You can specify their corresponding sub-categories in the sections below.",
"default": true
},
"sports": {
"title": "Sports Events",
"type": "boolean",
"description": "Specifies whether sport events category should be scraped."
},
"arts-theater": {
"title": "Arts & Theater Events",
"type": "boolean",
"description": "Specifies whether arts and theater events category should be scraped."
},
"family": {
"title": "Family Events",
"type": "boolean",
"description": "Specifies whether family events category should be scraped."
},
"sortBy": {
"title": "Sort by",
"description": "Choose sort order for scraped events.",
"type": "string",
"editor": "select",
"enum": [
"date",
"relevance",
"distance",
"nameAsc",
"nameDesc"
],
"enumTitles": [
"Date",
"Most Popular",
"Distance",
"Names A-Z",
"Names Z-A"
],
"default": "date"
},
"maxItems": {
"title": "Max Items",
"description": "Choose maximum number of items you want to scrape and save to the result dataset.",
"type": "integer",
"prefill": 200,
"minimum": 1,
"maximum": 5100,
"unit": "items"
},
"alternative": {
"title": "Alternative",
"description": "Alternative concerts events",
"type": "boolean",
"sectionCaption": "Select Concert Genres",
"sectionDescription": "Check all genres you wish to scrape. If no genres are checked, the actor scrapes all genres."
},
"ballads-and-romantic": {
"title": "Ballads/Romantic",
"description": "Ballads/Romantic concerts events",
"type": "boolean"
},
"blues": {
"title": "Blues",
"description": "Blues concerts events",
"type": "boolean"
},
"chanson-francaise": {
"title": "Chanson Francaise",
"description": "Chanson Francaise concerts events",
"type": "boolean"
},
"childrens-music_concerts": {
"title": "Children's Music",
"description": "Children's Music concerts events",
"type": "boolean"
},
"classical_concerts": {
"title": "Classical",
"description": "Classical concerts events",
"type": "boolean"
},
"country": {
"title": "Country",
"description": "Country concerts events",
"type": "boolean"
},
"dance-and-electronic": {
"title": "Dance/Electronic",
"description": "Dance/Electronic concerts events",
"type": "boolean"
},
"folk": {
"title": "Folk",
"description": "Folk concerts events",
"type": "boolean"
},
"hip-hop-and-rap": {
"title": "Hip-Hop/Rap",
"description": "Hip-Hop/Rap concerts events",
"type": "boolean"
},
"holiday": {
"title": "Holiday",
"description": "Holiday concerts events",
"type": "boolean"
},
"jazz": {
"title": "Jazz",
"description": "Jazz concerts events",
"type": "boolean"
},
"latin": {
"title": "Latin",
"description": "Latin concerts events",
"type": "boolean"
},
"medieval-and-renaissance": {
"title": "Medieval/Renaissance",
"description": "Medieval/Renaissance concerts events",
"type": "boolean"
},
"metal": {
"title": "Metal",
"description": "Metal concerts events",
"type": "boolean"
},
"new-age": {
"title": "New Age",
"description": "New Age concerts events",
"type": "boolean"
},
"other": {
"title": "Other",
"description": "Other concerts events",
"type": "boolean"
},
"pop": {
"title": "Pop",
"description": "Pop concerts events",
"type": "boolean"
},
"randb": {
"title": "R&B",
"description": "R&B concerts events",
"type": "boolean"
},
"reggae": {
"title": "Reggae",
"description": "Reggae concerts events",
"type": "boolean"
},
"religious": {
"title": "Religious",
"description": "Religious concerts events",
"type": "boolean"
},
"rock": {
"title": "Rock",
"description": "Rock concerts events",
"type": "boolean"
},
"world": {
"title": "World",
"description": "World concerts events",
"type": "boolean"
},
"aquatics": {
"title": "Aquatics",
"description": "Aquatics sports events",
"type": "boolean",
"sectionCaption": "Select Sports Disciplines",
"sectionDescription": "Check all disciplines you wish to scrape. If no disciplines are checked, the actor scrapes all disciplines."
},
"athletic-races": {
"title": "Athletic Races",
"description": "Athletic Races sports events",
"type": "boolean"
},
"badminton": {
"title": "Badminton",
"description": "Badminton sports events",
"type": "boolean"
},
"bandy": {
"title": "Bandy",
"description": "Bandy sports events",
"type": "boolean"
},
"baseball": {
"title": "Baseball",
"description": "Baseball sports events",
"type": "boolean"
},
"basketball": {
"title": "Basketball",
"description": "Basketball sports events",
"type": "boolean"
},
"biathlon": {
"title": "Biathlon",
"description": "Biathlon sports events",
"type": "boolean"
},
"body-building": {
"title": "Body Building",
"description": "Body Building sports events",
"type": "boolean"
},
"boxing": {
"title": "Boxing",
"description": "Boxing sports events",
"type": "boolean"
},
"cricket": {
"title": "Cricket",
"description": "Cricket sports events",
"type": "boolean"
},
"curling": {
"title": "Curling",
"description": "Curling sports events",
"type": "boolean"
},
"cycling": {
"title": "Cycling",
"description": "Cycling sports events",
"type": "boolean"
},
"equestrian": {
"title": "Equestrian",
"description": "Equestrian sports events",
"type": "boolean"
},
"esports": {
"title": "eSports",
"description": "eSports sports events",
"type": "boolean"
},
"extreme": {
"title": "Extreme",
"description": "Extreme sports events",
"type": "boolean"
},
"field-hockey": {
"title": "Field Hockey",
"description": "Field Hockey sports events",
"type": "boolean"
},
"fitness": {
"title": "Fitness",
"description": "Fitness sports events",
"type": "boolean"
},
"floorball": {
"title": "Floorball",
"description": "Floorball sports events",
"type": "boolean"
},
"football": {
"title": "Football",
"description": "Football sports events",
"type": "boolean"
},
"golf": {
"title": "Golf",
"description": "Golf sports events",
"type": "boolean"
},
"gymnastics": {
"title": "Gymnastics",
"description": "Gymnastics sports events",
"type": "boolean"
},
"handball": {
"title": "Handball",
"description": "Handball sports events",
"type": "boolean"
},
"hockey": {
"title": "Hockey",
"description": "Hockey sports events",
"type": "boolean"
},
"ice-skating": {
"title": "Ice Skating",
"description": "Ice Skating sports events",
"type": "boolean"
},
"indoor-soccer": {
"title": "Indoor Soccer",
"description": "Indoor Soccer sports events",
"type": "boolean"
},
"lacrosse": {
"title": "Lacrosse",
"description": "Lacrosse sports events",
"type": "boolean"
},
"martial-arts": {
"title": "Martial Arts",
"description": "Martial Arts sports events",
"type": "boolean"
},
"miscellaneous_sports": {
"title": "Miscellaneous",
"description": "Miscellaneous sports events",
"type": "boolean"
},
"motorsports-and-racing": {
"title": "Motorsports/Racing",
"description": "Motorsports/Racing sports events",
"type": "boolean"
},
"netball": {
"title": "Netball",
"description": "Netball sports events",
"type": "boolean"
},
"rodeo_sports": {
"title": "Rodeo",
"description": "Rodeo sports events",
"type": "boolean"
},
"roller-derby": {
"title": "Roller Derby",
"description": "Roller Derby sports events",
"type": "boolean"
},
"roller-hockey": {
"title": "Roller Hockey",
"description": "Roller Hockey sports events",
"type": "boolean"
},
"rugby": {
"title": "Rugby",
"description": "Rugby sports events",
"type": "boolean"
},
"ski-jumping": {
"title": "Ski Jumping",
"description": "Ski Jumping sports events",
"type": "boolean"
},
"skiing": {
"title": "Skiing",
"description": "Skiing sports events",
"type": "boolean"
},
"soccer": {
"title": "Soccer",
"description": "Soccer sports events",
"type": "boolean"
},
"softball": {
"title": "Softball",
"description": "Softball sports events",
"type": "boolean"
},
"squash": {
"title": "Squash",
"description": "Squash sports events",
"type": "boolean"
},
"surfing": {
"title": "Surfing",
"description": "Surfing sports events",
"type": "boolean"
},
"swimming": {
"title": "Swimming",
"description": "Swimming sports events",
"type": "boolean"
},
"table-tennis": {
"title": "Table Tennis",
"description": "Table Tennis sports events",
"type": "boolean"
},
"tennis": {
"title": "Tennis",
"description": "Tennis sports events",
"type": "boolean"
},
"toros": {
"title": "Toros",
"description": "Toros sports events",
"type": "boolean"
},
"track-and-field": {
"title": "Track & Field",
"description": "Track & Field sports events",
"type": "boolean"
},
"volleyball": {
"title": "Volleyball",
"description": "Volleyball sports events",
"type": "boolean"
},
"waterpolo": {
"title": "Waterpolo",
"description": "Waterpolo sports events",
"type": "boolean"
},
"wrestling": {
"title": "Wrestling",
"description": "Wrestling sports events",
"type": "boolean"
},
"childrens-theatre": {
"title": "Children's Theatre",
"description": "Children's Theatre arts-theater events",
"type": "boolean",
"sectionCaption": "Select Arts & Theater Genres",
"sectionDescription": "Check all genres you wish to scrape. If no genres are checked, the actor scrapes all genres."
},
"circus-and-specialty-acts_arts-theater": {
"title": "Circus & Specialty Acts",
"description": "Circus & Specialty Acts arts-theater events",
"type": "boolean"
},
"classical_arts-theater": {
"title": "Classical",
"description": "Classical arts-theater events",
"type": "boolean"
},
"comedy": {
"title": "Comedy",
"description": "Comedy arts-theater events",
"type": "boolean"
},
"cultural": {
"title": "Cultural",
"description": "Cultural arts-theater events",
"type": "boolean"
},
"dance": {
"title": "Dance",
"description": "Dance arts-theater events",
"type": "boolean"
},
"espectaculo": {
"title": "Espectaculo",
"description": "Espectaculo arts-theater events",
"type": "boolean"
},
"fashion": {
"title": "Fashion",
"description": "Fashion arts-theater events",
"type": "boolean"
},
"fine-art": {
"title": "Fine Art",
"description": "Fine Art arts-theater events",
"type": "boolean"
},
"magic-and-illusion_arts-theater": {
"title": "Magic & Illusion",
"description": "Magic & Illusion arts-theater events",
"type": "boolean"
},
"miscellaneous_arts-theater": {
"title": "Miscellaneous",
"description": "Miscellaneous arts-theater events",
"type": "boolean"
},
"miscellaneous-theatre": {
"title": "Miscellaneous Theatre",
"description": "Miscellaneous Theatre arts-theater events",
"type": "boolean"
},
"multimedia": {
"title": "Multimedia",
"description": "Multimedia arts-theater events",
"type": "boolean"
},
"music": {
"title": "Music",
"description": "Music arts-theater events",
"type": "boolean"
},
"opera": {
"title": "Opera",
"description": "Opera arts-theater events",
"type": "boolean"
},
"performance-art": {
"title": "Performance Art",
"description": "Performance Art arts-theater events",
"type": "boolean"
},
"puppetry_arts-theater": {
"title": "Puppetry",
"description": "Puppetry arts-theater events",
"type": "boolean"
},
"spectacular": {
"title": "Spectacular",
"description": "Spectacular arts-theater events",
"type": "boolean"
},
"theatre": {
"title": "Theatre",
"description": "Theatre arts-theater events",
"type": "boolean"
},
"variety": {
"title": "Variety",
"description": "Variety arts-theater events",
"type": "boolean"
},
"puppetry_family": {
"title": "Puppetry",
"description": "Puppetry family events",
"type": "boolean",
"sectionCaption": "Select Family Genres",
"sectionDescription": "Check all genres you wish to scrape. If no genres are checked, the actor scrapes all genres."
},
"ice-shows": {
"title": "Ice Shows",
"description": "Ice Shows family events",
"type": "boolean"
},
"magic-and-illusion_family": {
"title": "Magic/Illusion",
"description": "Magic/Illusion family events",
"type": "boolean"
},
"circus-and-specialty-acts_family": {
"title": "Circus/Specialty Acts",
"description": "Circus/Specialty Acts family events",
"type": "boolean"
},
"childrens-theater": {
"title": "Children's Theater",
"description": "Children's Theater family events",
"type": "boolean"
},
"rodeo_family": {
"title": "Rodeo",
"description": "Rodeo family events",
"type": "boolean"
},
"fairs-and-festivals": {
"title": "Fairs/Festivals",
"description": "Fairs/Festivals family events",
"type": "boolean"
},
"latin-childrens": {
"title": "Latin Children's",
"description": "Latin Children's family events",
"type": "boolean"
},
"childrens-music_family": {
"title": "Children's Music",
"description": "Children's Music family events",
"type": "boolean"
},
"miscellaneous-and-family": {
"title": "Miscellaneous/Family",
"description": "Miscellaneous/Family family events",
"type": "boolean"
},
"film-and-family": {
"title": "Film/Family",
"description": "Film/Family family events",
"type": "boolean"
},
"countryCode": {
"title": "Country",
"description": "Enter ISO Alpha-2 Country Code or leave blank and specify geoHash only.",
"type": "string",
"editor": "textfield",
"prefill": "US",
"sectionCaption": "Location Filter",
"sectionDescription": "Specify countries, exact geographical points or combination of both."
},
"geoHash": {
"title": "GeoHash",
"description": "Add geoHash or leave blank if you don't want to specify the exact geographical point. You can look up the geoHash of your city or use various tools for conversion of longitude and latitude into geoHash (such as the one at this link: http://geohash.co). Use geoHash precision of at least 4 characters.",
"type": "string",
"editor": "textfield",
"prefill": "dr5regw3pg6ft",
"minLength": 4
},
"distance": {
"title": "Distance",
"description": "Distance radius from the given event location",
"type": "integer",
"unit": "miles",
"default": 100,
"minimum": 0,
"maximum": 5000
},
"thisWeekendDate": {
"title": "This Weekend",
"description": "Filter only those events that take place during this weekend.",
"type": "boolean",
"sectionCaption": "Date Filter",
"sectionDescription": "Specify date filter for scraped events. Check 'This Weekend' option or specify date range according to your needs."
},
"dateFrom": {
"title": "From",
"description": "Filter only those events that take place from this date. Valid format is: YYYY-MM-DD.",
"type": "string",
"editor": "textfield",
"minLength": 8,
"maxLength": 10
},
"dateTo": {
"title": "To",
"description": "Filter only those events that take place before this date. Valid format is: YYYY-MM-DD.",
"type": "string",
"editor": "textfield",
"minLength": 8,
"maxLength": 10
},
"includeTBA": {
"title": "TBA Events",
"description": "Represents events with date to be anounced.",
"type": "string",
"editor": "select",
"enum": [
"yes",
"no",
"only"
],
"enumTitles": [
"Yes",
"No",
"Only"
],
"default": "yes"
},
"includeTBD": {
"title": "TBD Events",
"description": "Represents events with date to be defined.",
"type": "string",
"editor": "select",
"enum": [
"yes",
"no",
"only"
],
"enumTitles": [
"Yes",
"No",
"Only"
],
"default": "yes"
}
}
}