Ticketmaster Scraper avatar

Ticketmaster Scraper

Try for free

No credit card required

Go to Store
Ticketmaster Scraper

Ticketmaster Scraper

lhotanova/ticketmaster-scraper
Try for free

No credit card required

Scrapes events from Ticketmaster.com based on their categories, genres, location and date. Enhances Ticketmaster's built-in event search by searching multiple categories and genres at once. Provides dataset sorting options corresponding to the Ticketmaster's UI.

You can access the Ticketmaster Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "1lAnFHqRMj9VWAgeF"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/lhotanova~ticketmaster-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-lhotanova-ticketmaster-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/lhotanova~ticketmaster-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-lhotanova-ticketmaster-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/lhotanova~ticketmaster-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-lhotanova-ticketmaster-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "concerts": {
135            "title": "Concerts Events",
136            "type": "boolean",
137            "description": "Specifies whether concert events category should be scraped.",
138            "default": true
139          },
140          "sports": {
141            "title": "Sports Events",
142            "type": "boolean",
143            "description": "Specifies whether sport events category should be scraped."
144          },
145          "arts-theater": {
146            "title": "Arts & Theater Events",
147            "type": "boolean",
148            "description": "Specifies whether arts and theater events category should be scraped."
149          },
150          "family": {
151            "title": "Family Events",
152            "type": "boolean",
153            "description": "Specifies whether family events category should be scraped."
154          },
155          "sortBy": {
156            "title": "Sort by",
157            "enum": [
158              "date",
159              "relevance",
160              "distance",
161              "nameAsc",
162              "nameDesc"
163            ],
164            "type": "string",
165            "description": "Choose sort order for scraped events.",
166            "default": "date"
167          },
168          "maxItems": {
169            "title": "Max Items",
170            "minimum": 1,
171            "maximum": 5100,
172            "type": "integer",
173            "description": "Choose maximum number of items you want to scrape and save to the result dataset."
174          },
175          "alternative": {
176            "title": "Alternative",
177            "type": "boolean",
178            "description": "Alternative concerts events"
179          },
180          "ballads-and-romantic": {
181            "title": "Ballads/Romantic",
182            "type": "boolean",
183            "description": "Ballads/Romantic concerts events"
184          },
185          "blues": {
186            "title": "Blues",
187            "type": "boolean",
188            "description": "Blues concerts events"
189          },
190          "chanson-francaise": {
191            "title": "Chanson Francaise",
192            "type": "boolean",
193            "description": "Chanson Francaise concerts events"
194          },
195          "childrens-music_concerts": {
196            "title": "Children's Music",
197            "type": "boolean",
198            "description": "Children's Music concerts events"
199          },
200          "classical_concerts": {
201            "title": "Classical",
202            "type": "boolean",
203            "description": "Classical concerts events"
204          },
205          "country": {
206            "title": "Country",
207            "type": "boolean",
208            "description": "Country concerts events"
209          },
210          "dance-and-electronic": {
211            "title": "Dance/Electronic",
212            "type": "boolean",
213            "description": "Dance/Electronic concerts events"
214          },
215          "folk": {
216            "title": "Folk",
217            "type": "boolean",
218            "description": "Folk concerts events"
219          },
220          "hip-hop-and-rap": {
221            "title": "Hip-Hop/Rap",
222            "type": "boolean",
223            "description": "Hip-Hop/Rap concerts events"
224          },
225          "holiday": {
226            "title": "Holiday",
227            "type": "boolean",
228            "description": "Holiday concerts events"
229          },
230          "jazz": {
231            "title": "Jazz",
232            "type": "boolean",
233            "description": "Jazz concerts events"
234          },
235          "latin": {
236            "title": "Latin",
237            "type": "boolean",
238            "description": "Latin concerts events"
239          },
240          "medieval-and-renaissance": {
241            "title": "Medieval/Renaissance",
242            "type": "boolean",
243            "description": "Medieval/Renaissance concerts events"
244          },
245          "metal": {
246            "title": "Metal",
247            "type": "boolean",
248            "description": "Metal concerts events"
249          },
250          "new-age": {
251            "title": "New Age",
252            "type": "boolean",
253            "description": "New Age concerts events"
254          },
255          "other": {
256            "title": "Other",
257            "type": "boolean",
258            "description": "Other concerts events"
259          },
260          "pop": {
261            "title": "Pop",
262            "type": "boolean",
263            "description": "Pop concerts events"
264          },
265          "randb": {
266            "title": "R&B",
267            "type": "boolean",
268            "description": "R&B concerts events"
269          },
270          "reggae": {
271            "title": "Reggae",
272            "type": "boolean",
273            "description": "Reggae concerts events"
274          },
275          "religious": {
276            "title": "Religious",
277            "type": "boolean",
278            "description": "Religious concerts events"
279          },
280          "rock": {
281            "title": "Rock",
282            "type": "boolean",
283            "description": "Rock concerts events"
284          },
285          "world": {
286            "title": "World",
287            "type": "boolean",
288            "description": "World concerts events"
289          },
290          "aquatics": {
291            "title": "Aquatics",
292            "type": "boolean",
293            "description": "Aquatics sports events"
294          },
295          "athletic-races": {
296            "title": "Athletic Races",
297            "type": "boolean",
298            "description": "Athletic Races sports events"
299          },
300          "badminton": {
301            "title": "Badminton",
302            "type": "boolean",
303            "description": "Badminton sports events"
304          },
305          "bandy": {
306            "title": "Bandy",
307            "type": "boolean",
308            "description": "Bandy sports events"
309          },
310          "baseball": {
311            "title": "Baseball",
312            "type": "boolean",
313            "description": "Baseball sports events"
314          },
315          "basketball": {
316            "title": "Basketball",
317            "type": "boolean",
318            "description": "Basketball sports events"
319          },
320          "biathlon": {
321            "title": "Biathlon",
322            "type": "boolean",
323            "description": "Biathlon sports events"
324          },
325          "body-building": {
326            "title": "Body Building",
327            "type": "boolean",
328            "description": "Body Building sports events"
329          },
330          "boxing": {
331            "title": "Boxing",
332            "type": "boolean",
333            "description": "Boxing sports events"
334          },
335          "cricket": {
336            "title": "Cricket",
337            "type": "boolean",
338            "description": "Cricket sports events"
339          },
340          "curling": {
341            "title": "Curling",
342            "type": "boolean",
343            "description": "Curling sports events"
344          },
345          "cycling": {
346            "title": "Cycling",
347            "type": "boolean",
348            "description": "Cycling sports events"
349          },
350          "equestrian": {
351            "title": "Equestrian",
352            "type": "boolean",
353            "description": "Equestrian sports events"
354          },
355          "esports": {
356            "title": "eSports",
357            "type": "boolean",
358            "description": "eSports sports events"
359          },
360          "extreme": {
361            "title": "Extreme",
362            "type": "boolean",
363            "description": "Extreme sports events"
364          },
365          "field-hockey": {
366            "title": "Field Hockey",
367            "type": "boolean",
368            "description": "Field Hockey sports events"
369          },
370          "fitness": {
371            "title": "Fitness",
372            "type": "boolean",
373            "description": "Fitness sports events"
374          },
375          "floorball": {
376            "title": "Floorball",
377            "type": "boolean",
378            "description": "Floorball sports events"
379          },
380          "football": {
381            "title": "Football",
382            "type": "boolean",
383            "description": "Football sports events"
384          },
385          "golf": {
386            "title": "Golf",
387            "type": "boolean",
388            "description": "Golf sports events"
389          },
390          "gymnastics": {
391            "title": "Gymnastics",
392            "type": "boolean",
393            "description": "Gymnastics sports events"
394          },
395          "handball": {
396            "title": "Handball",
397            "type": "boolean",
398            "description": "Handball sports events"
399          },
400          "hockey": {
401            "title": "Hockey",
402            "type": "boolean",
403            "description": "Hockey sports events"
404          },
405          "ice-skating": {
406            "title": "Ice Skating",
407            "type": "boolean",
408            "description": "Ice Skating sports events"
409          },
410          "indoor-soccer": {
411            "title": "Indoor Soccer",
412            "type": "boolean",
413            "description": "Indoor Soccer sports events"
414          },
415          "lacrosse": {
416            "title": "Lacrosse",
417            "type": "boolean",
418            "description": "Lacrosse sports events"
419          },
420          "martial-arts": {
421            "title": "Martial Arts",
422            "type": "boolean",
423            "description": "Martial Arts sports events"
424          },
425          "miscellaneous_sports": {
426            "title": "Miscellaneous",
427            "type": "boolean",
428            "description": "Miscellaneous sports events"
429          },
430          "motorsports-and-racing": {
431            "title": "Motorsports/Racing",
432            "type": "boolean",
433            "description": "Motorsports/Racing sports events"
434          },
435          "netball": {
436            "title": "Netball",
437            "type": "boolean",
438            "description": "Netball sports events"
439          },
440          "rodeo_sports": {
441            "title": "Rodeo",
442            "type": "boolean",
443            "description": "Rodeo sports events"
444          },
445          "roller-derby": {
446            "title": "Roller Derby",
447            "type": "boolean",
448            "description": "Roller Derby sports events"
449          },
450          "roller-hockey": {
451            "title": "Roller Hockey",
452            "type": "boolean",
453            "description": "Roller Hockey sports events"
454          },
455          "rugby": {
456            "title": "Rugby",
457            "type": "boolean",
458            "description": "Rugby sports events"
459          },
460          "ski-jumping": {
461            "title": "Ski Jumping",
462            "type": "boolean",
463            "description": "Ski Jumping sports events"
464          },
465          "skiing": {
466            "title": "Skiing",
467            "type": "boolean",
468            "description": "Skiing sports events"
469          },
470          "soccer": {
471            "title": "Soccer",
472            "type": "boolean",
473            "description": "Soccer sports events"
474          },
475          "softball": {
476            "title": "Softball",
477            "type": "boolean",
478            "description": "Softball sports events"
479          },
480          "squash": {
481            "title": "Squash",
482            "type": "boolean",
483            "description": "Squash sports events"
484          },
485          "surfing": {
486            "title": "Surfing",
487            "type": "boolean",
488            "description": "Surfing sports events"
489          },
490          "swimming": {
491            "title": "Swimming",
492            "type": "boolean",
493            "description": "Swimming sports events"
494          },
495          "table-tennis": {
496            "title": "Table Tennis",
497            "type": "boolean",
498            "description": "Table Tennis sports events"
499          },
500          "tennis": {
501            "title": "Tennis",
502            "type": "boolean",
503            "description": "Tennis sports events"
504          },
505          "toros": {
506            "title": "Toros",
507            "type": "boolean",
508            "description": "Toros sports events"
509          },
510          "track-and-field": {
511            "title": "Track & Field",
512            "type": "boolean",
513            "description": "Track & Field sports events"
514          },
515          "volleyball": {
516            "title": "Volleyball",
517            "type": "boolean",
518            "description": "Volleyball sports events"
519          },
520          "waterpolo": {
521            "title": "Waterpolo",
522            "type": "boolean",
523            "description": "Waterpolo sports events"
524          },
525          "wrestling": {
526            "title": "Wrestling",
527            "type": "boolean",
528            "description": "Wrestling sports events"
529          },
530          "childrens-theatre": {
531            "title": "Children's Theatre",
532            "type": "boolean",
533            "description": "Children's Theatre arts-theater events"
534          },
535          "circus-and-specialty-acts_arts-theater": {
536            "title": "Circus & Specialty Acts",
537            "type": "boolean",
538            "description": "Circus & Specialty Acts arts-theater events"
539          },
540          "classical_arts-theater": {
541            "title": "Classical",
542            "type": "boolean",
543            "description": "Classical arts-theater events"
544          },
545          "comedy": {
546            "title": "Comedy",
547            "type": "boolean",
548            "description": "Comedy arts-theater events"
549          },
550          "cultural": {
551            "title": "Cultural",
552            "type": "boolean",
553            "description": "Cultural arts-theater events"
554          },
555          "dance": {
556            "title": "Dance",
557            "type": "boolean",
558            "description": "Dance arts-theater events"
559          },
560          "espectaculo": {
561            "title": "Espectaculo",
562            "type": "boolean",
563            "description": "Espectaculo arts-theater events"
564          },
565          "fashion": {
566            "title": "Fashion",
567            "type": "boolean",
568            "description": "Fashion arts-theater events"
569          },
570          "fine-art": {
571            "title": "Fine Art",
572            "type": "boolean",
573            "description": "Fine Art arts-theater events"
574          },
575          "magic-and-illusion_arts-theater": {
576            "title": "Magic & Illusion",
577            "type": "boolean",
578            "description": "Magic & Illusion arts-theater events"
579          },
580          "miscellaneous_arts-theater": {
581            "title": "Miscellaneous",
582            "type": "boolean",
583            "description": "Miscellaneous arts-theater events"
584          },
585          "miscellaneous-theatre": {
586            "title": "Miscellaneous Theatre",
587            "type": "boolean",
588            "description": "Miscellaneous Theatre arts-theater events"
589          },
590          "multimedia": {
591            "title": "Multimedia",
592            "type": "boolean",
593            "description": "Multimedia arts-theater events"
594          },
595          "music": {
596            "title": "Music",
597            "type": "boolean",
598            "description": "Music arts-theater events"
599          },
600          "opera": {
601            "title": "Opera",
602            "type": "boolean",
603            "description": "Opera arts-theater events"
604          },
605          "performance-art": {
606            "title": "Performance Art",
607            "type": "boolean",
608            "description": "Performance Art arts-theater events"
609          },
610          "puppetry_arts-theater": {
611            "title": "Puppetry",
612            "type": "boolean",
613            "description": "Puppetry arts-theater events"
614          },
615          "spectacular": {
616            "title": "Spectacular",
617            "type": "boolean",
618            "description": "Spectacular arts-theater events"
619          },
620          "theatre": {
621            "title": "Theatre",
622            "type": "boolean",
623            "description": "Theatre arts-theater events"
624          },
625          "variety": {
626            "title": "Variety",
627            "type": "boolean",
628            "description": "Variety arts-theater events"
629          },
630          "puppetry_family": {
631            "title": "Puppetry",
632            "type": "boolean",
633            "description": "Puppetry family events"
634          },
635          "ice-shows": {
636            "title": "Ice Shows",
637            "type": "boolean",
638            "description": "Ice Shows family events"
639          },
640          "magic-and-illusion_family": {
641            "title": "Magic/Illusion",
642            "type": "boolean",
643            "description": "Magic/Illusion family events"
644          },
645          "circus-and-specialty-acts_family": {
646            "title": "Circus/Specialty Acts",
647            "type": "boolean",
648            "description": "Circus/Specialty Acts family events"
649          },
650          "childrens-theater": {
651            "title": "Children's Theater",
652            "type": "boolean",
653            "description": "Children's Theater family events"
654          },
655          "rodeo_family": {
656            "title": "Rodeo",
657            "type": "boolean",
658            "description": "Rodeo family events"
659          },
660          "fairs-and-festivals": {
661            "title": "Fairs/Festivals",
662            "type": "boolean",
663            "description": "Fairs/Festivals family events"
664          },
665          "latin-childrens": {
666            "title": "Latin Children's",
667            "type": "boolean",
668            "description": "Latin Children's family events"
669          },
670          "childrens-music_family": {
671            "title": "Children's Music",
672            "type": "boolean",
673            "description": "Children's Music family events"
674          },
675          "miscellaneous-and-family": {
676            "title": "Miscellaneous/Family",
677            "type": "boolean",
678            "description": "Miscellaneous/Family family events"
679          },
680          "film-and-family": {
681            "title": "Film/Family",
682            "type": "boolean",
683            "description": "Film/Family family events"
684          },
685          "countryCode": {
686            "title": "Country",
687            "type": "string",
688            "description": "Enter ISO Alpha-2 Country Code or leave blank and specify geoHash only."
689          },
690          "geoHash": {
691            "title": "GeoHash",
692            "minLength": 4,
693            "type": "string",
694            "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."
695          },
696          "distance": {
697            "title": "Distance",
698            "minimum": 0,
699            "maximum": 5000,
700            "type": "integer",
701            "description": "Distance radius from the given event location",
702            "default": 100
703          },
704          "thisWeekendDate": {
705            "title": "This Weekend",
706            "type": "boolean",
707            "description": "Filter only those events that take place during this weekend."
708          },
709          "dateFrom": {
710            "title": "From",
711            "minLength": 8,
712            "maxLength": 10,
713            "type": "string",
714            "description": "Filter only those events that take place from this date. Valid format is: YYYY-MM-DD."
715          },
716          "dateTo": {
717            "title": "To",
718            "minLength": 8,
719            "maxLength": 10,
720            "type": "string",
721            "description": "Filter only those events that take place before this date. Valid format is: YYYY-MM-DD."
722          },
723          "includeTBA": {
724            "title": "TBA Events",
725            "enum": [
726              "yes",
727              "no",
728              "only"
729            ],
730            "type": "string",
731            "description": "Represents events with date to be anounced.",
732            "default": "yes"
733          },
734          "includeTBD": {
735            "title": "TBD Events",
736            "enum": [
737              "yes",
738              "no",
739              "only"
740            ],
741            "type": "string",
742            "description": "Represents events with date to be defined.",
743            "default": "yes"
744          }
745        }
746      },
747      "runsResponseSchema": {
748        "type": "object",
749        "properties": {
750          "data": {
751            "type": "object",
752            "properties": {
753              "id": {
754                "type": "string"
755              },
756              "actId": {
757                "type": "string"
758              },
759              "userId": {
760                "type": "string"
761              },
762              "startedAt": {
763                "type": "string",
764                "format": "date-time",
765                "example": "2025-01-08T00:00:00.000Z"
766              },
767              "finishedAt": {
768                "type": "string",
769                "format": "date-time",
770                "example": "2025-01-08T00:00:00.000Z"
771              },
772              "status": {
773                "type": "string",
774                "example": "READY"
775              },
776              "meta": {
777                "type": "object",
778                "properties": {
779                  "origin": {
780                    "type": "string",
781                    "example": "API"
782                  },
783                  "userAgent": {
784                    "type": "string"
785                  }
786                }
787              },
788              "stats": {
789                "type": "object",
790                "properties": {
791                  "inputBodyLen": {
792                    "type": "integer",
793                    "example": 2000
794                  },
795                  "rebootCount": {
796                    "type": "integer",
797                    "example": 0
798                  },
799                  "restartCount": {
800                    "type": "integer",
801                    "example": 0
802                  },
803                  "resurrectCount": {
804                    "type": "integer",
805                    "example": 0
806                  },
807                  "computeUnits": {
808                    "type": "integer",
809                    "example": 0
810                  }
811                }
812              },
813              "options": {
814                "type": "object",
815                "properties": {
816                  "build": {
817                    "type": "string",
818                    "example": "latest"
819                  },
820                  "timeoutSecs": {
821                    "type": "integer",
822                    "example": 300
823                  },
824                  "memoryMbytes": {
825                    "type": "integer",
826                    "example": 1024
827                  },
828                  "diskMbytes": {
829                    "type": "integer",
830                    "example": 2048
831                  }
832                }
833              },
834              "buildId": {
835                "type": "string"
836              },
837              "defaultKeyValueStoreId": {
838                "type": "string"
839              },
840              "defaultDatasetId": {
841                "type": "string"
842              },
843              "defaultRequestQueueId": {
844                "type": "string"
845              },
846              "buildNumber": {
847                "type": "string",
848                "example": "1.0.0"
849              },
850              "containerUrl": {
851                "type": "string"
852              },
853              "usage": {
854                "type": "object",
855                "properties": {
856                  "ACTOR_COMPUTE_UNITS": {
857                    "type": "integer",
858                    "example": 0
859                  },
860                  "DATASET_READS": {
861                    "type": "integer",
862                    "example": 0
863                  },
864                  "DATASET_WRITES": {
865                    "type": "integer",
866                    "example": 0
867                  },
868                  "KEY_VALUE_STORE_READS": {
869                    "type": "integer",
870                    "example": 0
871                  },
872                  "KEY_VALUE_STORE_WRITES": {
873                    "type": "integer",
874                    "example": 1
875                  },
876                  "KEY_VALUE_STORE_LISTS": {
877                    "type": "integer",
878                    "example": 0
879                  },
880                  "REQUEST_QUEUE_READS": {
881                    "type": "integer",
882                    "example": 0
883                  },
884                  "REQUEST_QUEUE_WRITES": {
885                    "type": "integer",
886                    "example": 0
887                  },
888                  "DATA_TRANSFER_INTERNAL_GBYTES": {
889                    "type": "integer",
890                    "example": 0
891                  },
892                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
893                    "type": "integer",
894                    "example": 0
895                  },
896                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
897                    "type": "integer",
898                    "example": 0
899                  },
900                  "PROXY_SERPS": {
901                    "type": "integer",
902                    "example": 0
903                  }
904                }
905              },
906              "usageTotalUsd": {
907                "type": "number",
908                "example": 0.00005
909              },
910              "usageUsd": {
911                "type": "object",
912                "properties": {
913                  "ACTOR_COMPUTE_UNITS": {
914                    "type": "integer",
915                    "example": 0
916                  },
917                  "DATASET_READS": {
918                    "type": "integer",
919                    "example": 0
920                  },
921                  "DATASET_WRITES": {
922                    "type": "integer",
923                    "example": 0
924                  },
925                  "KEY_VALUE_STORE_READS": {
926                    "type": "integer",
927                    "example": 0
928                  },
929                  "KEY_VALUE_STORE_WRITES": {
930                    "type": "number",
931                    "example": 0.00005
932                  },
933                  "KEY_VALUE_STORE_LISTS": {
934                    "type": "integer",
935                    "example": 0
936                  },
937                  "REQUEST_QUEUE_READS": {
938                    "type": "integer",
939                    "example": 0
940                  },
941                  "REQUEST_QUEUE_WRITES": {
942                    "type": "integer",
943                    "example": 0
944                  },
945                  "DATA_TRANSFER_INTERNAL_GBYTES": {
946                    "type": "integer",
947                    "example": 0
948                  },
949                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
950                    "type": "integer",
951                    "example": 0
952                  },
953                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
954                    "type": "integer",
955                    "example": 0
956                  },
957                  "PROXY_SERPS": {
958                    "type": "integer",
959                    "example": 0
960                  }
961                }
962              }
963            }
964          }
965        }
966      }
967    }
968  }
969}

Scrapes events by categories, genres, location and date. OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Ticketmaster Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 28 monthly users

  • 15 bookmarks

  • >99% runs succeeded

  • 34 days response time

  • Created in Sep 2021

  • Modified a year ago