{
  "openapi": "3.0.1",
  "info": {
    "title": "Eventim Scraper | CTS Eventim Events & Tickets - 40+ Countries",
    "description": "Scrape CTS Eventim public events — search, categories, cities, venues, artists, tours & eventseries across 40+ shops (eventim.de, TicketOne, FNAC). Multi-city/category batch, filters, series expand. Export Excel/CSV/JSON. Unofficial — not affiliated with CTS EVENTIM.",
    "version": "0.1",
    "x-build-id": "tS1aNdzQnKDtcdIXS"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lentic_clockss~eventim-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lentic_clockss-eventim-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/lentic_clockss~eventim-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lentic_clockss-eventim-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/lentic_clockss~eventim-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lentic_clockss-eventim-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "Collection mode",
            "enum": [
              "search",
              "category",
              "city",
              "venue",
              "event",
              "artist",
              "tour",
              "eventseries",
              "start_urls",
              "categories",
              "hosts"
            ],
            "type": "string",
            "description": "search, category, city, venue, event, artist, tour, eventseries, start_urls, categories (capability catalog), or hosts.",
            "default": "search"
          },
          "host": {
            "title": "Eventim market / host",
            "enum": [
              "de",
              "at",
              "ch",
              "nl",
              "be",
              "dk",
              "se",
              "no",
              "fi",
              "pl",
              "cz",
              "hu",
              "ro",
              "hr",
              "si",
              "sk",
              "bg",
              "rs",
              "ee",
              "lt",
              "lv",
              "es",
              "pt",
              "it",
              "uk",
              "co.uk",
              "ie",
              "fr",
              "com",
              "br",
              "com.br",
              "ar",
              "com.ar",
              "cl",
              "pe",
              "co",
              "mx",
              "za",
              "co.za",
              "il",
              "co.il",
              "jp",
              "au",
              "com.au",
              "nz",
              "co.nz",
              "us"
            ],
            "type": "string",
            "description": "National Eventim shop key (de=Germany, at=Austria oeticket.com, ch, uk, nl, …). it=TicketOne, fr=FNAC Spectacles.",
            "default": "de"
          },
          "hosts": {
            "title": "Multiple host keys",
            "maxItems": 20,
            "type": "array",
            "description": "Run across multiple markets; maxResults is split with quota per host. E.g. [de, nl, uk].",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 20
            },
            "default": []
          },
          "hostPack": {
            "title": "Host pack",
            "type": "string",
            "description": "Named host group: dach, benelux, nordics, cee, iberia, ukie, latam, core-verified."
          },
          "query": {
            "title": "Search query",
            "type": "string",
            "description": "Keyword for mode=search (maps to /search/?searchterm=).",
            "default": "Konzert"
          },
          "category": {
            "title": "Category slug",
            "type": "string",
            "description": "DE IA slug-id e.g. konzerte-1. Pair with subcategory rock-pop-1 for Rock & Pop."
          },
          "subcategory": {
            "title": "Subcategory slug",
            "type": "string",
            "description": "e.g. rock-pop-1 under konzerte-1."
          },
          "categoryPath": {
            "title": "Category path (free-form)",
            "type": "string",
            "description": "Override path like /events/konzerte-1/rock-pop-1/ for non-DE markets."
          },
          "categoryPaths": {
            "title": "Multiple category paths",
            "maxItems": 30,
            "type": "array",
            "description": "Run across multiple category paths; maxResults split with quota per path.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 500
            },
            "default": []
          },
          "city": {
            "title": "City slug",
            "type": "string",
            "description": "e.g. berlin-1 → /city/berlin-1/."
          },
          "cities": {
            "title": "Multiple city slugs",
            "maxItems": 50,
            "type": "array",
            "description": "Run across multiple cities; maxResults split with quota per city. E.g. [berlin-1, hamburg-2].",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 100
            },
            "default": []
          },
          "cityPack": {
            "title": "City pack",
            "type": "string",
            "description": "Named city group: de-top15 (15 DE cities), de-capitals (5)."
          },
          "cityPath": {
            "title": "City path",
            "type": "string",
            "description": "Free-form city path."
          },
          "venue": {
            "title": "Venue slug",
            "type": "string",
            "description": "Requires city context, e.g. uber-arena-berlin-2."
          },
          "venuePath": {
            "title": "Venue path",
            "type": "string",
            "description": "Full path /city/{city}/venue/{venue}/."
          },
          "artist": {
            "title": "Artist",
            "type": "string",
            "description": "Artist name or slug for mode=artist."
          },
          "artistSlug": {
            "title": "Artist slug",
            "type": "string",
            "description": "URL slug e.g. herbert-groenemeyer."
          },
          "tourPath": {
            "title": "Tour path",
            "type": "string",
            "description": "Tour product path under artist, e.g. open-airs-2027-4015591 or full /artist/... path."
          },
          "eventseriesPath": {
            "title": "EventSeries path",
            "type": "string",
            "description": "e.g. rockballaden-...-3921590 or /eventseries/...."
          },
          "eventIds": {
            "title": "Event IDs",
            "maxItems": 100,
            "type": "array",
            "description": "Numeric evid values for mode=event.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 32
            },
            "default": []
          },
          "eventUrls": {
            "title": "Event URLs",
            "maxItems": 100,
            "type": "array",
            "description": "Full /event/... URLs.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 500
            },
            "default": []
          },
          "startUrls": {
            "title": "Start URLs",
            "maxItems": 50,
            "type": "array",
            "description": "Any Eventim list/detail URLs (search, category, city, event, …).",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 500
            },
            "default": []
          },
          "page": {
            "title": "Start page",
            "minimum": 1,
            "type": "integer",
            "description": "1-based list page (?page=N).",
            "default": 1
          },
          "maxPages": {
            "title": "Max pages",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "How many list pages to fetch per target URL.",
            "default": 1
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Maximum records to return. Free plan capped at 200/run by Actor developer. Store Test default is 1.",
            "default": 1
          },
          "dateFrom": {
            "title": "Date from (YYYY-MM-DD)",
            "type": "string",
            "description": "Filter events starting from this date."
          },
          "dateTo": {
            "title": "Date to (YYYY-MM-DD)",
            "type": "string",
            "description": "Filter events up to this date."
          },
          "priceMin": {
            "title": "Min price",
            "minimum": 0,
            "type": "number",
            "description": "Filter by minimum ticket price."
          },
          "priceMax": {
            "title": "Max price",
            "minimum": 0,
            "type": "number",
            "description": "Filter by maximum ticket price."
          },
          "onlyAvailable": {
            "title": "Only available",
            "type": "boolean",
            "description": "Filter to events with tickets in stock.",
            "default": false
          },
          "isFree": {
            "title": "Free events only",
            "type": "boolean",
            "description": "Filter to free/admission-free events.",
            "default": false
          },
          "onlineOnly": {
            "title": "Online events only",
            "type": "boolean",
            "description": "Filter to online/streamed events.",
            "default": false
          },
          "sort": {
            "title": "Sort by",
            "type": "string",
            "description": "Sort parameter passed to Eventim (e.g. date, price)."
          },
          "expandSeries": {
            "title": "Expand event series",
            "type": "boolean",
            "description": "For mode=eventseries: extract child event links from the series page.",
            "default": false
          },
          "maxSeriesEvents": {
            "title": "Max series events",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Maximum child events to extract per series when expandSeries=true.",
            "default": 20
          },
          "futureOnly": {
            "title": "Future events only (series)",
            "type": "boolean",
            "description": "When expanding series, filter child events to future dates only.",
            "default": true
          },
          "enrichDetails": {
            "title": "Enrich event details",
            "type": "boolean",
            "description": "Visit each event LDP for JSON-LD streetAddress and any venue tel:/mailto: (list cards are thin). Default on so Dataset rows are outreach-ready.",
            "default": true
          },
          "enrichTopN": {
            "title": "Enrich top N only",
            "minimum": 0,
            "type": "integer",
            "description": "Enrich only the first N list events (0 = none). Combines with enrichDetails."
          },
          "localizeQuery": {
            "title": "Localize search query",
            "type": "boolean",
            "description": "Auto-translate English search terms to market language (e.g. concert → Konzert on DE).",
            "default": true
          },
          "includeOffers": {
            "title": "Include ticket offers",
            "type": "boolean",
            "description": "Keep price / ticket tier fields when present.",
            "default": true
          },
          "affiliate": {
            "title": "Search affiliate param",
            "type": "string",
            "description": "Hidden search form affiliate (default EVE).",
            "default": "EVE"
          },
          "proxyCountry": {
            "title": "Proxy country override",
            "type": "string",
            "description": "Optional ISO-2 pin for worker residential proxy (default from host map)."
          },
          "fields": {
            "title": "Output fields",
            "maxItems": 100,
            "type": "array",
            "description": "Optional whitelist of output field names.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "workerBaseUrl": {
            "title": "Worker base URL override",
            "type": "string",
            "description": "Optional https://…run.app override (allowlisted). Production uses Actor env WORKER_BASE_URL."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}