# Eventbrite Scraper - Events, Tickets & Prices (`lulzasaur/eventbrite-scraper`) Actor

Scrape Eventbrite events by keyword, location, date, and category. Extract titles, dates, venues, prices, organizers, images, and ticket info. Supports pagination and detail pages.

- **URL**: https://apify.com/lulzasaur/eventbrite-scraper.md
- **Developed by:** [lulz bot](https://apify.com/lulzasaur) (community)
- **Categories:** Other
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Eventbrite Scraper - Events, Tickets & Prices

Scrape events from [Eventbrite](https://www.eventbrite.com) — the world's largest event discovery platform. Search by keyword, location, date range, category, and price. Extract event details, venues, ticket prices, organizer info, and more.

### Features

- **Search events** by keyword, city, date range, category, and price filter
- **20+ fields** per event: title, date, time, venue, address, city, price, organizer, image, category, and more
- **Detail page scraping** (optional) — visit each event page for full descriptions, ticket price ranges, organizer details, and tags
- **Pagination** — automatically follows all pages of results
- **Proxy support** — built-in residential proxy support for large-scale runs
- **700+ cities** searchable via Eventbrite's location slugs

### Output Fields

#### Search Mode (default)

| Field | Description |
|-------|-------------|
| `eventId` | Eventbrite event ID |
| `title` | Event title |
| `date` | Start date (YYYY-MM-DD) |
| `time` | Start time (HH:MM, 24h) |
| `endDate` | End date |
| `endTime` | End time |
| `timezone` | Timezone (e.g., America/Los_Angeles) |
| `venue` | Venue name |
| `address` | Street address |
| `city` | City name |
| `state` | State/region |
| `country` | Country code |
| `postalCode` | Postal/ZIP code |
| `latitude` | GPS latitude |
| `longitude` | GPS longitude |
| `imageUrl` | Event image URL |
| `eventUrl` | Link to event page |
| `category` | Event category (Music, Food & Drink, etc.) |
| `description` | Short description/summary |
| `isOnline` | Whether it's an online event |
| `ticketsUrl` | Direct link to ticket purchase |
| `searchQuery` | The search query used |
| `scrapedAt` | ISO timestamp of scrape |

#### Detail Mode (with `scrapeDetails: true`)

All fields above, plus:

| Field | Description |
|-------|-------------|
| `price` | Formatted price string (e.g., "Free", "$25", "$50 - $200") |
| `lowPrice` | Lowest ticket price (number) |
| `highPrice` | Highest ticket price (number) |
| `priceCurrency` | Currency code (e.g., USD) |
| `isFree` | Whether the event is free |
| `availability` | Ticket availability (InStock, SoldOut, etc.) |
| `organizer` | Organizer name |
| `organizerUrl` | Organizer profile URL |
| `organizerDescription` | Organizer bio |
| `fullDescription` | Full event description text |
| `performers` | Array of performer names |
| `tags` | Array of event tags |
| `eventStatus` | Event status (EventScheduled, EventCancelled, etc.) |

### Example Output

#### Search Result
```json
{
  "eventId": "1969285167949",
  "title": "AI Dev 26 x SF — The AI Developer Conference",
  "date": "2026-04-28",
  "time": "07:00",
  "endDate": "2026-04-29",
  "endTime": "18:00",
  "timezone": "America/Los_Angeles",
  "venue": "Pier 48 Shed B",
  "address": "Pier 48",
  "city": "San Francisco",
  "state": "CA",
  "country": "US",
  "postalCode": "94158",
  "latitude": 37.7749,
  "longitude": -122.4194,
  "imageUrl": "https://img.evbuc.com/...",
  "eventUrl": "https://www.eventbrite.com/e/ai-dev-26-x-sf-...",
  "category": "Science & Tech",
  "description": "Join us for two days of coding, learning, and connecting...",
  "isOnline": false,
  "scrapedAt": "2026-04-23T12:00:00.000Z"
}
````

#### Detail Result (with scrapeDetails)

```json
{
  "eventId": "1969285167949",
  "title": "AI Dev 26 x SF — The AI Developer Conference",
  "date": "2026-04-28",
  "time": "07:00",
  "venue": "Pier 48 Shed B",
  "city": "San Francisco",
  "state": "CA",
  "price": "$534.31 - $1387.97",
  "lowPrice": 534.31,
  "highPrice": 1387.97,
  "priceCurrency": "USD",
  "isFree": false,
  "availability": "InStock",
  "organizer": "DeepLearning.AI",
  "organizerUrl": "https://www.eventbrite.com/o/deeplearningai-19822694300",
  "fullDescription": "Join us for two days of coding, learning, and connecting to build AI applications...",
  "tags": ["Science & Tech", "Conference"],
  "scrapedAt": "2026-04-23T12:00:00.000Z"
}
```

### Input Examples

#### Search events by keyword

```json
{
  "query": "jazz",
  "location": "ca--san-francisco",
  "limit": 50
}
```

#### Free events this weekend

```json
{
  "location": "ny--new-york",
  "dateRange": "this-weekend",
  "priceRange": "free",
  "limit": 100
}
```

#### Music events with full details

```json
{
  "location": "il--chicago",
  "category": "music",
  "scrapeDetails": true,
  "limit": 30
}
```

#### Business events this month

```json
{
  "query": "conference",
  "location": "wa--seattle",
  "category": "business",
  "dateRange": "this-month",
  "limit": 50
}
```

### Location Slugs

Common location slugs for the `location` input:

| Location | Slug |
|----------|------|
| San Francisco | `ca--san-francisco` |
| New York | `ny--new-york` |
| Los Angeles | `ca--los-angeles` |
| Chicago | `il--chicago` |
| Austin | `tx--austin` |
| Seattle | `wa--seattle` |
| Denver | `co--denver` |
| Boston | `ma--boston` |
| Miami | `fl--miami` |
| Portland | `or--portland` |
| Online Events | `online--online` |

Format: `{state-abbreviation}--{city-name}` (lowercase, dashes for spaces)

### Use Cases

- **Event discovery** — Find events in any city by keyword, category, or date
- **Market research** — Analyze event pricing, categories, and trends
- **Competitor analysis** — Track events by specific organizers or categories
- **Venue intelligence** — Map events to venues and locations
- **Price monitoring** — Track ticket pricing across events
- **Content curation** — Build event feeds for newsletters or apps
- **Community management** — Find relevant events for your community

### Date Filters

| Filter | Description |
|--------|-------------|
| `today` | Events happening today |
| `tomorrow` | Events happening tomorrow |
| `this-weekend` | Events this weekend |
| `this-week` | Events this week |
| `next-week` | Events next week |
| `this-month` | Events this month |
| `next-month` | Events next month |

### Category Filters

| Category | Slug |
|----------|------|
| Music | `music` |
| Food & Drink | `food-and-drink` |
| Business | `business` |
| Performing & Visual Arts | `performing-visual-arts` |
| Health | `health` |
| Science & Tech | `science-and-tech` |
| Sports & Fitness | `sports-and-fitness` |
| Travel & Outdoor | `travel-and-outdoor` |
| Charity & Causes | `charity-and-causes` |
| Community | `community` |
| Film & Media | `film-and-media` |
| Fashion | `fashion` |
| Hobbies | `hobbies` |
| Home & Lifestyle | `home-and-lifestyle` |
| Family & Education | `family-and-education` |

***

### Run on Apify

This scraper runs on the [Apify platform](https://apify.com/?fpr=lulzasaur) — a full-stack web scraping and automation cloud. Sign up for a free account to get started with a 30-day trial of all features.

[Try Apify free ->](https://apify.com/?fpr=lulzasaur)

# Actor input Schema

## `query` (type: `string`):

Search keywords (e.g., 'jazz', 'tech conference', 'yoga'). Leave empty to browse all events in the location.

## `location` (type: `string`):

Location slug in Eventbrite format: '{state}--{city}' (e.g., 'ca--san-francisco', 'ny--new-york', 'il--chicago', 'tx--austin', 'wa--seattle', 'co--denver', 'united-states--online'). Use the state abbreviation and city name separated by double dashes.

## `dateRange` (type: `string`):

Filter events by date range.

## `category` (type: `string`):

Filter events by category.

## `priceRange` (type: `string`):

Filter events by price.

## `limit` (type: `integer`):

Maximum number of events to scrape. Set to 0 for unlimited. Each page has ~20 events.

## `scrapeDetails` (type: `boolean`):

If enabled, visits each event's detail page to get full description, ticket types, prices, and organizer details. Slower but richer data.

## `proxyConfiguration` (type: `object`):

Proxy settings. Recommended for large-scale runs to avoid rate limiting.

## Actor input object example

```json
{
  "query": "music",
  "location": "ca--san-francisco",
  "dateRange": "",
  "category": "",
  "priceRange": "",
  "limit": 50,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "music",
    "location": "ca--san-francisco"
};

// Run the Actor and wait for it to finish
const run = await client.actor("lulzasaur/eventbrite-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "music",
    "location": "ca--san-francisco",
}

# Run the Actor and wait for it to finish
run = client.actor("lulzasaur/eventbrite-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "music",
  "location": "ca--san-francisco"
}' |
apify call lulzasaur/eventbrite-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lulzasaur/eventbrite-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Eventbrite Scraper - Events, Tickets & Prices",
        "description": "Scrape Eventbrite events by keyword, location, date, and category. Extract titles, dates, venues, prices, organizers, images, and ticket info. Supports pagination and detail pages.",
        "version": "1.0",
        "x-build-id": "dhkjxl6ytV3h0vOCt"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lulzasaur~eventbrite-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lulzasaur-eventbrite-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/lulzasaur~eventbrite-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lulzasaur-eventbrite-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/lulzasaur~eventbrite-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lulzasaur-eventbrite-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "Search Keywords",
                        "type": "string",
                        "description": "Search keywords (e.g., 'jazz', 'tech conference', 'yoga'). Leave empty to browse all events in the location.",
                        "default": ""
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Location slug in Eventbrite format: '{state}--{city}' (e.g., 'ca--san-francisco', 'ny--new-york', 'il--chicago', 'tx--austin', 'wa--seattle', 'co--denver', 'united-states--online'). Use the state abbreviation and city name separated by double dashes.",
                        "default": "ca--san-francisco"
                    },
                    "dateRange": {
                        "title": "Date Range",
                        "enum": [
                            "",
                            "today",
                            "tomorrow",
                            "this-weekend",
                            "this-week",
                            "next-week",
                            "this-month",
                            "next-month"
                        ],
                        "type": "string",
                        "description": "Filter events by date range.",
                        "default": ""
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "",
                            "music",
                            "food-and-drink",
                            "business",
                            "performing-visual-arts",
                            "holiday",
                            "health",
                            "science-and-tech",
                            "sports-and-fitness",
                            "travel-and-outdoor",
                            "charity-and-causes",
                            "community",
                            "film-and-media",
                            "fashion",
                            "hobbies",
                            "home-and-lifestyle",
                            "auto-boat-and-air",
                            "school-activities",
                            "family-and-education"
                        ],
                        "type": "string",
                        "description": "Filter events by category.",
                        "default": ""
                    },
                    "priceRange": {
                        "title": "Price Range",
                        "enum": [
                            "",
                            "free",
                            "paid"
                        ],
                        "type": "string",
                        "description": "Filter events by price.",
                        "default": ""
                    },
                    "limit": {
                        "title": "Max Events",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of events to scrape. Set to 0 for unlimited. Each page has ~20 events.",
                        "default": 50
                    },
                    "scrapeDetails": {
                        "title": "Scrape Detail Pages",
                        "type": "boolean",
                        "description": "If enabled, visits each event's detail page to get full description, ticket types, prices, and organizer details. Slower but richer data.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Recommended for large-scale runs to avoid rate limiting.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
