# Discover Melbourne Live Music Gigs & Concerts

**Use case:** 

Compile a detailed list of all upcoming live music events and concerts in Melbourne for local promoters, artists, and entertainment guides. This helps businesse

## Input

```json
{
  "startUrls": [
    "https://www.eventbrite.com/d/united-states/all-events/"
  ],
  "location": "vic--melbourne",
  "category": "music",
  "maxItems": 150
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "startDate": {
    "label": "Date",
    "format": "string"
  },
  "startTime": {
    "label": "Time",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "venueCity": {
    "label": "City",
    "format": "string"
  },
  "venueRegion": {
    "label": "Region",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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