VOOZH about

URL: https://apify.com/automation-lab/eventbrite-scraper

⇱ Eventbrite Scraper β€” Events, Tickets and Organizers Β· Apify


Pricing

Pay per event

Go to Apify Store

Eventbrite Scraper

Search Eventbrite for events by keyword and location. Get event names, dates, times, venues, organizers, tags, and ticket links. Filter by online or in-person events in any city.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

41

Total users

3

Monthly active users

2 months ago

Last modified

Share

Eventbrite Events Scraper

Search Eventbrite for events, conferences, meetups, and workshops by keyword and location. Extract event details, dates, organizers, tags, and ticket links.

What does Eventbrite Events Scraper do?

This actor searches Eventbrite's event discovery pages and extracts structured data from embedded JSON β€” no headless browser needed. For each event, it extracts:

  • Event details: name, summary, URL, image
  • Date & time: start/end dates and times with timezone
  • Location info: online event flag, venue details
  • Tags & categories: event type classifications (conference, workshop, networking, etc.)
  • Tickets: direct ticket purchase URL and ticket provider
  • Publishing data: when the event was published

Why use Eventbrite Events Scraper?

  • Fast extraction β€” parses embedded JSON data, no browser rendering needed
  • Location-based search β€” find events in specific cities or online
  • Rich tags β€” event categories, subcategories, and format tags included
  • Pagination support β€” automatically pages through results up to 200 events
  • Real-time data β€” fetches live event listings directly from Eventbrite
  • Structured output β€” clean JSON ready for analysis or integration

Use cases

  • Event marketing: Monitor competitor events and conferences in your industry
  • Lead generation: Find networking events to connect with potential clients
  • Market research: Analyze event trends by category and location
  • Competitive intelligence: Track what events competitors are hosting
  • Content curation: Aggregate relevant events for newsletters or community platforms
  • Sales prospecting: Identify event organizers for sponsorship pitches
  • Recruiting: Find tech meetups and conferences for talent outreach

How to scrape Eventbrite events

  1. Go to the Eventbrite Events Scraper page on Apify Store.
  2. Enter a search query (e.g., "tech", "AI conference", "startup networking").
  3. Set the location slug (e.g., "online", "ca--san-francisco", "ny--new-york").
  4. Set maximum results (1–200).
  5. Click Start and download your data as JSON, CSV, or Excel.

Input parameters

ParameterTypeDescription
searchQueryStringSearch term for events (required). Example: "tech", "AI conference"
locationStringLocation slug (default: "online"). Examples: "ca--san-francisco", "ny--new-york", "united-kingdom--london"
maxResultsIntegerMax events to extract, 1–200 (default: 50)

Output example

Each event in the dataset contains these fields:

{
"eventId":"1980904301089",
"name":"AI & Machine Learning Conference 2026",
"summary":"By TechEvents Organization",
"url":"https://www.eventbrite.com/e/ai-machine-learning-conference-2026-tickets-1980904301089",
"imageUrl":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F...",
"startDate":"2026-04-15",
"startTime":"09:00",
"endDate":"2026-04-15",
"endTime":"17:00",
"timezone":"America/Los_Angeles",
"isOnlineEvent":false,
"isCancelled":false,
"language":"en-us",
"tags":["Science & Technology","Conference","High Tech"],
"ticketsUrl":"https://www.eventbrite.com/checkout-external?eid=1980904301089",
"ticketsBy":"Eventbrite",
"publishedAt":"2026-01-15T10:30:00Z",
"searchQuery":"AI conference",
"scrapedAt":"2026-03-03T12:00:00.000Z"
}

How much does it cost to scrape Eventbrite?

Eventbrite Events Scraper uses a pay-per-event pricing model:

EventPrice
Run started$0.001
Per event extracted$0.001

Cost examples:

  • 50 events: $0.001 + (50 Γ— $0.001) = $0.051
  • 100 events: $0.001 + (100 Γ— $0.001) = $0.101
  • 200 events: $0.001 + (200 Γ— $0.001) = $0.201

