# Event Organizer Contacts in New York

**Use case:** 

Extract contacts of event organizers for up to 20 events in New York from Eventbrite. Get detailed organizer information efficiently.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventbrite.com/b/ny--new-york/events/"
    }
  ],
  "scrapeEventDetails": true,
  "maxEvents": 20
}
```

## Output

```json
{
  "eventId": {
    "label": "Event ID",
    "format": "text"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "eventTitle": {
    "label": "Event Title",
    "format": "text"
  },
  "paidStatus": {
    "label": "Paid Status",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "urgency_signal": {
    "label": "Urgency Signal",
    "format": "text"
  },
  "eventImage": {
    "label": "Event Image",
    "format": "image"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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