# Eventbrite Scraper - Events + Organizer Leads (`scrapesage/eventbrite-scraper`) Actor

Scrape Eventbrite events with real ticket prices, dates, full venue geo, sold-out status & complete organizer profiles: followers, attendees hosted, website & socials. Optionally extract organizer contact emails for lead generation. Search by keyword, city, category or URL. Export JSON, CSV, Excel.

- **URL**: https://apify.com/scrapesage/eventbrite-scraper.md
- **Developed by:** [Scrape Sage](https://apify.com/scrapesage) (community)
- **Categories:** Lead generation, Travel, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 event scrapeds

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 + Organizer Leads (Ticket Prices, Emails & Socials)

Extract **complete Eventbrite event data** — including the fields other scrapers return empty: **real min/max ticket prices, sold-out status, full venue geo, and complete organizer profiles** (followers, total attendees hosted, total events, verified badges, website, socials). Optionally turn every organizer into a **ready-to-contact B2B lead** by crawling their own website for **contact emails, phone numbers, and social links**.

No login, no cookies, no browser — fast JSON extraction with 99%+ reliability.

### Why this Eventbrite scraper?

Most Eventbrite scrapers only parse the public listing cards and return `null` for the fields that actually matter. This actor pulls data from Eventbrite's internal batched event API and ships the **richest dataset in the category**:

| Data | Typical scrapers | This actor |
|---|---|---|
| Min/max ticket price + currency | ❌ null | ✅ real prices |
| Sold-out / availability / sales-end-soon flags | ❌ | ✅ |
| Organizer followers, total attendees, total events, hosting-since | ❌ | ✅ |
| Organizer website, Twitter/X, Facebook | ❌ | ✅ |
| Organizer **contact emails** (from their website) | ❌ | ✅ opt-in |
| Organizer LinkedIn / Instagram / YouTube / TikTok | ❌ | ✅ opt-in |
| Lead score (0–100) per organizer | ❌ | ✅ |
| Venue geo (lat/lng, postal code, full address) | partial | ✅ |
| Lineup / agenda / FAQs / refund policy | ❌ | ✅ opt-in |

### Use cases

- **Lead generation** — event organizers are active buyers: they need venues, catering, AV, ticketing, sponsorship, marketing. Score them by audience size (`organizerTotalAttendees`, `organizerNumFollowers`) and contact them directly (`organizerEmails`).
- **Event discovery & aggregation** — feed event calendars, newsletters, and apps with structured event data including prices and availability for any city: New York, London, Los Angeles, Chicago, Toronto, Sydney, Berlin, and thousands more.
- **Market & pricing intelligence** — track ticket pricing, sell-out velocity (`salesEndSoon`, `isSoldOut`), and category trends (music, business, tech, food & drink, health) by city.
- **Competitor monitoring** — schedule recurring runs to watch organizers, categories, or cities for new events.
- **Sponsorship prospecting** — find events by audience, size, and topic; reach the organizer with verified contact data.

### How to use

1. [Sign up for Apify](https://console.apify.com/sign-up) — the free plan is enough to try this actor.
2. Open the **Eventbrite Scraper**, enter search queries and locations (or paste Eventbrite URLs), and click **Start**.
3. Watch results stream into the dataset table.
4. **Export** as JSON, CSV, Excel, XML, or RSS — or pull results programmatically via the [Apify API](https://docs.apify.com/api/v2).

### Input

```json
{
    "searchQueries": ["ai conference"],
    "locations": ["ny--new-york", "online"],
    "maxEvents": 200,
    "includeOrganizerProfile": true,
    "includeOrganizerStats": true,
    "enrichOrganizerEmails": true,
    "deduplicateOrganizers": true
}
````

- **searchQueries** — keywords, combined with every location.
- **locations** — Eventbrite slugs (`ny--new-york`, `ca--san-francisco`, `united-kingdom--london`), `City, ST` strings (`Austin, TX`), countries (`germany`), or `online`.
- **categories** — optional category browse (`music`, `business`, `food-and-drink`, `health`, `science-and-tech`, …).
- **startUrls** — direct event pages (`/e/…`), search pages (`/d/…`), or organizer profiles (`/o/…`).
- **dateFrom / dateTo / eventFormat / freeEventsOnly / onlyAvailableTickets** — filters.
- **includeOrganizerProfile** *(default true)* — full organizer profile for every unique organizer.
- **includeOrganizerStats** *(default true)* — total attendees hosted, total events, hosting-since, verified / super-organizer badges (one extra page per unique organizer).
- **enrichOrganizerEmails** *(default false)* — crawl the organizer's own website (home + contact/about, max 3 pages) for emails, phone, contact form, and extra socials. Eventbrite never exposes emails — this is the only way to get them.
- **deduplicateOrganizers** *(default false)* — also output one lead record per organizer (`type: "organizer"`).
- **includeStructuredContent** *(default false)* — lineup, agenda, FAQs, capacity, refund policy, age restriction, door time (one extra page per event).

### Output

One record per event (`type: "event"`), plus optional organizer lead records (`type: "organizer"`):

```json
{
    "type": "event",
    "eventId": "1234567890123",
    "name": "AI Builders Summit 2026",
    "summary": "A full-day summit for AI engineers and founders…",
    "url": "https://www.eventbrite.com/e/ai-builders-summit-2026-tickets-1234567890123",
    "startDateLocal": "2026-07-18T09:00",
    "endDateLocal": "2026-07-18T18:00",
    "timezone": "America/New_York",
    "durationInMinutes": 540,
    "isOnlineEvent": false,
    "category": "Science & Technology",
    "subcategory": "High Tech",
    "tags": ["Science & Technology", "High Tech", "ai", "machine learning"],
    "minTicketPrice": 149,
    "maxTicketPrice": 499,
    "currency": "USD",
    "isFree": false,
    "isSoldOut": false,
    "hasAvailableTickets": true,
    "salesStatus": "on_sale",
    "venueName": "Brooklyn Expo Center",
    "addressFull": "72 Noble St, Brooklyn, NY 11222",
    "city": "Brooklyn",
    "region": "NY",
    "country": "US",
    "latitude": 40.7304,
    "longitude": -73.9573,
    "organizerId": "17532112182",
    "organizerName": "TechEvents NYC",
    "organizerProfileUrl": "https://www.eventbrite.com/o/17532112182",
    "organizerWebsiteUrl": "https://techeventsnyc.com",
    "organizerTwitter": "techeventsnyc",
    "organizerFacebook": "techeventsnyc",
    "organizerNumFollowers": 10948,
    "organizerNumUpcomingEvents": 12,
    "organizerTotalEvents": 825,
    "organizerTotalAttendees": 321202,
    "organizerIsVerified": true,
    "organizerHostingSinceYears": 6,
    "organizerEmails": ["hello@techeventsnyc.com"],
    "organizerLinkedin": "https://www.linkedin.com/company/techeventsnyc",
    "organizerPhone": "+1 212 555 0134",
    "leadScore": 87,
    "searchQuery": "ai conference",
    "searchLocation": "ny--new-york",
    "scrapedAt": "2026-06-11T12:00:00.000Z"
}
```

### Automate & schedule

Run this actor on autopilot and pull results into your own stack:

- **[Apify API](https://docs.apify.com/api/v2)** — start runs, fetch datasets, and manage schedules over REST.
- **[apify-client for JavaScript](https://docs.apify.com/api/client/js/)** and **[apify-client for Python](https://docs.apify.com/api/client/python/)** — official SDKs.
- **[Schedules](https://docs.apify.com/platform/schedules)** — run it hourly/daily/weekly to monitor new events in a city, category, or for specific organizers; perfect for newsletters and lead pipelines.
- **[Webhooks](https://docs.apify.com/platform/integrations/webhooks)** — trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.

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

const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });

const run = await client.actor('scrapesage/eventbrite-scraper').call({
    searchQueries: ['startup networking'],
    locations: ['ca--san-francisco'],
    maxEvents: 200,
    enrichOrganizerEmails: true,
    deduplicateOrganizers: true,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} events & organizer leads`);
```

### Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

- **[Make](https://docs.apify.com/platform/integrations/make)** — multi-step automation scenarios.
- **[Zapier](https://docs.apify.com/platform/integrations/zapier)** — push new organizer leads straight into your CRM.
- **[Slack](https://docs.apify.com/platform/integrations/slack)** — get notified when a monitored search finds new events.
- **[Google Drive / Sheets](https://docs.apify.com/platform/integrations/drive)** — auto-export every run to a spreadsheet.
- **[Airbyte](https://docs.apify.com/platform/integrations/airbyte)** — pipe results into your data warehouse.
- **[GitHub](https://docs.apify.com/platform/integrations/github)** — trigger runs from commits or releases.

### Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. You can call this actor from Claude, ChatGPT, or any agent framework through the **[Apify MCP server](https://docs.apify.com/platform/integrations/mcp)** — ask your assistant to "find AI conferences in New York next month and list organizer contacts" and let it run this scraper for you.

### More scrapers from scrapesage

Build a complete **event lead-gen stack** — scrape the attendee/exhibitor side of the events your prospects run:

- **[Whova Event Scraper](https://apify.com/scrapesage/whova-event-scraper)** — attendees, agendas, and sponsors from Whova event apps.
- **[Swapcard Exhibitor Scraper](https://apify.com/scrapesage/swapcard-exhibitor-scraper)** — exhibitor lists and booth data from Swapcard-powered trade shows.
- **[Sched Conference Scraper](https://apify.com/scrapesage/sched-conference-scraper)** — sessions and speakers from Sched conference sites.
- **[Airbnb Scraper](https://apify.com/scrapesage/airbnb-scraper)** — listings, prices, and availability.
- **[Bark Listing Scraper](https://apify.com/scrapesage/bark-listing-scraper)** — service-provider leads from Bark.
- **[Facebook Ad Library Scraper](https://apify.com/scrapesage/facebook-ad-library-scraper)** — competitor ad intelligence.
- **[Google Ads Transparency Scraper](https://apify.com/scrapesage/google-ads-transparency-scraper)** — who's advertising what on Google.
- **[LinkedIn Jobs Scraper](https://apify.com/scrapesage/linkedin-jobs-scraper)** — job postings as hiring-intent signals.

### Tips

- **Large cities**: Eventbrite caps search pagination at ~980 events per query. To exhaust a big city, split runs by category and/or narrow `dateFrom`/`dateTo` windows.
- **Recurring monitoring**: combine [Schedules](https://docs.apify.com/platform/schedules) with `dateFrom` to track only newly listed events.
- **Proxies**: keep the default residential proxy group; Eventbrite's search pages block most datacenter IPs.
- **Cost control**: organizer profile/stats calls are deduplicated per organizer, and email enrichment only runs for organizers that actually have a website.

### FAQ

**How do I scrape Eventbrite events for a specific city?** Put the city in `locations` — either the Eventbrite slug from the URL (`ny--new-york`, `united-kingdom--london`) or a plain `City, ST` string like `Austin, TX`. Combine with `searchQueries` or `categories` to narrow by topic.

**Does it work without the Eventbrite API?** Yes. Eventbrite shut down its public event-search API in 2020 — this actor extracts the same (and richer) data from public pages and endpoints, no API key or login needed.

**Can I export to Google Sheets, CSV, or Excel?** Yes — one click in the dataset view, or automatically on every run via the [Google Drive integration](https://docs.apify.com/platform/integrations/drive).

**How do I monitor new events automatically?** Create a [Schedule](https://docs.apify.com/platform/schedules) (e.g. daily), and optionally add a [webhook](https://docs.apify.com/platform/integrations/webhooks) or [Zapier zap](https://docs.apify.com/platform/integrations/zapier) to push new organizer leads into your CRM as they appear.

**Where do the emails come from?** Never from Eventbrite (they don't publish emails). With `enrichOrganizerEmails` on, the actor visits the organizer's own public website and extracts publicly listed contact emails — the same thing a human visitor would see.

**Is scraping Eventbrite legal?** This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (GDPR/CCPA for personal data) and Eventbrite's terms.

**An event field is null — why?** Some events genuinely don't publish prices (donation/registration-only), venues (online events), or organizer websites. Fields are `null` only when the data doesn't exist, not because the scraper skipped them.

### Need help?

Open an issue on the actor's **Issues** tab, or visit the [Apify help center](https://help.apify.com/). Feature requests are welcome — this actor is actively maintained.

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search for on Eventbrite, e.g. <code>ai conference</code>, <code>yoga</code>. Each query is combined with every location below.

## `locations` (type: `array`):

Eventbrite location slugs (<code>ny--new-york</code>, <code>ca--san-francisco</code>, <code>united-kingdom--london</code>), friendly <code>City, ST</code> strings (<code>Austin, TX</code>), a country (<code>germany</code>, <code>united-states</code>), or <code>online</code> for online events.

## `categories` (type: `array`):

Optional Eventbrite category slugs to browse (combined with every location): <code>music</code>, <code>business</code>, <code>food-and-drink</code>, <code>health</code>, <code>science-and-tech</code>, <code>arts</code>, <code>sports-and-fitness</code>, <code>charity-and-causes</code>, <code>community</code>, <code>family-and-education</code>, <code>fashion</code>, <code>film-and-media</code>, <code>hobbies</code>, <code>home-and-lifestyle</code>, <code>auto-boat-and-air</code>, <code>government</code>, <code>spirituality</code>, <code>school-activities</code>, <code>travel-and-outdoor</code>, <code>other</code>.

## `startUrls` (type: `array`):

Direct Eventbrite URLs: event pages (<code>/e/...</code>), search/browse pages (<code>/d/...</code>), or organizer profiles (<code>/o/...</code>). Used in addition to search queries.

## `eventFormat` (type: `string`):

Filter events by format.

## `dateFrom` (type: `string`):

Only include events starting on or after this date (YYYY-MM-DD).

## `dateTo` (type: `string`):

Only include events starting on or before this date (YYYY-MM-DD).

## `freeEventsOnly` (type: `boolean`):

Only include free events.

## `onlyAvailableTickets` (type: `boolean`):

Only include events that still have available tickets.

## `maxEvents` (type: `integer`):

Maximum number of events to scrape across all queries.

## `includeOrganizerProfile` (type: `boolean`):

Fetch the full organizer profile (description, website, socials, follower count) for every unique organizer. Cheap — one batched API field plus one small JSON call per organizer.

## `includeOrganizerStats` (type: `boolean`):

Fetch one event page per unique organizer to extract total attendees hosted, total events, and verified / super-organizer badges — powerful lead-scoring signals.

## `enrichOrganizerEmails` (type: `boolean`):

Crawl each organizer's own website (up to 3 pages: home + contact/about) to extract contact emails, phone numbers, contact-form URL, and extra social links (LinkedIn, Instagram, YouTube, TikTok). Eventbrite itself never exposes emails — this is the only way to get them.

## `deduplicateOrganizers` (type: `boolean`):

In addition to event records, push one deduplicated lead record per organizer (type = "organizer") with all enrichment fields and a 0–100 lead score.

## `includeStructuredContent` (type: `boolean`):

Fetch every event's page to extract structured content (lineup, agenda, FAQs) plus capacity, refund policy, age restriction, and door time. Adds one page fetch per event.

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

Proxies to use. Residential proxies are strongly recommended — Eventbrite's search pages block most datacenter IPs.

## Actor input object example

```json
{
  "searchQueries": [
    "artificial intelligence"
  ],
  "locations": [
    "ny--new-york"
  ],
  "eventFormat": "any",
  "freeEventsOnly": false,
  "onlyAvailableTickets": false,
  "maxEvents": 100,
  "includeOrganizerProfile": true,
  "includeOrganizerStats": true,
  "enrichOrganizerEmails": false,
  "deduplicateOrganizers": false,
  "includeStructuredContent": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

All scraped event records and optional organizer lead records as JSON items in the default dataset.

# 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 = {
    "searchQueries": [
        "artificial intelligence"
    ],
    "locations": [
        "ny--new-york"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesage/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 = {
    "searchQueries": ["artificial intelligence"],
    "locations": ["ny--new-york"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapesage/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 '{
  "searchQueries": [
    "artificial intelligence"
  ],
  "locations": [
    "ny--new-york"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call scrapesage/eventbrite-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Eventbrite Scraper - Events + Organizer Leads",
        "description": "Scrape Eventbrite events with real ticket prices, dates, full venue geo, sold-out status & complete organizer profiles: followers, attendees hosted, website & socials. Optionally extract organizer contact emails for lead generation. Search by keyword, city, category or URL. Export JSON, CSV, Excel.",
        "version": "1.0",
        "x-build-id": "LadEPMHJCMcVGta38"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapesage~eventbrite-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapesage-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/scrapesage~eventbrite-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapesage-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/scrapesage~eventbrite-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapesage-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": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search for on Eventbrite, e.g. <code>ai conference</code>, <code>yoga</code>. Each query is combined with every location below.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "locations": {
                        "title": "Locations",
                        "type": "array",
                        "description": "Eventbrite location slugs (<code>ny--new-york</code>, <code>ca--san-francisco</code>, <code>united-kingdom--london</code>), friendly <code>City, ST</code> strings (<code>Austin, TX</code>), a country (<code>germany</code>, <code>united-states</code>), or <code>online</code> for online events.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "categories": {
                        "title": "Categories",
                        "type": "array",
                        "description": "Optional Eventbrite category slugs to browse (combined with every location): <code>music</code>, <code>business</code>, <code>food-and-drink</code>, <code>health</code>, <code>science-and-tech</code>, <code>arts</code>, <code>sports-and-fitness</code>, <code>charity-and-causes</code>, <code>community</code>, <code>family-and-education</code>, <code>fashion</code>, <code>film-and-media</code>, <code>hobbies</code>, <code>home-and-lifestyle</code>, <code>auto-boat-and-air</code>, <code>government</code>, <code>spirituality</code>, <code>school-activities</code>, <code>travel-and-outdoor</code>, <code>other</code>.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct Eventbrite URLs: event pages (<code>/e/...</code>), search/browse pages (<code>/d/...</code>), or organizer profiles (<code>/o/...</code>). Used in addition to search queries.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "eventFormat": {
                        "title": "Event format",
                        "enum": [
                            "any",
                            "in-person",
                            "online"
                        ],
                        "type": "string",
                        "description": "Filter events by format.",
                        "default": "any"
                    },
                    "dateFrom": {
                        "title": "Date from",
                        "type": "string",
                        "description": "Only include events starting on or after this date (YYYY-MM-DD)."
                    },
                    "dateTo": {
                        "title": "Date to",
                        "type": "string",
                        "description": "Only include events starting on or before this date (YYYY-MM-DD)."
                    },
                    "freeEventsOnly": {
                        "title": "Free events only",
                        "type": "boolean",
                        "description": "Only include free events.",
                        "default": false
                    },
                    "onlyAvailableTickets": {
                        "title": "Skip sold-out events",
                        "type": "boolean",
                        "description": "Only include events that still have available tickets.",
                        "default": false
                    },
                    "maxEvents": {
                        "title": "Max events",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of events to scrape across all queries.",
                        "default": 100
                    },
                    "includeOrganizerProfile": {
                        "title": "Include organizer profile",
                        "type": "boolean",
                        "description": "Fetch the full organizer profile (description, website, socials, follower count) for every unique organizer. Cheap — one batched API field plus one small JSON call per organizer.",
                        "default": true
                    },
                    "includeOrganizerStats": {
                        "title": "Include organizer stats (attendees, total events, badges)",
                        "type": "boolean",
                        "description": "Fetch one event page per unique organizer to extract total attendees hosted, total events, and verified / super-organizer badges — powerful lead-scoring signals.",
                        "default": true
                    },
                    "enrichOrganizerEmails": {
                        "title": "Enrich organizer emails from their website",
                        "type": "boolean",
                        "description": "Crawl each organizer's own website (up to 3 pages: home + contact/about) to extract contact emails, phone numbers, contact-form URL, and extra social links (LinkedIn, Instagram, YouTube, TikTok). Eventbrite itself never exposes emails — this is the only way to get them.",
                        "default": false
                    },
                    "deduplicateOrganizers": {
                        "title": "Emit organizer lead records",
                        "type": "boolean",
                        "description": "In addition to event records, push one deduplicated lead record per organizer (type = \"organizer\") with all enrichment fields and a 0–100 lead score.",
                        "default": false
                    },
                    "includeStructuredContent": {
                        "title": "Include lineup / agenda / FAQs",
                        "type": "boolean",
                        "description": "Fetch every event's page to extract structured content (lineup, agenda, FAQs) plus capacity, refund policy, age restriction, and door time. Adds one page fetch per event.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxies to use. Residential proxies are strongly recommended — Eventbrite's search pages block most datacenter IPs.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
