Eventbrite Scraper - Scrape Events & Organizers avatar

Eventbrite Scraper - Scrape Events & Organizers

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Eventbrite Scraper - Scrape Events & Organizers

Eventbrite Scraper - Scrape Events & Organizers

Eventbrite API alternative - scrape events without an API key. Export prices, venues & organizer leads as CSV/JSON dataset. No login.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

6 days ago

Last modified

Share

Eventbrite Scraper — Events, Prices, Venues & Organizer Leads (No API Key)

Eventbrite Scraper — Events & Organizer Leads No API key Pay per result Category Export

Scrape Eventbrite events by keyword, city or search URL and export a clean dataset of every event — dates, venues, geo coordinates, ticket prices and organizer contact details. This Eventbrite events scraper reads the site's own public search data, so there is no login and no API key. It's two tools in one: an events dataset for calendars, research and dashboards, and a B2B lead-gen engine — every row carries the organizer's own website and social handles, and event organizers are buyers.

🏆 Why this Eventbrite scraper?

35+ fields per event · up to ~10,000 events per search · organizer website + Twitter + Facebook for lead-gen · full venue address & GPS · price / free / sold-out flags · export to JSON / CSV / Excel. The unofficial Eventbrite API alternative for event data, market research and organizer outreach.


✨ What this Actor does / Key features

  • 🎟️ Two search modes — paste an Eventbrite search URL (city/category) or run a free-text keyword search across all of Eventbrite.
  • 🗓️ Full schedule — start/end date & time plus IANA timezone for every event.
  • 💵 Ticket pricing — min/max price, currency, and quick flags: free, sold-out, tickets available, online.
  • 📍 Venue + geo — venue name, full localized street address, city, region, postal code, country, latitude & longitude.
  • 🏢 Organizer lead data — organizer name, Eventbrite profile, own website, Twitter/X and Facebook handles, follower count and upcoming-event count.
  • 🔗 Direct assets — cover image URL and checkout/tickets URL for every event.
  • 🧩 Flexible filters — online-only, date range (today → next month), and price (free/paid) on keyword searches.
  • 📊 Flat, ready-made rows — de-duplicated one-row-per-event output with a built-in Events Overview table view.
  • 🔑 No API key — reads Eventbrite's own public search JSON; no developer app, no OAuth, no login.

