# Food & Wine Festival Events in the United States

**Use case:** 

Discover up to 100 food and wine festival events in the U.S. with details on prices, venues, and organizers for your next culinary adventure.

## Input

```json
{
  "searchUrls": [],
  "query": "food wine festival gourmet",
  "city": "ny--new-york",
  "category": "all-events",
  "onlineOnly": false,
  "dates": "current_future",
  "priceFilter": "all",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "startTime": {
    "label": "Start time",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "minPrice": {
    "label": "Min price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "isSoldOut": {
    "label": "Sold out",
    "format": "boolean"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "string"
  },
  "organizerWebsite": {
    "label": "Organizer website",
    "format": "string"
  },
  "organizerTwitter": {
    "label": "Organizer Twitter",
    "format": "string"
  },
  "organizerFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "url": {
    "label": "Event URL",
    "format": "string"
  },
  "ticketsUrl": {
    "label": "Tickets URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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