Eventbrite Scraper - Events, Dates & Organizers avatar

Eventbrite Scraper - Events, Dates & Organizers

Pricing

from $5.50 / 1,000 results

Go to Apify Store
Eventbrite Scraper - Events, Dates & Organizers

Eventbrite Scraper - Events, Dates & Organizers

Scrape Eventbrite events by city, category or URL — title, ISO start/end dates, venue, address, online flag, parsed price (free flag + min/max + currency), organizer, category, tags & image. Dedup, upcoming-first sort, clean flat rows. Build event lists. Export CSV/JSON/Excel.

Pricing

from $5.50 / 1,000 results

Rating

0.0

(0)

Developer

Flash Scrape

Flash Scrape

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Categories

Share

This Eventbrite scraper turns any city or category search into a clean event list — one flat row per event with the title, ISO start/end dates, venue and address, an online flag, a parsed price (free flag + min/max + currency), organizer, category, format, tags, image, and the event URL. Search by city, filter by category/date/price, and export to CSV, JSON, or Excel.

Built for event marketers, sponsors, promoters, lead-gen teams, and researchers who want a spreadsheet of events — not a nested scrape. Public event data only: no login.


How to scrape Eventbrite events

You have two modes:

  1. Search mode — enter an Eventbrite city slug (e.g. ny--new-york, united-kingdom--london) and optionally a category, date range, format, price, or online-only.
  2. URL mode — paste Eventbrite search or event-page URLs into searchUrls for full control.

Then the scraper pulls matching events via the proven parseforge/eventbrite-scraper engine, cleans each one (price parsed into a free flag + numbers, dates normalized to ISO, URLs deduped), sorts upcoming-first, and hands you a clean table for CSV, JSON, or Excel.

Tip: city must be the Eventbrite slug (the bit in an Eventbrite URL like /d/ny--new-york/), not free text. If unsure, just paste a search URL into searchUrls.


What data you get

Every row is one event, soonest first:

  • Title and event URL.
  • ISO start & end dates — normalized, sortable.
  • Venue and address — plus an isOnline flag for virtual events.
  • Parsed priceisFree, priceMin, priceMax, and currency, plus the raw price text.
  • Organizer — name (and URL when organizer enrichment is on).
  • Category, format, and tags.
  • Ticket availability and cover image.

Input

FieldTypeDescription
searchUrlsarrayEventbrite search/event URLs (most flexible).
citystringEventbrite city slug (e.g. ny--new-york).
categorystringMusic, Business, Food & Drink, …
datestringToday / this weekend / this week / this month.
formatstringconference, festival, seminar, networking, …
pricestringFree or paid only.
onlinebooleanOnline-only events.
retrieveOrganizerDatabooleanEnrich organizer details. Default true.
maxItemsintegerMax events to return. Default 100.

Example input:

{
"city": "ny--new-york",
"category": "music",
"date": "this-month",
"maxItems": 100,
"retrieveOrganizerData": true
}

JSON output sample

{
"title": "Friday Night Jazz at the Blue Room",
"startDate": "2026-07-03",
"startDateTime": "2026-07-03T19:00",
"endDateTime": "2026-07-03T22:00",
"timezone": "America/New_York",
"venue": "The Blue Room",
"address": "123 W 45th St, New York, NY",
"city": "New York",
"isOnline": false,
"isFree": false,
"priceMin": 20,
"priceMax": 45,
"currency": "USD",
"priceDisplay": "$20 - $45",
"ticketsAvailable": true,
"isSoldOut": false,
"status": "published",
"organizer": "Blue Room Presents",
"organizerUrl": "https://www.eventbrite.com/o/9469346654",
"category": "Music",
"subcategory": "Jazz",
"format": "Concert or Performance",
"tags": ["jazz", "live music"],
"summary": "An evening of live jazz at sunset…",
"imageUrl": "https://img.evbuc.com/...",
"eventUrl": "https://www.eventbrite.com/e/friday-night-jazz-1234567890",
"ticketsUrl": "https://www.eventbrite.com/checkout-external?eid=1234567890",
"eventId": "1234567890"
}

Results render as a clean, sortable table on the Output tab and export to CSV, JSON, or Excel.


Use cases

  • Event lead lists — build a list of organizers/events in a city + category to pitch sponsorships or services.
  • Competitive/market research — track what events are running, when, and at what price.
  • Event aggregators — populate a niche events calendar or newsletter.
  • Demand analysis — see pricing and availability across a category.

Use with AI agents & automation

Run this from the Apify MCP server so AI agents (Claude, ChatGPT, Cursor) can pull events as a tool call, schedule runs via Make, n8n, or Zapier to keep an events calendar fresh, or sync the dataset to Google Sheets. Clean flat JSON drops into pipelines with no glue code.


Pricing

Pay-per-result — you're charged only for the events delivered. Set maxItems to control cost. See the Apify Store page for the current per-result price.


FAQ

Do I need an Eventbrite account or API key? No. It reads public event pages with no login and no key.

What's the city slug? It's Eventbrite's location identifier from the URL (e.g. ny--new-york). If you don't know it, paste a search URL into searchUrls instead.

Why is the organizer sometimes empty? Turn on retrieveOrganizerData to enrich it — without enrichment some organizer fields may be blank.

Is scraping Eventbrite legal? This collects public event data only. Follow Eventbrite's terms and local law; use the data for research/marketing.

Can I export to CSV or Google Sheets? Yes — CSV, JSON, or Excel from the Output tab, or sync to Google Sheets via Make, n8n, or Zapier.


Other Flash Scrape scrapers