# Extract Online Webinar & Virtual Event Listings

**Use case:** 

Gather a list of all current online webinars and virtual events across various categories for lead generation and content curation. This enables businesses to i

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventbrite.com/d/online/all-events/"
    }
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "startDate": {
    "label": "Date",
    "format": "string"
  },
  "startTime": {
    "label": "Time",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "venueCity": {
    "label": "City",
    "format": "string"
  },
  "venueRegion": {
    "label": "Region",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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