# Find Online Business & Networking Events

**Use case:** 

Collect online business and networking events from Eventbrite with dates and registration links for professionals.

## Input

```json
{
  "maxItems": 100,
  "city": "ny--new-york",
  "category": "business",
  "online": true,
  "retrieveOrganizerData": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Event Title",
    "format": "text"
  },
  "url": {
    "label": "Event URL",
    "format": "link"
  },
  "id": {
    "label": "Event ID",
    "format": "text"
  },
  "eventbriteId": {
    "label": "Eventbrite ID",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "startTime": {
    "label": "Start Time",
    "format": "text"
  },
  "startDateTime": {
    "label": "Start DateTime",
    "format": "text"
  },
  "endDate": {
    "label": "End Date",
    "format": "date"
  },
  "endTime": {
    "label": "End Time",
    "format": "text"
  },
  "endDateTime": {
    "label": "End DateTime",
    "format": "text"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "venue.name": {
    "label": "Venue Name",
    "format": "text"
  },
  "venue.city": {
    "label": "City",
    "format": "text"
  },
  "venue.state": {
    "label": "State",
    "format": "text"
  },
  "venue.country": {
    "label": "Country",
    "format": "text"
  },
  "venue.streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "venue.postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "venue.fullAddress": {
    "label": "Full Address",
    "format": "text"
  },
  "venue.latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "venue.longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "isOnline": {
    "label": "Online Event",
    "format": "boolean"
  },
  "organizer.name": {
    "label": "Organizer Name",
    "format": "text"
  },
  "organizer.url": {
    "label": "Organizer URL",
    "format": "link"
  },
  "pricing.isFree": {
    "label": "Free Event",
    "format": "boolean"
  },
  "pricing.minPrice": {
    "label": "Min Price",
    "format": "number"
  },
  "pricing.maxPrice": {
    "label": "Max Price",
    "format": "number"
  },
  "pricing.currency": {
    "label": "Currency",
    "format": "text"
  },
  "pricing.availability": {
    "label": "Availability",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "isSoldOut": {
    "label": "Sold Out",
    "format": "boolean"
  },
  "hasAvailableTickets": {
    "label": "Tickets Available",
    "format": "boolean"
  },
  "isProtected": {
    "label": "Protected",
    "format": "boolean"
  },
  "capacity": {
    "label": "Capacity",
    "format": "number"
  },
  "attendeeCount": {
    "label": "Attendee Count",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "ageRestriction": {
    "label": "Age Restriction",
    "format": "text"
  },
  "ticketsUrl": {
    "label": "Tickets URL",
    "format": "link"
  },
  "registrationUrl": {
    "label": "Registration URL",
    "format": "link"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "venue": {
    "label": "Venue (Full)",
    "format": "object"
  },
  "organizer": {
    "label": "Organizer (Full)",
    "format": "object"
  },
  "pricing": {
    "label": "Pricing (Full)",
    "format": "object"
  },
  "images": {
    "label": "Images (Full)",
    "format": "object"
  },
  "urgencySignals": {
    "label": "Urgency Signals",
    "format": "object"
  },
  "scrapedTimestamp": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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