Eventbrite Events Scraper – Listings, Prices & Venues avatar

Eventbrite Events Scraper – Listings, Prices & Venues

Pricing

$2.00 / 1,000 events

Go to Apify Store
Eventbrite Events Scraper – Listings, Prices & Venues

Eventbrite Events Scraper – Listings, Prices & Venues

Extract Eventbrite search results as clean JSON: title, start/end time, venue, organizer, price range and category. Search by URL, keyword, location or online-only. No login, no persondata.

Pricing

$2.00 / 1,000 events

Rating

0.0

(0)

Developer

Rowfeed

Rowfeed

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Get Eventbrite search results as clean JSON rows: title, start/end time (UTC, local and timezone), venue, organizer, price range and category, for any city, keyword or online search. Built for event marketers, local-business researchers, community managers and AI agents that need what's happening where, without a login, an API key or a headless browser. Plain HTTPS calls to Eventbrite's own public search pages with retries and a silent-failure check, so a scheduled run keeps working when a page hiccups.

What you get

  • Every event as one row – id, name, URL, start/end time in UTC and local time with timezone, online/in-person flag, venue name and city/region/country (no street address), organizer name and public profile, category and subcategory, tags, cover image and a short summary.
  • Price when Eventbrite shows itis_free, price_min, price_max and price_currency for sponsored/promoted listings, which are the only rows Eventbrite's search page prices up front; organic results carry every other field but leave price null (documented below, not a bug).
  • Three ways to search – a list of Eventbrite search-page URLs, or a keyword + location pair that builds one for you (e.g. music + ca--san-francisco), with an online-only switch. A hard cap on events keeps the cost of a run known up front.

Sample row

One promoted listing from a real run against https://www.eventbrite.com/d/ny--new-york/technology--events/ (11.09.2026). Raw Eventbrite fields not shown here (image, locations, tags details, dedup, …) are trimmed for length but present in every row.

{
"id": "1999335985754",
"name": "Maker Faire Coney Island 2026",
"url": "https://www.eventbrite.com/e/maker-faire-coney-island-2026-tickets-1999335985754",
"start_utc": "2026-09-19T15:00:00+00:00",
"start_local": "2026-09-19T11:00:00-04:00",
"end_utc": "2026-09-21T21:00:00+00:00",
"end_local": "2026-09-21T17:00:00-04:00",
"timezone": "America/New_York",
"is_online": false,
"venue_name": "Coney Island Amphitheater",
"venue_city": "Brooklyn",
"venue_region": "NY",
"venue_country": "US",
"organizer_name": "Maker Faire Coney Island",
"organizer_url": "https://www.eventbrite.com/o/maker-faire-coney-island-121698463472",
"is_free": false,
"price_min": 17.85,
"price_max": 28.52,
"price_currency": "USD",
"is_sold_out": false,
"has_available_tickets": true,
"category": null,
"subcategory": null,
"tags": [],
"image_url": "https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1192331931%2F3012479104352%2F1%2Foriginal.20260901-015941?crop=focalpoint&fit=crop&h=230&w=460&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.091&fp-y=0.384&s=a8b79bf713a4ab614991506aeb45f770",
"summary": "Maker Faire Coney Island is an interactive event that celebrates, shares and showcases the work of inventors, creators, and DIY enthusiasts",
"tickets_url": "https://www.eventbrite.com/checkout-external?eid=1999335985754",
"source_url": "https://www.eventbrite.com/d/ny--new-york/technology--events/",
"scraped_at": "2026-09-11T07:58:12+00:00"
}

Filters

InputDefaultWhat it does
searchUrls2 verified URLs (NY tech events, online Python events)Eventbrite search-page URLs to scrape. Ignored when keywords or location is set.
keywords""Search term, e.g. "python" or "live music". Builds one search URL together with location.
location""Eventbrite location slug, e.g. "ny--new-york", "ca--san-francisco", or "online". Find a city's slug by browsing eventbrite.com/d/ and reading the URL. Empty defaults to "online".
maxEvents200Stop after this many rows per search URL.
onlineOnlyfalseKeep only online events; also forces the keyword/location URL builder to Eventbrite's "online" bucket.

Pricing

Pay per event, no subscription: $2 per 1,000 events. A default run (up to 400 rows across the two default search URLs) costs at most $0.80. Set a maximum charge on the run and the Actor stops cleanly when it is reached, charging only for rows that were actually saved.

Details

  • Source: Eventbrite's public search pages (eventbrite.com/d/...), reading the window.__SERVER_DATA__ JSON embedded in the HTML. No authentication, no proxies, no browser, no personal data.
  • Price and organizer coverage: Eventbrite's search JSON only prices and names the organizer for the "promoted"/sponsored listings on a page (measured 11 Sep 2026: about 1 in 25 results, 16 of 445 rows across three runs). Every other field (title, times, venue, category, tags, summary) is present for every row regardless.
  • No attendee data: only public listing information is extracted — no attendee lists, emails or phone numbers, and venue location is city/region/country only, never the street address.
  • Reliability: 429 and 5xx responses are retried with exponential backoff (5 tries), a 200 without a parseable __SERVER_DATA__ block counts as a failure, and one bad search URL never stops the run: it becomes an error row (source_url, error, errorMessage) and the rest continues. A run fails only when it produced no rows and hit errors; a search with zero matching events is a successful, empty run.
  • Run stats: the STATS record in the run's key-value store holds request and error counts per category (network, rate_limit, blocked, not_found, other).
  • Pagination: follows Eventbrite's own page_count (20 events per page) until maxEvents is reached or pages run out.
  • Output: one dataset row per event with the columns above first and every other raw Eventbrite search field after them (except the venue's raw street-address block, which is never included). Export as JSON, CSV or Excel, fetch through the Apify API, or schedule runs and pipe them into Google Sheets, Make, Zapier or your own code.

Not affiliated with Eventbrite.