# Upcoming Events from Gray Area on Dice.fm

**Use case:** 

Access detailed data on Gray Area's upcoming concerts and events. Get insights on event descriptions, lineups, and ticket information.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dice.fm/promoters/gray-area-lxbp"
    }
  ],
  "maxEvents": 25,
  "scrapeEventDetails": true
}
```

## Output

```json
{
  "eventId": {
    "label": "ID",
    "format": "text"
  },
  "eventTitle": {
    "label": "Event",
    "format": "text"
  },
  "eventUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "startDateTime": {
    "label": "Start",
    "format": "text"
  },
  "endDateTime": {
    "label": "End",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "venueAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "coverUrl": {
    "label": "Image",
    "format": "link"
  },
  "performers": {
    "label": "Performers",
    "format": "text"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "text"
  },
  "lowestPrice": {
    "label": "Price",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dice Fm](https://apify.com/hypebridge/dice-fm) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hypebridge/dice-fm) to learn more, explore other use cases, and run it yourself.