# Build an Eventbrite Music Festival Calendar

**Use case:** 

Create a reusable Eventbrite workflow that gathers music festival listings for calendar enrichment and partnership research.

## Input

```json
{
  "searchQuery": "music festival",
  "location": "ca--san-francisco",
  "maxResults": 75
}
```

## 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.