# Scrape London Startup Events from Eventbrite

**Use case:** 

Collect Eventbrite startup events in London with venue, date, organizer, event URL, images, and ticket metadata.

## Input

```json
{
  "searchQuery": "startup",
  "location": "united-kingdom--london",
  "maxResults": 50
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "startDate": {
    "label": "Date",
    "format": "text"
  },
  "startTime": {
    "label": "Time",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "isOnlineEvent": {
    "label": "Online",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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