Eventbrite Events Scraper avatar

Eventbrite Events Scraper

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Eventbrite Events Scraper

Eventbrite Events Scraper

Scrape Eventbrite events by location, keyword, and date range. Uses the internal destination search API (no OAuth required). Enriches each event with venue lat/lng, ticket pricing, and organizer stats via per-page detail.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Collect events from Eventbrite by city, keyword, and date range — one event per row, ready to download as JSON, CSV, or Excel.


Why use this actor

  • No account or login required — works with public Eventbrite listings
  • Search any city worldwide by name (e.g. "San Francisco", "London") or Eventbrite location slug (e.g. "ca--san-francisco")
  • Filter by keyword, date window (today / this weekend / this month / all upcoming), or virtual-only events
  • Optional detail enrichment adds venue coordinates, ticket pricing, organizer statistics, and event status — with no extra setup
  • Automatic retries on slow or interrupted responses keep your run stable
  • Stable JSON output with consistent field names, ready for databases or downstream pipelines

How it works

  1. You provide a city name (or location slug) and optional keywords. The actor resolves the correct Eventbrite location ID automatically — no manual lookup needed.
  2. The actor pages through Eventbrite search results until it reaches your maxItems limit or exhausts all available results.
  3. If you enable Enrich with per-event detail, the actor visits each event page to collect venue coordinates, ticket pricing, and organizer stats.
  4. All results stream into your dataset as structured rows. You do not need to manage browsers, sessions, or retries.

Input

{
"location": "ca--san-francisco",
"keywords": "music",
"dateRange": "current_future",
"onlineOnly": false,
"maxItems": 50,
"enrichDetail": false,
"maxConcurrency": 5,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
FieldTypeDescription
locationstringCity name or Eventbrite location slug (e.g. "San Francisco", "ca--san-francisco", "London"). Use "online" for virtual-only events.
keywordsstringSearch keywords such as "music festival" or "tech conference". Leave blank to return all events for the location.
dateRangeselectDate window to filter events: current_future (all upcoming), today, tomorrow, this_week, this_weekend, next_week, this_month. Default: current_future.
onlineOnlybooleanSet to true to return only virtual/online events regardless of location. Default: false.
maxItemsintegerMaximum number of events to collect. Set to 0 for no limit. Default: 100.
enrichDetailbooleanSet to true to visit each event page and collect venue coordinates, ticket pricing, and organizer details. Adds one extra request per event. Default: false.
maxConcurrencyintegerNumber of parallel requests used during detail enrichment. Keep between 3–5 to stay well within rate limits. Default: 5.
proxyConfigurationproxyApify proxy settings. Residential proxies recommended for higher reliability at scale.

Output

Each row represents one event. Below is a real sample collected from San Francisco music events (fields truncated for readability).

{
"_input": "san francisco | music | current_future",
"_source": "S1-api",
"_scrapedAt": "2026-06-10T12:14:45Z",
"eid": "1989193964696",
"id": "1989193964696",
"name": "LOVE SUPREME: afro, latin, caribbean, and global club music",
"url": "https://www.eventbrite.com/e/love-supreme-afro-latin-caribbean-and-global-club-music-tickets-1989193964696",
"start_date": "2026-06-20",
"start_time": "21:00",
"end_date": "2026-06-21",
"end_time": "02:00",
"timezone": "America/Los_Angeles",
"is_online_event": false,
"tickets_url": "https://www.eventbrite.com/checkout-external?eid=1989193964696",
"tickets_by": "Eventbrite",
"primary_organizer_id": "15963016364",
"tags": [
{ "prefix": "EventbriteCategory", "display_name": "Music" },
{ "prefix": "EventbriteFormat", "display_name": "Party or Social Gathering" },
"... 10 more"
],
"locations": [
{ "type": "country", "name": "United States" },
{ "type": "region", "name": "California" },
{ "type": "locality", "name": "San Francisco" },
"... 4 more"
]
}

When enrichDetail is enabled, the record also includes:

{
"_source": "S3-detail",
"detail_isFree": false,
"detail_currency": "USD",
"detail_venue_lat": "37.7451629",
"detail_venue_lng": "-122.4200287",
"detail_venue_city": "San Francisco",
"detail_organizer_name": "Travie Bobbito",
"detail_organizer_numEvents": 12,
"detail_startDate_utc": "2026-06-21T04:00:00Z",
"detail_status": "live"
}

Output field reference

FieldTypeDescription
_inputstringThe search parameters used: location | keywords | dateRange.
_sourcestringData tier: S1-api (search result), S3-detail (detail enrichment), S4-jsonld (fallback).
_scrapedAtstringUTC timestamp when this record was collected.
eidstringEventbrite event ID.
namestringEvent title.
urlstringFull event page URL.
start_datestringEvent start date (YYYY-MM-DD).
start_timestringEvent start time (local).
end_datestringEvent end date.
end_timestringEvent end time (local).
timezonestringIANA timezone for the event location.
is_online_eventbooleanWhether this is a virtual event.
tickets_urlstringDirect link to the ticketing checkout page.
tagsarrayCategory and format tags attached to the event.
locationsarrayGeographic hierarchy: continent, country, region, city, neighborhood.
detail_isFreebooleanWhether the event is free (enrichment only).
detail_currencystringTicket currency code, e.g. "USD" (enrichment only).
detail_venue_latstringVenue latitude (enrichment only).
detail_venue_lngstringVenue longitude (enrichment only).
detail_venue_citystringVenue city name (enrichment only).
detail_organizer_namestringName of the event organizer (enrichment only).
detail_organizer_numEventsintegerTotal events hosted by this organizer (enrichment only).
detail_startDate_utcstringEvent start in UTC ISO 8601 (enrichment only).

Other actors in this collection

ActorWhat it collects
Mobile.de ListingsUsed-car listings from Germany's largest auto marketplace
Immobiliare ListingsProperty listings from Italy's leading real-estate platform
Kickstarter ProjectsCrowdfunding campaigns with funding status and backer counts
Semrush Website OverviewDomain traffic, backlinks, and keyword data from Semrush
Leboncoin ListingsClassifieds listings from France's largest marketplace