# Extract Event Organizer Leads from Eventbrite

**Use case:** 

Collect Eventbrite organizer information, event websites, categories, locations and contact opportunities for outreach campaigns.

## Input

```json
{
  "country": "united-states",
  "city": "Los Angeles",
  "category": "business",
  "keyword": "conference",
  "maxPages": 500
}
```

## Output

```json
{
  "Name": {
    "label": "Event Name",
    "format": "text"
  },
  "Date": {
    "label": "Start Date",
    "format": "text"
  },
  "Venue": {
    "label": "Venue / Location",
    "format": "text"
  },
  "Price": {
    "label": "Ticket Pricing",
    "format": "text"
  },
  "URL": {
    "label": "Event Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Eventbrite Pro: Global Event & Lead Scraper](https://apify.com/ahmed_jasarevic/eventbrite-pro-event-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/eventbrite-pro-event-scraper) to learn more, explore other use cases, and run it yourself.