Eventbrite Scraper avatar

Eventbrite Scraper

Pricing

Pay per event

Go to Apify Store
Eventbrite Scraper

Eventbrite Scraper

Extract event listings from Eventbrite including dates, venues, ticket pricing, organizers, and categories. Supports search by city, keyword, or direct URL. Ideal for market research, event discovery, and competitive analysis.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract event listings from Eventbrite — including dates, venues, ticket prices, organizers, and categories. Provide one or more Eventbrite search URLs (by city, category, or keyword) and the scraper returns structured event records ready for export.

What you get

Each scraped event includes:

  • Event details — title, description, event ID, and full URL
  • Dates — ISO 8601 start and end datetimes with timezone
  • Location — venue name, street address, city, state/region, and country
  • Organizer — name and profile URL
  • Pricing — minimum and maximum ticket prices with currency code
  • Classification — event category (e.g. music, food-and-drink, science-and-tech), paid/free status, and online/offline attendance mode
  • Status — whether the event is scheduled, cancelled, or postponed
  • Image — banner image URL

Input

FieldTypeDescription
startUrlsarrayEventbrite search or listing URLs to scrape. Defaults to San Francisco if empty.
maxItemsintegerMaximum number of events to return. Default: 20.
maxPagesintegerMaximum search result pages to paginate per URL. Default: 5.

Example URLs

  • City search: https://www.eventbrite.com/d/ca--san-francisco/events/
  • Category search: https://www.eventbrite.com/d/ca--san-francisco/music--events/
  • Keyword search: https://www.eventbrite.com/d/ny--new-york/yoga--events/
  • Online events: https://www.eventbrite.com/d/online/events/

Output schema

{
"event_id": "1986516037945",
"url": "https://www.eventbrite.com/e/red-bull-basement-world-final-2026-tickets-1986516037945",
"title": "Red Bull Basement World Final 2026",
"description": "First-time founders from around the world will pitch their ideas on a global stage.",
"start_date": "2026-06-03T18:00:00-07:00",
"end_date": "2026-06-03T22:00:00-07:00",
"venue_name": "Pier 48",
"venue_address": "Pier 48, San Francisco, CA 94158",
"city": "San Francisco",
"region": "CA",
"country": "US",
"organizer_name": "Red Bull North America Inc.",
"organizer_url": "https://www.eventbrite.com/o/red-bull-north-america-inc-29237734451",
"category": "science-and-tech",
"paid_status": "paid",
"price_min": "0.0",
"price_max": "0.0",
"price_currency": "USD",
"attendance_mode": "offline",
"event_status": "EventScheduled",
"image_url": "https://img.evbuc.com/...",
"scraped_at": "2026-05-30T17:12:34.201Z"
}

Use cases

  • Market research — track event trends by city, category, or organizer
  • Lead generation — find businesses and organizers hosting events in your niche
  • Competitive analysis — monitor events from specific organizers
  • Event discovery — build curated event feeds for newsletters or apps
  • Price benchmarking — compare ticket pricing across event categories

Notes

  • Eventbrite listing pages are server-rendered and do not require JavaScript execution
  • Pricing data (price_min / price_max) is extracted from the event's structured data; some events display "Check ticket price on event" instead of a numeric price
  • Online-only events will have venue_name: null and attendance_mode: "online"
  • scraped_at reflects the UTC time of the scrape run