🎟️ Eventbrite Events Scraper avatar

🎟️ Eventbrite Events Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
🎟️ Eventbrite Events Scraper

🎟️ 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

API Empire

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FeatureDescription
πŸ”— URL modePaste one or many listing/search URLs (bulk input supported). Direct /e/ event URLs work too.
🧭 Guided modeEnter a location, pick a date window, add an optional keyword β€” we build the search URL for you.
πŸ“„ PaginationCrawl multiple listing pages per URL (configurable).
⚑ ConcurrencyFetch event pages in parallel for speed.
πŸ›‘οΈ Proxy ladderDirect β†’ Datacenter β†’ Residential, with automatic, sticky fallback.
πŸ’Ύ Live savingResults pushed to the dataset one event at a time.

πŸ“₯ Input

FieldTypeDescription
searchModestringurl (paste URLs) or guided (form-based search).
startUrlsarrayEventbrite listing/search/event URLs (URL mode, bulk).
locationstringHuman-friendly location, e.g. Miami Beach, FL (guided mode).
dateRangestringall-events, today, this-week, this-weekend, this-month (guided mode).
keywordsstringOptional keyword filter (guided mode).
maxPageintegerListing pages to crawl per start URL (1–500).
concurrencyintegerParallel event-page fetches (1–20).
maxRetriesintegerRetry attempts per blocked request (1–10).
proxyobjectApify 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)

  1. Log in at console.apify.com β†’ Actors.
  2. Open Eventbrite Events Scraper.
  3. Choose a search mode and configure your input (URLs or guided form, pages, proxy).
  4. Click Start.
  5. Watch events stream into the log in real time.
  6. 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.

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.