# Business Networking Event Data for San Francisco

**Use case:** 

Collect details on business networking events in San Francisco. Get key information from up to 25 events sourced directly from Eventbrite.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventbrite.com/b/ca--san-francisco/business/"
    }
  ],
  "scrapeEventDetails": true,
  "maxEvents": 25
}
```

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