Eventbrite Search Scraper avatar

Eventbrite Search Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Eventbrite Search Scraper

Eventbrite Search Scraper

Scrape Eventbrite search, discovery and details pages

Pricing

from $3.00 / 1,000 results

Rating

5.0

(2)

Developer

Hypebridge

Hypebridge

Maintained by Community

Actor stats

5

Bookmarked

133

Total users

25

Monthly active users

18 hours ago

Last modified

Categories

Share

Eventbrite Scraper

Scrape event data from Eventbrite at scale. Unlike other scrapers that only work with direct event links, this Actor supports search and discovery pages — scrape hundreds of events from a single URL. Also works with direct event links for detailed extraction.

Table of Contents


Supported URLs

This scraper works with any Eventbrite URL:

Search & Discovery Pages (scrapes multiple events)

https://www.eventbrite.com/d/united-states/events/
https://www.eventbrite.com/d/tx--houston/performances--this-week/?page=1
https://www.eventbrite.com/d/ca--san-francisco/music/
https://www.eventbrite.com/b/tx--dallas/nightlife/?category=clubs-and-parties

Direct Event Pages (scrapes single event with full details)

https://www.eventbrite.com/e/event-name-tickets-1234567890

Input Configuration

ParameterTypeDefaultDescription
startUrlsArray[]Eventbrite URLs to scrape. Leave empty to use Direct Search fields.
scrapeEventDetailsBooleantrueEnable detailed mode for 50+ fields per event
maxEventsNumber30Maximum events to scrape (0 = unlimited)
keywordStringSearch keyword used when no Start URLs are provided
cityStringCity used with Direct Search
stateStringState name or abbreviation used with Direct Search
countryStringUSCountry code used with Direct Search

Output Modes

Basic Mode (scrapeEventDetails: false)

Quick extraction from search result listings. Returns: eventId, eventUrl, eventTitle, paidStatus, location, category, urgency_signal, eventImage, source.

Detailed Mode (scrapeEventDetails: true)

Full extraction with 50+ fields organized into:

  • Core: eventId, eventUrl, eventTitle, summary, description, category, subcategory, format, tags
  • Timing: start/end times (UTC), timezone, duration, doorTime, displayDate
  • Location: type (venue/online), venueName, address, city, state, postalCode, country, coordinates
  • Organizer: id, name, url, description, logo, website, twitter, facebook
  • Pricing: currency, isFree, minPrice, maxPrice, tickets array, salesStatus, totalSold, remainingCapacity
  • Images: hero image, multiple sizes (480px, 600px, 940px), description images
  • Status: isLive, isEnded, isCanceled, isPostponed, isSoldOut
  • Additional: performers, childEvents (for series), policies, urgencySignals, FAQs, scrapedAt

Pricing

This Actor uses pay-per-event pricing. During the proxy pricing transition, search and browse page proxy overhead is temporarily recovered through the existing detailed-event-scraped event.

EventCharged when
detailed-event-scrapedA direct or enqueued event detail page is successfully extracted; temporarily also used to recover search-page proxy overhead
Default dataset itemA record is saved to the dataset
Actor StartThe Actor run starts

Use /b/ browse URLs or direct /e/ event URLs when you do not need residential discovery-page crawling.


Usage Examples

Basic: Scrape search results

{
"startUrls": ["https://www.eventbrite.com/d/tx--houston/events/"],
"scrapeEventDetails": false
}

Detailed: Scrape with full event data

{
"startUrls": ["https://www.eventbrite.com/d/tx--houston/events/"],
"scrapeEventDetails": true,
"maxEvents": 50
}

Scrape a specific event

{
"startUrls": ["https://www.eventbrite.com/e/event-name-tickets-1234567890"],
"scrapeEventDetails": true
}

Mix search pages and direct events

{
"startUrls": [
"https://www.eventbrite.com/d/ca--san-francisco/music/",
"https://www.eventbrite.com/e/specific-event-tickets-9876543210"
],
"scrapeEventDetails": true,
"maxEvents": 100
}

Sample Output

Basic Mode

{
"eventId": "979705494507",
"eventUrl": "https://www.eventbrite.com/e/ratio-dallas-edition-tickets-979705494507",
"eventTitle": "RATIO: DALLAS EDITION",
"paidStatus": "free",
"location": "Dallas, TX",
"category": "music",
"urgency_signal": "Sales end soon",
"eventImage": "https://img.evbuc.com/...",
"source": "eventbrite"
}

Detailed Mode

{
"eventId": "1975362085172",
"eventUrl": "https://www.eventbrite.com/e/the-secret-secret-show-tickets-1975362085172",
"eventTitle": "The (secret) Secret Show",
"summary": "Get ready for a night of surprises...",
"description": "The Secret Group Presents...",
"category": "Arts",
"subcategory": "Comedy",
"format": "Performance",
"tags": ["#comedy", "#event", "#houston"],
"timing": {
"start": "2025-12-22T03:00:00Z",
"end": "2025-12-22T04:30:00Z",
"timezone": "America/Chicago",
"duration": { "hours": 1, "minutes": 30, "totalSeconds": 5400 },
"displayDate": "Sunday, December 21, 2025 from 9:00 PM to 10:30 PM (CST)"
},
"location": {
"type": "venue",
"venueName": "The Secret Group",
"address": "2101 Polk, Houston, TX 77003",
"city": "Houston",
"state": "TX",
"postalCode": "77003",
"country": "US",
"coordinates": { "latitude": 29.7489221, "longitude": -95.3566897 }
},
"organizer": {
"id": "20138725138",
"name": "The Secret Group",
"url": "https://www.eventbrite.com/o/the-secret-group-20138725138",
"website": "http://thesecretgrouphtx.com",
"twitter": "secretgrouphtx",
"facebook": "secretgrouphtx"
},
"pricing": {
"currency": "USD",
"isFree": false,
"minPrice": { "value": 1459, "display": "14.59 USD" },
"maxPrice": { "value": 1459, "display": "14.59 USD" },
"tickets": [
{
"id": "3405186179",
"name": "General Admission",
"cost": { "currency": "USD", "value": 1000, "display": "10.00 USD" },
"fee": { "currency": "USD", "value": 348, "display": "3.48 USD" },
"tax": { "currency": "USD", "value": 111, "display": "1.11 USD" },
"totalCost": { "currency": "USD", "value": 1459, "display": "14.59 USD" },
"isFree": false,
"quantityRemaining": 78,
"maximumQuantity": 10
}
],
"salesStatus": "available",
"totalSold": 2,
"remainingCapacity": 78
},
"displayPrice": "$14.59",
"images": {
"hero": "https://img.evbuc.com/...",
"heroSizes": {
"small": "https://img.evbuc.com/...w=480...",
"medium": "https://img.evbuc.com/...w=600...",
"large": "https://img.evbuc.com/...w=940..."
}
},
"status": {
"isLive": true,
"isEnded": false,
"isCanceled": false,
"isSoldOut": false
},
"urgencySignals": {
"goingFast": false,
"salesEndSoon": true,
"fewTickets": false,
"isPopular": false
},
"policies": {
"refund": "No Refunds",
"ageRestriction": "Ages 21+",
"isRefundable": false
},
"isOnlineEvent": false,
"isSeriesParent": false,
"scrapedAt": "2025-12-17T17:05:43.136Z",
"source": "eventbrite"
}