ποΈ Eventbrite Events Scraper
Pricing
from $4.99 / 1,000 results
ποΈ Eventbrite Events Scraper
ποΈ Eventbrite Events Scraper (eventbrite-scraper) extracts Eventbrite event data fastβtitles, dates, locations, tickets & links. π Perfect for event research, lead gen, market insights & competitors tracking. ππ
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Eventbrite events at scale β by pasting listing URLs or using a friendly guided search (location + date window + keyword). For every event you get clean, structured schema.org data: name, dates, venue, full address, organizer, performers, attendance mode, language and ticket prices.
No login required. Data is collected only from publicly available Eventbrite pages.
π‘ Why Choose This Actor?
- Two ways to search β paste any Eventbrite URL or fill in a guided form (e.g.
Miami Beach, FL+this-weekend). - Rich output β full schema.org Event JSON (venue, organizer, performers, price range) β not just titles.
- Smart anti-blocking β starts with a direct connection and only escalates to datacenter β residential proxies when Eventbrite pushes back, then sticks with what works.
- Live results β every event is saved the moment it's scraped, so a long run never loses progress.
- Real-time logs β watch events stream in by name, date, venue and price as they're collected.
β¨ Key Features
| Feature | Description |
|---|---|
| π URL mode | Paste one or many listing/search URLs (bulk input supported). Direct /e/ event URLs work too. |
| π§ Guided mode | Enter a location, pick a date window, add an optional keyword β we build the search URL for you. |
| π Pagination | Crawl multiple listing pages per URL (configurable). |
| β‘ Concurrency | Fetch event pages in parallel for speed. |
| π‘οΈ Proxy ladder | Direct β Datacenter β Residential, with automatic, sticky fallback. |
| πΎ Live saving | Results pushed to the dataset one event at a time. |
π₯ Input
| Field | Type | Description |
|---|---|---|
searchMode | string | url (paste URLs) or guided (form-based search). |
startUrls | array | Eventbrite listing/search/event URLs (URL mode, bulk). |
location | string | Human-friendly location, e.g. Miami Beach, FL (guided mode). |
dateRange | string | all-events, today, this-week, this-weekend, this-month (guided mode). |
keywords | string | Optional keyword filter (guided mode). |
maxPage | integer | Listing pages to crawl per start URL (1β500). |
concurrency | integer | Parallel event-page fetches (1β20). |
maxRetries | integer | Retry attempts per blocked request (1β10). |
proxy | object | Apify proxy configuration. |
Example input
{"searchMode": "url","startUrls": [{ "url": "https://www.eventbrite.com/d/fl--miami-beach/all-events/?page=1" }],"maxPage": 2,"concurrency": 5,"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }}
π€ Output
Each dataset item is one event. Example:
{"id": "1990423964659","crawled_at": "2026-06-14T09:28:00.811Z","url": "https://www.eventbrite.com/e/...-registration-1990423964659","@context": "https://schema.org","@type": "SocialEvent","name": "250 United: America's 250th Celebration at Bayfront Park","description": "Free concert for America's 250th! ...","image": "https://img.evbuc.com/...","eventStatus": "https://schema.org/EventScheduled","location": {"@type": "Place","name": "Bayfront Park","address": {"@type": "PostalAddress","addressLocality": "Miami","addressRegion": "FL","addressCountry": "US","streetAddress": "301 Biscayne Boulevard, Miami, FL 33132"}},"organizer": { "@type": "Organization", "name": "Bayfront Park Management Trust", "url": "https://www.eventbrite.com/o/..." },"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode","inLanguage": "en-US","startDate": "2026-07-04T13:00:00-04:00","endDate": "2026-07-05T00:00:00-04:00","performer": [ { "@type": "Person", "name": "Ashanti", "url": "https://open.spotify.com/artist/..." } ],"offers": [ { "@type": "AggregateOffer", "lowPrice": "0.0", "highPrice": "0.0", "priceCurrency": "USD", "availability": "InStock" } ]}
The Output tab shows the data across handy views: ποΈ Overview, π Details, π Location, π§βπΌ Organizer, and π° Pricing.
π How to Use (Apify Console)
- Log in at console.apify.com β Actors.
- Open Eventbrite Events Scraper.
- Choose a search mode and configure your input (URLs or guided form, pages, proxy).
- Click Start.
- Watch events stream into the log in real time.
- Open the Output tab and export to JSON / CSV / XLSX.
π€ Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchMode":"url","startUrls":[{"url":"https://www.eventbrite.com/d/fl--miami-beach/all-events/"}],"maxPage":2}'
π― Best Use Cases
- Event discovery & aggregation by city or category
- Lead generation (organizers, venues)
- Market & pricing research on tickets
- Building event calendars and newsletters
π° Pricing
This Actor uses the pay-per-event model: you're billed per event successfully scraped (event-scraped), plus the standard Actor start. You only pay for results you actually get.
β FAQ
Do I need an Eventbrite account? No β only public pages are scraped.
Why did some events fail? Occasionally a page is region-locked or removed; the run keeps all the events it could retrieve and reports the rest.
Can I scrape a single event? Yes β paste its /e/... URL into startUrls.
π Support & Feedback
Open an issue on the Actor's Issues tab with your input and run ID and we'll help.
βοΈ Legal
Data is collected from publicly available sources. You are responsible for compliance with applicable laws (GDPR, CCPA, anti-spam) and Eventbrite's Terms of Service.