Eventbrite Scraper - Events, Tickets & Prices avatar

Eventbrite Scraper - Events, Tickets & Prices

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Eventbrite Scraper - Events, Tickets & Prices

Eventbrite Scraper - Events, Tickets & Prices

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

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape events from Eventbrite — 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)

FieldDescription
eventIdEventbrite event ID
titleEvent title
dateStart date (YYYY-MM-DD)
timeStart time (HH:MM, 24h)
endDateEnd date
endTimeEnd time
timezoneTimezone (e.g., America/Los_Angeles)
venueVenue name
addressStreet address
cityCity name
stateState/region
countryCountry code
postalCodePostal/ZIP code
latitudeGPS latitude
longitudeGPS longitude
imageUrlEvent image URL
eventUrlLink to event page
categoryEvent category (Music, Food & Drink, etc.)
descriptionShort description/summary
isOnlineWhether it's an online event
ticketsUrlDirect link to ticket purchase
searchQueryThe search query used
scrapedAtISO timestamp of scrape

Detail Mode (with scrapeDetails: true)

All fields above, plus:

FieldDescription
priceFormatted price string (e.g., "Free", "$25", "$50 - $200")
lowPriceLowest ticket price (number)
highPriceHighest ticket price (number)
priceCurrencyCurrency code (e.g., USD)
isFreeWhether the event is free
availabilityTicket availability (InStock, SoldOut, etc.)
organizerOrganizer name
organizerUrlOrganizer profile URL
organizerDescriptionOrganizer bio
fullDescriptionFull event description text
performersArray of performer names
tagsArray of event tags
eventStatusEvent status (EventScheduled, EventCancelled, etc.)

Example Output

Search Result

{
"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)

{
"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

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

Free events this weekend

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

Music events with full details

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

Business events this month

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

Location Slugs

Common location slugs for the location input:

LocationSlug
San Franciscoca--san-francisco
New Yorkny--new-york
Los Angelesca--los-angeles
Chicagoil--chicago
Austintx--austin
Seattlewa--seattle
Denverco--denver
Bostonma--boston
Miamifl--miami
Portlandor--portland
Online Eventsonline--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

FilterDescription
todayEvents happening today
tomorrowEvents happening tomorrow
this-weekendEvents this weekend
this-weekEvents this week
next-weekEvents next week
this-monthEvents this month
next-monthEvents next month

Category Filters

CategorySlug
Musicmusic
Food & Drinkfood-and-drink
Businessbusiness
Performing & Visual Artsperforming-visual-arts
Healthhealth
Science & Techscience-and-tech
Sports & Fitnesssports-and-fitness
Travel & Outdoortravel-and-outdoor
Charity & Causescharity-and-causes
Communitycommunity
Film & Mediafilm-and-media
Fashionfashion
Hobbieshobbies
Home & Lifestylehome-and-lifestyle
Family & Educationfamily-and-education

Run on Apify

This scraper runs on the Apify platform — 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 ->