# Club Promoter Leads for Berlin & London

**Use case:** 

Extract detailed leads for club promoters in Berlin and London. Get organized data on promoters and events, including venues and dates.

## Input

```json
{
  "city": "berlin",
  "areas": [
    "berlin",
    "london"
  ],
  "searchUrls": [],
  "maxResults": 400,
  "maxResultsPerArea": 200,
  "sortOrder": "ASCENDING",
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Event",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "startTime": {
    "label": "Start",
    "format": "datetime"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "lineup": {
    "label": "Lineup",
    "format": "text"
  },
  "promoter": {
    "label": "Promoter",
    "format": "text"
  },
  "attending": {
    "label": "Attending",
    "format": "number"
  },
  "isTicketed": {
    "label": "Ticketed",
    "format": "boolean"
  },
  "image": {
    "label": "Flyer",
    "format": "image"
  },
  "url": {
    "label": "Event URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Resident Advisor Scraper - Events & Lineups](https://apify.com/logiover/resident-advisor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/resident-advisor-scraper) to learn more, explore other use cases, and run it yourself.