# Luma Event Scraper for Dallas

**Use case:** 

Collect detailed event data from Luma for Dallas. Retrieve structured event listings and vital information for up to 50 events.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://luma.com/dallas"
    }
  ],
  "maxEvents": 50,
  "scrapeEventDetails": true,
  "scrapeGuests": false,
  "scrapeUserAttendedEvents": false,
  "scrapePosts": false
}
```

## Output

```json
{
  "eventId": {
    "label": "Event ID",
    "format": "text"
  },
  "name": {
    "label": "Event",
    "format": "text"
  },
  "eventUrl": {
    "label": "URL",
    "format": "link"
  },
  "startAt": {
    "label": "Start",
    "format": "text"
  },
  "endAt": {
    "label": "End",
    "format": "text"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Luma Event Scraper](https://apify.com/hypebridge/luma-com-event-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hypebridge/luma-com-event-scraper) to learn more, explore other use cases, and run it yourself.