Eventbrite Scraper
Pricing
from $2.00 / 1,000 events
Eventbrite Scraper
Extract event data from Eventbrite by keyword, location, category, date & price. Get ticket pricing, venue GPS coordinates, organizer profiles with follower counts & socials, and gallery images. No API key or login needed. 25+ fields per event. Export to CSV/JSON.
Pricing
from $2.00 / 1,000 events
Rating
5.0
(1)
Developer
Epic Scrapers
Maintained by CommunityActor stats
2
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Eventbrite Scraper πͺ
The most complete Eventbrite data scraper on Apify. Extract structured event data from Eventbrite.com β ticket prices, venue GPS coordinates, organizer profiles, gallery images, and more β by keyword, location, category, date range, and price. No Eventbrite API key. No login. No OAuth. Just data.
Search by keyword, location, category, custom date range, and price tier, then enrich every result with full organizer profiles: follower counts, event history, verified status, and social links. Every run returns 25+ structured fields per event, with support for up to 500 events per keyword.
If you need Eventbrite data for market research, lead generation, or content curation and don't want to fight the official API's OAuth flow and rate limits, this Actor is built for exactly that job.
Why choose this Eventbrite Scraper?
| Capability | This Actor | Typical Eventbrite Scrapers |
|---|---|---|
| Custom date range | β Exact start/end dates | β Preset ranges only |
| Organizer enrichment | β Followers, event history, socials, verified status | β Name only |
| Gallery images | β Full image gallery per event | β Single thumbnail |
| Per-keyword result limits | β Independent cap per keyword (up to 500) | β One global cap |
| Direct URL scraping | β Paste event URLs for instant extraction | β Not supported |
| Ticket pricing detail | β Min/max price, currency, sold-out flag | β Price range string only |
| Venue geodata | β Latitude/longitude, city, region, country | β Raw address text only |
| Input traceability | β Each record tagged with the search that found it | β Not tracked |
| Proxy support | β Apify Proxy β auto, residential, or custom | β Unspecified |
| Maximum scale | β Up to 500 events per keyword | Usually capped at 50β200 total |
π Key Features
π Powerful search and filtering
- Direct URL scraping β paste any Eventbrite event URL and pull its full data instantly, ideal for batch-processing a known list of events.
- Keyword search β search any term ("AI conference," "yoga workshop," "rooftop party") scoped to a location.
- Location targeting β use Eventbrite location slugs (
united-states--new-york,germany--berlin,online) to scope results to any city, region, or virtual-events feed. - Category filters β narrow by 21 built-in categories, including Music, Business, Science & Tech, Food & Drink, Sports & Fitness, Arts, and Health.
- Flexible date filtering β use presets (Today, Tomorrow, This Weekend, This Week, Next Week, This Month, Next Month) or set an exact custom date range.
- Price filtering β return free events only, paid events only, or both.
π Rich, structured output
- Core event details β name, summary, full HTML description, live status, online/in-person flag, category, and canonical URL.
- Ticket pricing β min/max ticket price, currency, ticket availability, sold-out status, and waitlist indicator.
- Venue data β name, full address, city, region, country, and precise latitude/longitude.
- Organizer profiles β name, image, follower count, total events hosted, verified badge, and years active.
- Organizer enrichment (optional) β full profile including bio, social links (Twitter/X, Facebook), profile type, and upcoming event count.
- Gallery images β every image URL from the event's photo gallery, not just a cover thumbnail.
- Date/time precision β start and end times in both UTC and local time, with timezone.
- Input context β every record is tagged with the keyword, location, and filters that produced it, so your dataset is fully traceable back to your search parameters.
βοΈ Built for scale and reliability
- Auto-pagination β automatically walks every results page per keyword up to your limit.
- Apify Proxy integration β residential and datacenter proxy rotation out of the box.
- Independent per-keyword caps β run 5 keywords at
maxResults: 500and get up to 2,500 events in a single execution. - Scheduled runs β pair with Apify Schedules for hourly, daily, or weekly refreshes so your dataset never goes stale.
π₯ Input Parameters
| Input | Type | Required | Default | Description |
|---|---|---|---|---|
startUrls | array | No | [] | Direct Eventbrite event URLs to scrape individually |
keywords | array | No | [] | Search terms to look up (requires locationSlug) |
locationSlug | string | Conditional | "" | Eventbrite location slug (e.g. united-states--new-york, online). Required when using keywords |
category | string | No | All | Event category slug (e.g. music, business, science-and-tech) |
datePreset | string | No | Any date | today, tomorrow, this-weekend, this-week, next-week, this-month, next-month, or custom |
startDate | string | Conditional | null | Start of custom range (YYYY-MM-DD). Required when datePreset is custom |
endDate | string | Conditional | null | End of custom range (YYYY-MM-DD). Required when datePreset is custom |
price | string | No | both | free, paid, or both |
enrichOrganizer | boolean | No | false | Fetch full organizer profile (bio, social links, follower count) |
maxResults | integer | No | 50 | Maximum events per keyword (max 500) |
proxyConfiguration | object | No | Apify Proxy | Proxy routing configuration |
Example input
{"keywords": ["data science conference", "AI workshop"],"locationSlug": "united-states--new-york","category": "science-and-tech","datePreset": "this-month","price": "both","enrichOrganizer": true,"maxResults": 100}
π€ Output: 25+ Fields Per Event
| Field | Type | Description | Example |
|---|---|---|---|
eventId | string | Unique Eventbrite event ID | "1983188270503" |
name | string | Event title | "AI Dev Summit 2026" |
summary | string | Short tagline | "The premier AI developer conference on the West Coast" |
url | string | Canonical event URL | "https://www.eventbrite.com/e/ai-dev-summit-2026-tickets-123456789" |
status | string | Event status | "live" |
isOnline | boolean | Virtual event flag | false |
isFree | boolean | Free event flag | false |
currency | string | Ticket price currency | "USD" |
eventSalesStatus | string | Ticket sales status | "on_sale" |
startDate.utc / .local / .timezone | string | Start time, both formats + zone | "2026-07-11T00:00:00Z" |
endDate.utc | string | End time in UTC | "2026-07-11T08:00:00Z" |
venue.name / .address / .city / .region / .country | string | Venue location details | "Moscone Center" |
venue.latitude / .longitude | number | Precise GPS coordinates | 37.7842, -122.4016 |
organizer.name | string | Organizer name | "TechEvents Inc." |
organizer.numFollowers | number | Organizer follower count | 1240 |
organizer.numEvents | number | Total events hosted | 594 |
organizer.verified | boolean | Eventbrite verification badge | true |
ticketAvailability.minimumPrice / .maximumPrice | number | Ticket price range | 49.99, 299.00 |
ticketAvailability.hasAvailableTickets / .isSoldOut | boolean | Availability status | true, false |
category.displayName | string | Human-readable category | "Science & Tech" |
description | string | Full HTML event description | "<div>Join 500+ developersβ¦</div>" |
images | array | All gallery image URLs | ["https://img.evbuc.com/..."] |
createdAt / updatedAt | string | Event timestamps | "2026-07-06T04:25:53Z" |
With enrichOrganizer: true, each record also includes an organizerEnriched object: profileType, summary/bio, profile url, numUpcomingEvents, numFollowers, imageUrl, twitter, and facebook.
Example output
{"eventId": "1983188270503","name": "AI Dev Summit 2026 β NYC","summary": "The premier AI developer conference on the East Coast","url": "https://www.eventbrite.com/e/ai-dev-summit-2026-nyc-tickets-1983188270503","status": "live","isOnline": false,"isFree": false,"currency": "USD","eventSalesStatus": "on_sale","startDate": { "utc": "2026-07-28T13:00:00Z", "local": "2026-07-28T09:00:00", "timezone": "America/New_York" },"endDate": { "utc": "2026-07-29T21:00:00Z", "local": "2026-07-29T17:00:00", "timezone": "America/New_York" },"venue": {"id": "12345678","name": "Javits Center","address": "429 11th Avenue, New York, NY 10001","latitude": 40.7572,"longitude": -74.0027,"city": "New York","region": "NY","country": "US"},"organizer": {"id": "5494940201","name": "TechEvents Inc.","numFollowers": 3400,"numEvents": 128,"verified": true},"organizerEnriched": {"profileType": "business","summary": "TechEvents produces the largest AI and developer conferences on the East Coast. Founded in 2018.","url": "https://www.eventbrite.com/o/techevents-inc-5494940201","numUpcomingEvents": 8,"twitter": "@TechEventsNYC","facebook": "https://facebook.com/techevents"},"ticketAvailability": {"minimumPrice": 149.99,"maximumPrice": 599.00,"currency": "USD","hasAvailableTickets": true,"isSoldOut": false},"category": { "id": "EventbriteCategory/102", "displayName": "Science & Tech" },"images": ["https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2Fgallery1.jpg"],"createdAt": "2026-01-15T10:00:00Z","updatedAt": "2026-07-01T14:30:00Z","_inputContext": {"source": "search","keyword": "data science conference","locationSlug": "united-states--new-york","category": "science-and-tech","datePreset": "this-month","price": "both"}}
π‘ Use Cases
π Event market research & trend analysis
Run keyword searches across cities and categories to build a live dataset of the events market. category.displayName lets you segment by event type, ticketAvailability.minimumPrice/maximumPrice gives you exact pricing bands, and venue.city/venue.region maps geographic distribution β enough to spot which categories command premium prices, which markets are underserved, and where event volume is trending up.
π― B2B lead generation for event organizers
Sponsorship agencies, venue platforms, and catering companies can enable enrichOrganizer to pull numFollowers, numEvents, verified status, bio, and social handles for every organizer behind a matching event. Filter for high-follower, high-volume, verified organizers to build a qualified prospect list β complete with social links for pre-outreach research β without a single manual search.
ποΈ Venue competitive intelligence
Every record includes venue name, address, city, region, and GPS coordinates. Aggregate by venue to see who's hosting the most events, at what average price, and in which categories β useful for programming decisions, expansion scouting, or spotting a category gap a competing venue isn't filling.
π Content calendars & newsletter curation
Schedule weekly runs on niche keywords ("startup networking," "design workshop") in your target city, and get fresh name, summary, startDate, and venue data to populate your next issue automatically β with isFree and organizer.verified making it easy to highlight the best picks.
π¬ Academic research on event economics
Use exact custom date ranges and vary locationSlug across runs to build a structured, reproducible dataset for studying event tourism, urban economics, or pricing patterns β with timestamped records and geodata ready for statistical analysis.
π Virtual event monitoring
Set locationSlug: "online" and use the isOnline flag to isolate virtual events, then compare their pricing, scheduling, and demand against in-person equivalents in the same category.
β Frequently Asked Questions
How do I search for events by keyword?
Set the keywords array (e.g. ["data science conference", "AI workshop"]) and provide a locationSlug (e.g. united-states--new-york or online). Each keyword is a separate search returning up to maxResults events, so you can cover multiple angles of your niche in a single run.
How many events can I scrape in one run?
Each keyword is capped independently at maxResults (default 50, max 500). Five keywords at maxResults: 500 can return up to 2,500 events in one execution. Direct URLs via startUrls are always fetched in addition, with no cap.
Do I need an Eventbrite account or API key? No. This Actor reads publicly available event data. No login, no API key, no developer account, no OAuth.
What locations are supported?
Any location Eventbrite supports β 180+ countries. Use location slugs as they appear in Eventbrite URLs (united-states--new-york, united-kingdom--london, germany--berlin, france--paris, australia--sydney, online). Find a slug by searching Eventbrite.com and copying the segment after /d/ in the URL.
How fresh is the data? Every run pulls live data directly from Eventbrite β nothing cached. Pair with Apify Schedules for hourly, daily, or weekly refreshes.
What export formats are supported? JSON, CSV, Excel, XML, or HTML Table from the Apify Console, or pull results programmatically via the Apify API β including piping into Google Sheets, Make, Zapier, or any webhook.
What's the difference between direct URLs and keyword search?
startUrls fetches specific events you already know by URL, with no filters applied. Keyword search discovers events matching a search term and location via Eventbrite's search pages. You can combine both in a single run β direct URLs are processed first, then keyword searches.
What are the alternatives to the official Eventbrite API? The official API requires OAuth authentication, imposes strict rate limits, and doesn't expose data like gallery images, full HTML descriptions, or organizer follower counts. This Actor delivers a richer dataset without the registration, authentication, or rate-limit overhead β a simpler path to event data at scale.
Can I scrape a specific date range?
Yes β set datePreset: "custom" with startDate and endDate in YYYY-MM-DD format for exact windows, or use presets like today, this-weekend, this-week, next-week, this-month, or next-month.
Is this scraper legal to use? This Actor accesses only publicly available event listing data on Eventbrite.com. Scraping publicly accessible data has generally been treated as lawful under U.S. case law (hiQ Labs v. LinkedIn), though you are solely responsible for ensuring your use complies with Eventbrite's Terms of Service and the laws of your jurisdiction.
π Related Actors
| Actor | Description |
|---|---|
| Meetup Events Scraper | Search and extract 20+ data fields from Meetup.com events by keyword, location, category, date range & format |
| Meetup Group Details Scraper | Full Meetup group details β member count, description, organizer info, and contact information |
| Meetup Groups Search Scraper | Find Meetup groups by keyword, location, and category with contact info, social media, and member counts |
| Eventbrite Event Details Scraper | Scrape event details from Eventbrite using URL or IDs |
SEO Keywords
Eventbrite scraper, Eventbrite event data extraction, scrape Eventbrite events, Eventbrite API alternative, Eventbrite ticket data scraper, Eventbrite organizer scraper, Eventbrite venue scraper, Eventbrite to CSV, scrape event listings, event data for market research, event lead generation, Eventbrite category scraper, Eventbrite date filter scraper, Eventbrite price filter scraper, Eventbrite custom date range, event industry analytics, event monitoring tool, event discovery data, Eventbrite proxy scraper, Eventbrite keyword search, Eventbrite results to JSON, Apify Eventbrite actor, online events scraper, virtual events data, events by city scraper, event organizer enrichment, event ticket pricing data, Eventbrite gallery images, event venue coordinates, event data API, bulk event data extraction
β οΈ Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Eventbrite, Inc., or any of its subsidiaries. All trademarks are the property of their respective owners. This Actor accesses only publicly available event listing data on eventbrite.com. You are solely responsible for ensuring your use complies with the site's Terms of Service and applicable laws.