# Find nightlife and DJ events in Miami this week

**Use case:** 

Find Miami nightlife, club, party, and DJ events this week with event dates, venues, prices, platforms, and booking links.

## Input

```json
{
  "category": "nightlife",
  "city": "Miami, FL",
  "timeWindow": "this_week",
  "maxEvents": 25,
  "getEventDetails": false,
  "platforms": [
    "shotgun",
    "dice",
    "posh",
    "eventnoire",
    "prekindle"
  ],
  "maxCheapActors": 5,
  "useExpensiveFallbacks": false,
  "minUsefulResults": 3,
  "childRunTimeoutSecs": 600,
  "debugMode": false
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "localDate": {
    "label": "Date",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "isFree": {
    "label": "Free?",
    "format": "boolean"
  },
  "priceMin": {
    "label": "Min Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sourceUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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