# Upcoming Tour Dates for Crossbow on Dice.fm

**Use case:** 

Get upcoming tour dates for Crossbow from Dice.fm. Access detailed event information, including venue specifics and ticket details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dice.fm/artist/crossbow-w8kkg"
    }
  ],
  "maxEvents": 20,
  "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.