Eventbrite Events Scraper
Pricing
$3.00 / 1,000 event scrapeds
Go to Apify Store
Eventbrite Events Scraper
Browse Eventbrite by city and get structured event results — no login, no API key. Returns event name, description, start/end date, venue name, full address, geo coordinates, attendance mode (online/offline), image and URL.
Input
| Field | Type | Description |
|---|---|---|
locations | array | Eventbrite location slugs, e.g. ca--san-francisco, ny--new-york |
urls | array | Optional: full Eventbrite browse URLs instead of/in addition to locations |
query | string | Optional keyword filter, e.g. music |
maxPages | integer | Result pages to fetch per location (default 2, max 10) |
maxItems | integer | Max events to return (default 50, max 300) |
Example:
{"locations": ["ca--san-francisco", "ny--new-york"],"query": "music","maxItems": 100}
Output
{"name": "Neon Glow Party Cruise","description": "Your brightest neon is your ticket to shine!","url": "https://www.eventbrite.com/e/neon-glow-party-cruise-tickets-1992660504209","startDate": "2026-08-15","endDate": "2026-08-16","eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode","venueName": "Pier 3","streetAddress": "Pier 3","city": "San Francisco","region": "CA","postalCode": "94105","country": "US","latitude": "37.7976602","longitude": "-122.395642","image": "https://img.evbuc.com/...","scrapedAt": "2026-07-28T00:00:00.000Z"}
Common uses
- Local event discovery and calendars
- Competitor and market monitoring for event organizers
- Feeding venues/dates into marketing or trend dashboards
- Building city event guides
Notes
Data comes straight from Eventbrite's own structured markup on the browse page, so no extra request per event is needed.