# Resident Advisor Berlin Events Scraper

**Use case:** 

Get Resident Advisor club and music events in Berlin as structured data. Dates, venues, and lineups for nightlife and event research.

## Input

```json
{
  "maxItems": 5,
  "area": 34
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "startTime": {
    "label": "Start Time",
    "format": "text"
  },
  "endTime": {
    "label": "End Time",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "venueUrl": {
    "label": "Venue Url",
    "format": "link"
  },
  "artists": {
    "label": "Artists",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Resident Advisor Events Scraper | Electronic Music Listings](https://apify.com/parseforge/residentadvisor-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/residentadvisor-events-scraper) to learn more, explore other use cases, and run it yourself.