# Monitor Dice.fm Berlin nightlife event listings

**Use case:** 

Scrape Berlin club and nightlife events on Dice.fm with promoters, door times, ticket tiers, and venue addresses.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dice.fm/browse/berlin-54d8a23438fe5d27d500001d"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugMode": false,
  "type": "city",
  "eventCategory": "party"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "url"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "priceFrom": {
    "label": "Price From",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "date_unix": {
    "label": "Date Unix",
    "format": "text"
  },
  "datetime": {
    "label": "Datetime",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "previewTitle": {
    "label": "Preview Title",
    "format": "text"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "url"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "place": {
    "label": "Place",
    "format": "text"
  },
  "doorsOpenDate": {
    "label": "Doors Open Date",
    "format": "text"
  },
  "doorsOpenText": {
    "label": "Doors Open Text",
    "format": "text"
  },
  "doorsCloseDate": {
    "label": "Doors Close Date",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "url"
  }
}
```

## About this Actor

This example demonstrates how to use [Dice.fm Scraper](https://apify.com/lexis-solutions/dice-fm) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/dice-fm) to learn more, explore other use cases, and run it yourself.