# Monitor San Francisco Business Event Ticket Prices

**Use case:** 

Track ticket pricing and event details for business and professional development events hosted by competitors or industry leaders in San Francisco. This competi

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventbrite.com/d/ca--san-francisco/business--events/"
    }
  ],
  "maxItems": 50
}
```

## 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.