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

3

Monthly active users

10 hours ago

Last modified

Share

Eventbrite Scraper - scrape events, prices & organizers

Scrape Eventbrite events by keyword, city or search URL and export a clean dataset of every event - dates, venues, geo, ticket prices and organizer contact details. This Eventbrite events scraper reads the site's own search data, so there is no login and no API key.

It is 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.

What you get

One flat row per event. Fields include:

  • id / name / url - Eventbrite event id, title and public page URL
  • summary - short event description
  • startDate / startTime / endDate / endTime / timezone - full schedule
  • isOnline / isFree / isSoldOut / hasAvailableTickets - quick filter flags
  • minPrice / maxPrice / currency - ticket price range
  • venueName / address / city / region / postalCode / country - full localized location
  • latitude / longitude - venue geo coordinates
  • organizerName / organizerUrl - organizer name and Eventbrite profile
  • organizerWebsite - organizer's own website (lead-gen)
  • organizerTwitter / organizerFacebook - organizer social handles
  • organizerFollowers / organizerUpcomingEvents - organizer reach signals
  • imageUrl / ticketsUrl - cover image and checkout URL
  • publishedAt / scrapedAt - publish and scrape timestamps

Export the dataset to CSV, JSON, Excel, HTML, or pull it via the Apify API and webhooks. A ready-made Events Overview table view ships with every run.

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, geographic spread.
  • Datasets & ML - a clean, structured events corpus for analytics or models.

How to use

  1. Click Try for free / Start.
  2. Easiest 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/). Location and filters are read from the URL.
  3. Or run a free-text Keyword search across all of Eventbrite; combine it with Online events only, a Date range and a Price filter.
  4. Set Max results (total) and optionally Max results per search to cap volume.
  5. Leave the proxy on the default (datacenter is plenty).
  6. Run it, then download the results as CSV, JSON or Excel from the Storage / Dataset tab.

Example input

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

Or a keyword search for online, free events:

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

Example output

{
"name": "CURLFEST 2026",
"url": "https://www.eventbrite.com/e/curlfest-2026-tickets-...",
"startDate": "2026-06-25", "startTime": "18:00",
"timezone": "America/New_York",
"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", "country": "US",
"latitude": 40.794065, "longitude": -73.967,
"organizerName": "Curly Girl Collective",
"organizerWebsite": "https://www.curlfest.com/",
"organizerTwitter": "ilovecgc",
"organizerFacebook": "curlfest",
"organizerFollowers": 18234,
"ticketsUrl": "https://www.eventbrite.com/checkout-external?eid=...",
"scrapedAt": "2026-06-05T14:20:15.320Z"
}

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. Pass multiple search URLs (different cities or categories) to go wider in a single run. Results are de-duplicated and streamed as flat rows.

FAQ

Do I need an Eventbrite account or API key?

No. The Eventbrite scraper reads public search data - no login, no token, nothing to rate-limit on your 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. The keyword search is location-agnostic unless the URL specifies a place.

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 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 export to CSV or Excel?

Yes. Every run can be downloaded as CSV, JSON, Excel or HTML, or pulled programmatically through the Apify API and webhooks.

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.

How do I export Eventbrite events to CSV or JSON?

Run the actor, then open the Storage / Dataset tab and download the Eventbrite event data as CSV or JSON (Excel and HTML are also available). The same dataset is reachable through the Apify API.

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.


Changelog

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.

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