🚀 Quick start (3 steps)

  1. Configure — the easy path: open Eventbrite, filter to your city/category, and paste the address-bar URL into Search URLs (e.g. https://www.eventbrite.com/d/ny--new-york/all-events/). Or type a Keyword and add online/date/price filters.
  2. Run — click Start. The Actor paginates the search results and streams events into your dataset.
  3. Get your data — open the Output tab and export to JSON, CSV, Excel or HTML, or pull it via the Apify API.

📥 Input

Provide a Search URL or a Keyword (either works). Everything else is optional.

Example — all events in New York City (calendar / dataset)

{
"searchUrls": ["https://www.eventbrite.com/d/ny--new-york/all-events/"],
"maxResults": 500
}

Example — free online startup events (keyword + filters)

{
"query": "startup pitch night",
"onlineOnly": true,
"priceFilter": "free",
"dates": "this_month",
"maxResults": 200
}

Example — multi-city organizer lead list (lead-gen)

{
"searchUrls": [
"https://www.eventbrite.com/d/ca--los-angeles/business--events/",
"https://www.eventbrite.com/d/il--chicago/business--events/"
],
"maxResults": 1000,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescriptionDefault
searchUrlsarrayEventbrite search URLs — copy straight from the site. Location and filters are read from the URL. Best for a specific city/category.
querystringFree-text keyword search (title/topic) across all of Eventbrite.
onlineOnlybooleanFor keyword search: return only online events.false
datesstringTime window for keyword search: current_future, today, tomorrow, this_week, this_weekend, next_week, this_month, next_month.current_future
priceFilterstringall, free or paid.all
maxResultsintegerTotal events across all searches. 0 = no limit (Eventbrite caps a single search at ~10,000).200
maxResultsPerSearchintegerCap events per individual search URL/keyword. 0 = no per-search cap.0
maxConcurrencyintegerHow many search URLs/keywords to process in parallel (1–10).3
proxyConfigurationobjectApify Proxy settings. Eventbrite blocks datacenter IPs, so residential proxy is the default and recommended.Residential Apify Proxy

Finding a search URL: open eventbrite.com, filter to your city/category, and copy the address-bar URL. Use paths like /d/ny--new-york/all-events/, /d/online/tech/ or /d/ca--los-angeles/business--events/. The keyword search is location-agnostic unless the URL specifies a place.

📤 Output

One flat row per event — 35+ fields — exportable to JSON, CSV, Excel or HTML. Here is a trimmed sample record:

{
"id": "1234567890",
"name": "CURLFEST 2026",
"url": "https://www.eventbrite.com/e/curlfest-2026-tickets-1234567890",
"summary": "The ultimate celebration of natural hair & beauty.",
"startDate": "2026-06-25",
"startTime": "18:00",
"timezone": "America/New_York",
"isOnline": "false",
"isFree": "false",
"isSoldOut": "false",
"hasAvailableTickets": "true",
"minPrice": "35.61",
"maxPrice": "120.00",
"currency": "USD",
"venueName": "Power Station at BerkleeNYC",
"address": "321 W 44th St, New York, NY 10036",
"city": "New York",
"region": "NY",
"postalCode": "10036",
"country": "US",
"latitude": "40.794065",
"longitude": "-73.967",
"organizerName": "Curly Girl Collective",
"organizerUrl": "https://www.eventbrite.com/o/curly-girl-collective-123",
"organizerWebsite": "https://www.curlfest.com/",
"organizerTwitter": "ilovecgc",
"organizerFacebook": "curlfest",
"organizerFollowers": "18234",
"ticketsUrl": "https://www.eventbrite.com/checkout-external?eid=1234567890",
"scrapedAt": "2026-07-06T14:20:15.320Z"
}

💡 Use cases

  • Event sponsorship & marketing leads — build lists of organizers (with website + socials) running events in your niche or city.
  • Market & competitive research — track who runs what, where, when and at what price point.
  • Event aggregators & calendars — power a city or topic calendar from a scheduled run.
  • Ticketing & pricing analysis — price ranges, sell-out signals, free-vs-paid mix and geographic spread.
  • Datasets & ML — a clean, structured events corpus for analytics or models.

👥 Who uses it

Event marketers & sponsorship teams · B2B lead-gen agencies targeting organizers · market researchers & data journalists · event aggregators and city-calendar builders · ticketing and pricing analysts · data scientists building event datasets.

💰 Pricing

This Actor runs on a simple pay-per-result model — you pay for the events you extract, with no separate Apify platform fees to calculate. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.

🔍 How it works

The Actor reads Eventbrite's internal search API — the same JSON the website uses — and paginates up to Eventbrite's ~10,000-events-per-search ceiling (about 500 pages). Pass multiple search URLs (different cities or categories) to go wider in a single run. Results are de-duplicated and streamed as flat rows, and organizer website/socials are enriched from the organizer profile whenever they filled them in.

❓ Frequently Asked Questions

Do I need an Eventbrite account or API key? No. The Eventbrite scraper reads public search data — no login, no token, nothing rate-limited against your account.

Is this an Eventbrite API alternative? Yes. It reads Eventbrite's own public search data directly, so it works as an Eventbrite API alternative — no developer app, no OAuth token and no API key required.

Can I scrape Eventbrite without an API key or login? Yes. The scraper pulls publicly available event data without an API key and without logging in, so nothing is tied to or rate-limited against your Eventbrite account.

How do I scrape events for a specific city? Open Eventbrite, filter to your city or category, and copy the URL from the address bar into searchUrls (e.g. https://www.eventbrite.com/d/ny--new-york/all-events/). The Actor reads the resolved location and all filters from the URL.

Will every event include the organizer website and socials? Whenever the organizer filled them in on Eventbrite, yes — website, Twitter and Facebook come through. Organizers that left them blank produce null for those fields on that event.

How do I scrape Eventbrite organizer contact details for leads? Every event row carries the organizer's own website, Twitter and Facebook whenever they filled them in, so a single city or keyword run doubles as a B2B lead list of event organizers.

How many events can I scrape per run? Eventbrite caps a single search at ~10,000 events (about 500 pages). Pass several searchUrls for different cities or categories to scale wider in one run.

Can I scrape free online Eventbrite events by keyword? Yes. Use the keyword query with onlineOnly: true and priceFilter: free to return only free online events matching your topic across all of Eventbrite.

How do I export Eventbrite events to CSV or JSON? Run the Actor, then open the Storage / Dataset tab and download the data as CSV, JSON, Excel or HTML. The same dataset is reachable through the Apify API and webhooks.

Is it legal to scrape Eventbrite? The Actor collects only publicly available event data. You are responsible for compliance with Eventbrite's Terms and your local regulations, including how you use organizer contact details.

🔗 More events, local-data & lead-gen scrapers by logiover

Building an events, local-business or organizer-outreach dataset? Pair Eventbrite with these:

ActorWhat it does
Luma Event ScraperScrape Lu.ma events, hosts & details
Meetup ScraperGroups, events & attendee counts from Meetup
Resident Advisor ScraperClub/music events, lineups & venues
OpenStreetMap Business POI ScraperLocal businesses & POIs with address + geo
Y Combinator Companies DirectoryYC startup directory for B2B leads
Website Contact ScraperEmails, phones & socials from organizer sites
Bulk Social Profile ExtractorEnrich domains with social profiles
Bulk Email VerifierValidate outreach email lists
Skool ScraperCommunities & memberships from Skool
B2B Lead ScraperCompany + person + email leads by sector & country

👉 Browse all logiover scrapers on Apify Store — 180+ actors across real estate, jobs, crypto, social media & B2B data.

⏰ Scheduling & integration

Schedule this Actor on Apify to refresh your event feed or organizer leads daily or weekly. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, CRM, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated events and outreach pipelines.

⭐ Support & feedback

Found a bug or need an extra field? Open an issue on the Issues tab — response is usually fast. If this Actor saves you time, a ★★★★★ review on the Store page genuinely helps and is hugely appreciated. 🙏

This Actor collects publicly available event data only. You are responsible for compliance with Eventbrite's Terms of Service, GDPR and your local regulations, including how you use organizer contact details.


📝 Changelog

2026-07-06

  • ✨ README overhaul: richer output sample, three ready-to-run example scenarios, expanded events/lead-gen cross-links, and clearer quick-start.

2026-07-01

  • Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
  • Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
  • Added ready-to-run example tasks that cover common real-world use cases.

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for using this as an Eventbrite API alternative, exporting Eventbrite events to CSV/JSON, and scraping without an API key or login.