🎟️ Eventbrite Events Scraper
Pricing
from $3.99 / 1,000 results
🎟️ Eventbrite Events Scraper
🎟️ Eventbrite Events Scraper pulls event listings, dates, locations, and organizers from Eventbrite. 🚀 Automate leads, research trends, and build targeted event datasets fast—without manual scraping. 📊🤖
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 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.