# Find Bordeaux wine festival events on Lu.ma

**Use case:** 

Extract wine festival and tasting events in Bordeaux from Lu.ma with schedules, venues, and attendee limits.

## Input

```json
{
  "query": "wine festival",
  "queries": [],
  "maxItems": 5,
  "location": "Bordeaux, Nouvelle-Aquitaine",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "mainImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "api_id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Event Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "query": {
    "label": "Search query",
    "format": "text"
  },
  "start_at": {
    "label": "Start Date",
    "format": "date"
  },
  "end_at": {
    "label": "End Date",
    "format": "date"
  }
}
```

## About this Actor

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