Eventbrite Events Scraper avatar

Eventbrite Events Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Eventbrite Events Scraper

Eventbrite Events Scraper

Scrape Eventbrite events by keyword and location. Extract event names, dates, venues, organizers, ticket prices, categories, images, and URLs with automatic pagination and reliable data collection.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Eventbrite Events Scraper (Apify Actor)

Scrapes events from Eventbrite's internal destination-search API by keyword and place ID, with automatic CSRF warmup, pagination, TLS-impersonation fallback, and clean flat output fields.

Input

FieldTypeDefaultDescription
queriesarray["tech meetup"]Search keywords
placeIdsarray["85977539"]Place IDs (85977539 = New York City)
datesstringcurrent_futureDate filter (today, this_weekend, this_month, ...)
maxItemsint100Max events per query+place (0 = all pages)
includeOnlineEventsbooltrueKeep virtual events
rawOutputboolfalseAttach full raw event JSON under raw
proxyConfigurationobjectApify residentialProxy settings

Output (dataset item)

{
"event_id": "1993296910718",
"name": "Tech Gather NYC July Meetup",
"summary": "...",
"url": "https://www.eventbrite.com/e/...",
"tickets_url": "https://www.eventbrite.com/checkout-external?eid=...",
"start_date": "2026-07-16",
"start_time": "19:00",
"end_date": "2026-07-16",
"end_time": "21:00",
"timezone": "America/New_York",
"is_online_event": false,
"venue_name": "...",
"venue_address": "...",
"venue_city": "New York",
"latitude": "40.7...",
"longitude": "-73.9...",
"organizer_name": "...",
"organizer_followers": 1234,
"is_free": false,
"min_price": "$10.00",
"max_price": "$25.00",
"currency": "USD",
"categories": ["High Tech", "Science & Technology", "Meeting or Networking Event"],
"image_url": "https://img.evbuc.com/...",
"search_query": "tech meetup",
"search_place_id": "85977539"
}

Finding place IDs

Open any Eventbrite location page (e.g. eventbrite.com/d/ny--new-york/events/), open DevTools → Network, and look at the destination/search request payload — the places array contains the ID. Common ones:

  • New York City: 85977539
  • Los Angeles: 85923517
  • Chicago: 85940195