Using the Apify API

Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const run =await client.actor('automation-lab/eventbrite-scraper').call({
searchQuery:'startup networking',
location:'ca--san-francisco',
maxResults:50,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
items.forEach(event=>{
console.log(`${event.startDate} | ${event.name}`);
});

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run = client.actor('automation-lab/eventbrite-scraper').call(run_input={
'searchQuery':'startup networking',
'location':'ca--san-francisco',
'maxResults':50,
})
dataset = client.dataset(run['defaultDatasetId']).list_items().items
for event in dataset:
print(f"{event['startDate']} | {event['name']}")

Integrations

Connect Eventbrite Events Scraper with other tools:

  • Google Sheets β€” Export event listings to spreadsheets for tracking
  • Slack / Email β€” Get alerts when new events match your criteria
  • Webhooks β€” Trigger workflows when new events are found
  • Zapier / Make β€” Connect to 5,000+ apps for event-driven automation
  • Google Calendar β€” Sync discovered events to your calendar

Tips and best practices

  • Location slugs β€” use Eventbrite's format: "state--city" (e.g., "ca--san-francisco"), "country--city" (e.g., "united-kingdom--london"), or "online" for virtual events
  • Broad searches β€” use general terms like "tech", "music", "business" for wider results
  • Specific queries β€” use "AI conference" or "startup pitch" for targeted results
  • Schedule regular runs β€” set up recurring extractions to track new events in your industry
  • Filter in post-processing β€” extract more events and filter by tags/dates in your analysis pipeline

Location slug examples

LocationSlug
Online/Virtualonline
San Franciscoca--san-francisco
New Yorkny--new-york
Londonunited-kingdom--london
Berlingermany--berlin
Torontocanada--toronto
Sydneyaustralia--sydney

Use with AI agents via MCP

Eventbrite Scraper is available as a tool for AI assistants via the Model Context Protocol (MCP).

Setup for Claude Code

$claude mcp add--transport http apify "https://mcp.apify.com?tools=automation-lab/eventbrite-scraper"

Setup for Claude Desktop, Cursor, or VS Code

Add this to your MCP config file:

{
"mcpServers":{
"apify":{
"url":"https://mcp.apify.com?tools=automation-lab/eventbrite-scraper"
}
}
}

Example prompts

  • "Find tech events in San Francisco on Eventbrite"
  • "Search Eventbrite for AI conferences this month"
  • "What startup networking events are happening online this week?"

cURL

curl-X POST "https://api.apify.com/v2/acts/automation-lab~eventbrite-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"searchQuery": "AI conference",
"location": "ca--san-francisco",
"maxResults": 50
}'

Legality

Scraping publicly available data is generally legal according to the US Court of Appeals ruling (HiQ Labs v. LinkedIn). This actor only accesses publicly available information and does not require authentication. Always review and comply with the target website's Terms of Service before scraping. For personal data, ensure compliance with GDPR, CCPA, and other applicable privacy regulations.

FAQ

Q: What event data is available? A: Each event includes name, summary, dates, times, timezone, online/in-person flag, category tags, ticket link, and organizer info.

Q: Can I filter by date range? A: Eventbrite's discovery pages show upcoming events by default. For specific date filtering, use post-processing on the extracted data.

Q: How do I find the location slug? A: Visit eventbrite.com, search for events in your city, and check the URL pattern (e.g., /d/ca--san-francisco/).

Q: Are cancelled events included? A: Cancelled events may appear but are flagged with isCancelled: true.

Q: The scraper returns 0 events for my search. A: Check your location slug format. Eventbrite uses a specific format like "ca--san-francisco" (state--city) or "united-kingdom--london" (country--city). Visit eventbrite.com, search for events in your city, and copy the location slug from the URL.

Q: Some events are missing ticket prices. A: Eventbrite's discovery pages do not include pricing information in the embedded data. The scraper provides a ticketsUrl link where you can check the actual ticket prices on the event page.

Other event and data scrapers

You might also like

Eventbrite Event Scraper

parseforge/eventbrite-scraper

Extract comprehensive event data from Eventbrite including dates, venues, pricing, organizers, categories, and more. Supports search filters by city, category, date, format, price, and online events. Perfect for market research, competitive analysis, and event discovery. No auth/cookie required.

190

5.0

Eventbrite Events Scraper

crawlerbros/eventbrite-scraper

Extract events from Eventbrite like title, date, venue, organizer, ticket price, image, tags. Filter by location, category, or keyword. No proxy required.

39

Eventbrite Events Scraper

powerai/eventbrite-events-scraper

Scrape events from Eventbrite.com by providing a search URL, with automatic pagination and comprehensive event information extraction.

Eventbrite Scraper

aitorsm/eventbrite

Efficiently scrape and extract Eventbrite event data for market research, lead generation, and event aggregation. This Eventbrite Scraper provides structured data on event details, organizers, dates, venues, and pricing, with flexible filtering options by country, city, and category.

πŸ‘ User avatar

Aitor Sanchez-Mansilla

447

2.3

Eventbrite Search Scraper

hypebridge/eventbrite-search

Scrape Eventbrite search, discovery and details pages

160

5.0

Google Events | Scrape Google Events for AI Agents

johnvc/google-events-api---access-google-events-data

Google Events API for Claude, ChatGPT, Cursor & other MCP-ready AI agents. Scrape Google Events search results β€” concerts, conferences, festivals, sports, theater, virtual events β€” with dates, venues, ticket links & locations. Filter by date, event type, country, language. Pay per page.

Extract Eventbrite online events

scrapingxpert/extract-eventbrite-online-events

Eventbrite is a popular platform for creating and browsing events, but it doesn't have an API for directly extracting online events. Fortunately, Apify script finds the latest online occasions without coding. The extracted data can be downloaded in different formats or used for custom workflows.

255

5.0

Songkick Events Scraper

chalkandcheese/songkick-events-scraper

Extract event data from Songkick without API key. Get dates, venues, lineups, and ticket links for events by location, venue, artist, or festival.

πŸ‘ User avatar

Chalk & Cheese

25

2.0

Bandsintown Scraper

lexis-solutions/bandsintown-scraper

Scrape event and artist data from Bandsintown.comβ€”including event names, artists, dates, venues, and ticket links. Ideal for event aggregation, trend analysis, and marketing insights. Fast, structured, and customizable extraction from a leading live music platform.

πŸ‘ User avatar

Lexis Solutions

65

5.0

Bandsintown Scraper

hoholabs/bandsintown-scraper

Fetch artist info and upcoming concert events from Bandsintown. Search by artist name or Bandsintown artist ID.