Eventbrite Events Scraper
Pricing
from $20.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
- You provide a city name (or location slug) and optional keywords. The actor resolves the correct Eventbrite location ID automatically — no manual lookup needed.
- The actor pages through Eventbrite search results until it reaches your
maxItemslimit or exhausts all available results. - If you enable Enrich with per-event detail, the actor visits each event page to collect venue coordinates, ticket pricing, and organizer stats.
- 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"]}}
| Field | Type | Description |
|---|---|---|
location | string | City name or Eventbrite location slug (e.g. "San Francisco", "ca--san-francisco", "London"). Use "online" for virtual-only events. |
keywords | string | Search keywords such as "music festival" or "tech conference". Leave blank to return all events for the location. |
dateRange | select | Date window to filter events: current_future (all upcoming), today, tomorrow, this_week, this_weekend, next_week, this_month. Default: current_future. |
onlineOnly | boolean | Set to true to return only virtual/online events regardless of location. Default: false. |
maxItems | integer | Maximum number of events to collect. Set to 0 for no limit. Default: 100. |
enrichDetail | boolean | Set to true to visit each event page and collect venue coordinates, ticket pricing, and organizer details. Adds one extra request per event. Default: false. |
maxConcurrency | integer | Number of parallel requests used during detail enrichment. Keep between 3–5 to stay well within rate limits. Default: 5. |
proxyConfiguration | proxy | Apify 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
| Field | Type | Description |
|---|---|---|
_input | string | The search parameters used: location | keywords | dateRange. |
_source | string | Data tier: S1-api (search result), S3-detail (detail enrichment), S4-jsonld (fallback). |
_scrapedAt | string | UTC timestamp when this record was collected. |
eid | string | Eventbrite event ID. |
name | string | Event title. |
url | string | Full event page URL. |
start_date | string | Event start date (YYYY-MM-DD). |
start_time | string | Event start time (local). |
end_date | string | Event end date. |
end_time | string | Event end time (local). |
timezone | string | IANA timezone for the event location. |
is_online_event | boolean | Whether this is a virtual event. |
tickets_url | string | Direct link to the ticketing checkout page. |
tags | array | Category and format tags attached to the event. |
locations | array | Geographic hierarchy: continent, country, region, city, neighborhood. |
detail_isFree | boolean | Whether the event is free (enrichment only). |
detail_currency | string | Ticket currency code, e.g. "USD" (enrichment only). |
detail_venue_lat | string | Venue latitude (enrichment only). |
detail_venue_lng | string | Venue longitude (enrichment only). |
detail_venue_city | string | Venue city name (enrichment only). |
detail_organizer_name | string | Name of the event organizer (enrichment only). |
detail_organizer_numEvents | integer | Total events hosted by this organizer (enrichment only). |
detail_startDate_utc | string | Event start in UTC ISO 8601 (enrichment only). |
Other actors in this collection
| Actor | What it collects |
|---|---|
| Mobile.de Listings | Used-car listings from Germany's largest auto marketplace |
| Immobiliare Listings | Property listings from Italy's leading real-estate platform |
| Kickstarter Projects | Crowdfunding campaigns with funding status and backer counts |
| Semrush Website Overview | Domain traffic, backlinks, and keyword data from Semrush |
| Leboncoin Listings | Classifieds listings from France's largest marketplace |