# Scrape upcoming Luma events after a date

**Use case:** 

Monitor public Luma events from a chosen date onward and export event dates, locations, registration status, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://luma.com/london?k=p"
    }
  ],
  "query": "ai",
  "location": "london",
  "dateFrom": "2024-01-01",
  "maxItems": 20,
  "includeHosts": false,
  "includeEventDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "eventId": {
    "label": "Event ID"
  },
  "eventTitle": {
    "label": "Title"
  },
  "eventDescription": {
    "label": "Description"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "timezone": {
    "label": "Timezone"
  },
  "locationName": {
    "label": "Location"
  },
  "address": {
    "label": "Address"
  },
  "isOnline": {
    "label": "Online"
  },
  "hostNames": {
    "label": "Hosts"
  },
  "hostUrls": {
    "label": "Host URLs"
  },
  "calendarName": {
    "label": "Calendar"
  },
  "calendarUrl": {
    "label": "Calendar URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "tags": {
    "label": "Tags"
  },
  "priceText": {
    "label": "Price"
  },
  "registrationStatus": {
    "label": "Registration"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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