Eventbrite Events Scraper avatar

Eventbrite Events Scraper

Pricing

$3.00 / 1,000 event scrapeds

Go to Apify Store
Eventbrite Events Scraper

Eventbrite Events Scraper

Pricing

$3.00 / 1,000 event scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Categories

Share

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

FieldTypeDescription
locationsarrayEventbrite location slugs, e.g. ca--san-francisco, ny--new-york
urlsarrayOptional: full Eventbrite browse URLs instead of/in addition to locations
querystringOptional keyword filter, e.g. music
maxPagesintegerResult pages to fetch per location (default 2, max 10)
maxItemsintegerMax 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.