# Eventbrite Tech Conference Scraper San Francisco

**Use case:** 

Scrape upcoming technology conferences in San Francisco from Eventbrite. Get event names, dates, venues, prices and organizer details for lead lists.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "query": "technology conference",
  "location": "San Francisco",
  "onlineOnly": false,
  "dateRange": "current_future",
  "category": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Event",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "eventId": {
    "label": "Event ID",
    "format": "text"
  },
  "startsAt": {
    "label": "Starts",
    "format": "text"
  },
  "endsAt": {
    "label": "Ends",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "organizer": {
    "label": "Organizer",
    "format": "text"
  },
  "organizerWebsite": {
    "label": "Organizer Site",
    "format": "link"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "priceMin": {
    "label": "Min Price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "ticketUrl": {
    "label": "Tickets",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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