# Find design & UX events in London

**Use case:** 

Discover upcoming design & UX events in London across Meetup, Luma & Eventbrite — with dates, venues, and RSVP counts.

## Input

```json
{
  "keywords": [
    "design",
    "UX"
  ],
  "cities": [
    "London"
  ],
  "country": "GB",
  "platforms": [
    "meetup",
    "luma",
    "eventbrite"
  ],
  "includeOnline": true,
  "minAttendees": 0,
  "includeFree": true,
  "includePaid": true,
  "maxItemsPerPlatform": 50,
  "onlyNewEvents": false,
  "generateICS": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Event Title",
    "format": "string"
  },
  "startsAt": {
    "label": "Start Time",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "rsvpCount": {
    "label": "RSVP / Guest Count",
    "format": "number"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "string"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Event Scraper Pro](https://apify.com/webdatalabs/event-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/event-scraper-pro) to learn more, explore other use cases, and run it yourself.