# New York Event Ticket Price Monitor on Dice.fm

**Use case:** 

Track and compare ticket prices for up to 50 concerts and events in New York on Dice.fm. Receive real-time updates on pricing changes.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59"
    }
  ],
  "maxEvents": 50,
  "scrapeEventDetails": false
}
```

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