# Eventim Scraper - DE Events, Dates and Tickets

**Use case:** 

Scrape CTS Eventim EU events. Get dates, venues, prices & availability. Search by city/keyword/link. Features monitoring, resume & MCP export.

## Input

```json
{
  "mode": "search",
  "cities": [
    "Berlin"
  ],
  "categories": [],
  "dateFrom": "",
  "dateTo": "",
  "inStockOnly": false,
  "sort": "DateAsc",
  "urls": [
    "https://www.eventim.de/en/city/berlin-1/"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "recordId": {
    "label": "Record id"
  },
  "eventId": {
    "label": "Event id"
  },
  "productGroupId": {
    "label": "Product group id"
  },
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "eventStatus": {
    "label": "Event status"
  },
  "eventType": {
    "label": "Event type"
  },
  "venueName": {
    "label": "Venue name"
  },
  "venueUrl": {
    "label": "Venue url"
  },
  "venueStreet": {
    "label": "Venue street"
  },
  "venueCity": {
    "label": "Venue city"
  },
  "venueRegion": {
    "label": "Venue region"
  },
  "venuePostalCode": {
    "label": "Venue postal code"
  },
  "venueCountry": {
    "label": "Venue country"
  },
  "priceFrom": {
    "label": "Price from"
  },
  "priceHigh": {
    "label": "Price high"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "priceTiers": {
    "label": "Price tiers"
  },
  "ticketAvailability": {
    "label": "Ticket availability"
  },
  "promoterName": {
    "label": "Promoter name"
  },
  "categories": {
    "label": "Categories"
  },
  "tags": {
    "label": "Tags"
  },
  "description": {
    "label": "Description"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "validFrom": {
    "label": "Valid from"
  },
  "changeType": {
    "label": "Change type"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen at"
  },
  "lastSeenAt": {
    "label": "Last seen at"
  }
}
```

## About this Actor

This example demonstrates how to use [Eventim Scraper - DE Events, Dates and Tickets](https://apify.com/abotapi/eventim-de-event-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/eventim-de-event-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/eventim-de-event-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
