# New York DJ & Music Events Finder

**Use case:** 

Extract data on live DJ and music events in New York from Dice.fm. Get artist names, venues, dates, ticket prices, and booking links.

## Input

```json
{
  "url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "event_name": {
    "label": "Event",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "venue_name": {
    "label": "Venue",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "price_from": {
    "label": "Price From",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "artists": {
    "label": "Artists",
    "format": "text"
  },
  "event_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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