VOOZH about

URL: https://apify.com/scrapesage/eventbrite-scraper

⇱ Eventbrite Scraper: Events & Organizer Leads Β· Apify


πŸ‘ Eventbrite Scraper - Events + Organizer Leads avatar

Eventbrite Scraper - Events + Organizer Leads

Pricing

from $3.00 / 1,000 event scrapeds

Go to Apify Store

Eventbrite Scraper - Events + Organizer Leads

Scrape Eventbrite events with real ticket prices, dates, full venue geo, sold-out status & complete organizer profiles: followers, attendees hosted, website & socials. Optionally extract organizer contact emails for lead generation. Search by keyword, city, category or URL. Export JSON, CSV, Excel.

Pricing

from $3.00 / 1,000 event scrapeds

Rating

0.0

(0)

Developer

πŸ‘ Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Eventbrite Scraper β€” Events + Organizer Leads (Ticket Prices, Emails & Socials)

Extract complete Eventbrite event data β€” including the fields other scrapers return empty: real min/max ticket prices, sold-out status, full venue geo, and complete organizer profiles (followers, total attendees hosted, total events, verified badges, website, socials). Optionally turn every organizer into a ready-to-contact B2B lead by crawling their own website for contact emails, phone numbers, and social links.

No login, no cookies, no browser β€” fast JSON extraction with 99%+ reliability.

Why this Eventbrite scraper?

Most Eventbrite scrapers only parse the public listing cards and return null for the fields that actually matter. This actor pulls data from Eventbrite's internal batched event API and ships the richest dataset in the category:

DataTypical scrapersThis actor
Min/max ticket price + currency❌ nullβœ… real prices
Sold-out / availability / sales-end-soon flagsβŒβœ…
Organizer followers, total attendees, total events, hosting-sinceβŒβœ…
Organizer website, Twitter/X, FacebookβŒβœ…
Organizer contact emails (from their website)βŒβœ… opt-in
Organizer LinkedIn / Instagram / YouTube / TikTokβŒβœ… opt-in
Lead score (0–100) per organizerβŒβœ…
Venue geo (lat/lng, postal code, full address)partialβœ…
Lineup / agenda / FAQs / refund policyβŒβœ… opt-in

Use cases

  • Lead generation β€” event organizers are active buyers: they need venues, catering, AV, ticketing, sponsorship, marketing. Score them by audience size (organizerTotalAttendees, organizerNumFollowers) and contact them directly (organizerEmails).
  • Event discovery & aggregation β€” feed event calendars, newsletters, and apps with structured event data including prices and availability for any city: New York, London, Los Angeles, Chicago, Toronto, Sydney, Berlin, and thousands more.
  • Market & pricing intelligence β€” track ticket pricing, sell-out velocity (salesEndSoon, isSoldOut), and category trends (music, business, tech, food & drink, health) by city.
  • Competitor monitoring β€” schedule recurring runs to watch organizers, categories, or cities for new events.
  • Sponsorship prospecting β€” find events by audience, size, and topic; reach the organizer with verified contact data.

How to use

  1. Sign up for Apify β€” the free plan is enough to try this actor.
  2. Open the Eventbrite Scraper, enter search queries and locations (or paste Eventbrite URLs), and click Start.
  3. Watch results stream into the dataset table.
  4. Export as JSON, CSV, Excel, XML, or RSS β€” or pull results programmatically via the Apify API.

Input

{
"searchQueries":["ai conference"],
"locations":["ny--new-york","online"],
"maxEvents":200,
"includeOrganizerProfile":true,
"includeOrganizerStats":true,
"enrichOrganizerEmails":true,
"deduplicateOrganizers":true
}
  • searchQueries β€” keywords, combined with every location.
  • locations β€” Eventbrite slugs (ny--new-york, ca--san-francisco, united-kingdom--london), City, ST strings (Austin, TX), countries (germany), or online.
  • categories β€” optional category browse (music, business, food-and-drink, health, science-and-tech, …).
  • startUrls β€” direct event pages (/e/…), search pages (/d/…), or organizer profiles (/o/…).
  • dateFrom / dateTo / eventFormat / freeEventsOnly / onlyAvailableTickets β€” filters.
  • includeOrganizerProfile (default true) β€” full organizer profile for every unique organizer.
  • includeOrganizerStats (default true) β€” total attendees hosted, total events, hosting-since, verified / super-organizer badges (one extra page per unique organizer).
  • enrichOrganizerEmails (default false) β€” crawl the organizer's own website (home + contact/about, max 3 pages) for emails, phone, contact form, and extra socials. Eventbrite never exposes emails β€” this is the only way to get them.
  • deduplicateOrganizers (default false) β€” also output one lead record per organizer (type: "organizer").
  • includeStructuredContent (default false) β€” lineup, agenda, FAQs, capacity, refund policy, age restriction, door time (one extra page per event).

Output

One record per event (type: "event"), plus optional organizer lead records (type: "organizer"):

{
"type":"event",
"eventId":"1234567890123",
"name":"AI Builders Summit 2026",
"summary":"A full-day summit for AI engineers and founders…",
"url":"https://www.eventbrite.com/e/ai-builders-summit-2026-tickets-1234567890123",
"startDateLocal":"2026-07-18T09:00",
"endDateLocal":"2026-07-18T18:00",
"timezone":"America/New_York",
"durationInMinutes":540,
"isOnlineEvent":false,
"category":"Science & Technology",
"subcategory":"High Tech",
"tags":["Science & Technology","High Tech","ai","machine learning"],
"minTicketPrice":149,
"maxTicketPrice":499,
"currency":"USD",
"isFree":false,
"isSoldOut":false,
"hasAvailableTickets":true,
"salesStatus":"on_sale",
"venueName":"Brooklyn Expo Center",
"addressFull":"72 Noble St, Brooklyn, NY 11222",
"city":"Brooklyn",
"region":"NY",
"country":"US",
"latitude":40.7304,
"longitude":-73.9573,
"organizerId":"17532112182",
"organizerName":"TechEvents NYC",
"organizerProfileUrl":"https://www.eventbrite.com/o/17532112182",
"organizerWebsiteUrl":"https://techeventsnyc.com",
"organizerTwitter":"techeventsnyc",
"organizerFacebook":"techeventsnyc",
"organizerNumFollowers":10948,
"organizerNumUpcomingEvents":12,
"organizerTotalEvents":825,
"organizerTotalAttendees":321202,
"organizerIsVerified":true,
"organizerHostingSinceYears":6,
"organizerEmails":["hello@techeventsnyc.com"],
"organizerLinkedin":"https://www.linkedin.com/company/techeventsnyc",
"organizerPhone":"+1 212 555 0134",
"leadScore":87,
"searchQuery":"ai conference",
"searchLocation":"ny--new-york",
"scrapedAt":"2026-06-11T12:00:00.000Z"
}

Automate & schedule

Run this actor on autopilot and pull results into your own stack:

  • Apify API β€” start runs, fetch datasets, and manage schedules over REST.
  • apify-client for JavaScript and apify-client for Python β€” official SDKs.
  • Schedules β€” run it hourly/daily/weekly to monitor new events in a city, category, or for specific organizers; perfect for newsletters and lead pipelines.
  • Webhooks β€” trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'MY_APIFY_TOKEN'});
const run =await client.actor('scrapesage/eventbrite-scraper').call({
searchQueries:['startup networking'],
locations:['ca--san-francisco'],
maxEvents:200,
enrichOrganizerEmails:true,
deduplicateOrganizers:true,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} events & organizer leads`);

Integrate with any app

Connect the dataset to 5,000+ apps β€” no code required:

  • Make β€” multi-step automation scenarios.
  • Zapier β€” push new organizer leads straight into your CRM.
  • Slack β€” get notified when a monitored search finds new events.
  • Google Drive / Sheets β€” auto-export every run to a spreadsheet.
  • Airbyte β€” pipe results into your data warehouse.
  • GitHub β€” trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. You can call this actor from Claude, ChatGPT, or any agent framework through the Apify MCP server β€” ask your assistant to "find AI conferences in New York next month and list organizer contacts" and let it run this scraper for you.

More scrapers from scrapesage

Build a complete event lead-gen stack β€” scrape the attendee/exhibitor side of the events your prospects run:

Tips

  • Large cities: Eventbrite caps search pagination at ~980 events per query. To exhaust a big city, split runs by category and/or narrow dateFrom/dateTo windows.
  • Recurring monitoring: combine Schedules with dateFrom to track only newly listed events.
  • Proxies: keep the default residential proxy group; Eventbrite's search pages block most datacenter IPs.
  • Cost control: organizer profile/stats calls are deduplicated per organizer, and email enrichment only runs for organizers that actually have a website.

FAQ

How do I scrape Eventbrite events for a specific city? Put the city in locations β€” either the Eventbrite slug from the URL (ny--new-york, united-kingdom--london) or a plain City, ST string like Austin, TX. Combine with searchQueries or categories to narrow by topic.

Does it work without the Eventbrite API? Yes. Eventbrite shut down its public event-search API in 2020 β€” this actor extracts the same (and richer) data from public pages and endpoints, no API key or login needed.

Can I export to Google Sheets, CSV, or Excel? Yes β€” one click in the dataset view, or automatically on every run via the Google Drive integration.

How do I monitor new events automatically? Create a Schedule (e.g. daily), and optionally add a webhook or Zapier zap to push new organizer leads into your CRM as they appear.

Where do the emails come from? Never from Eventbrite (they don't publish emails). With enrichOrganizerEmails on, the actor visits the organizer's own public website and extracts publicly listed contact emails β€” the same thing a human visitor would see.

Is scraping Eventbrite legal? This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (GDPR/CCPA for personal data) and Eventbrite's terms.

An event field is null β€” why? Some events genuinely don't publish prices (donation/registration-only), venues (online events), or organizer websites. Fields are null only when the data doesn't exist, not because the scraper skipped them.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome β€” this actor is actively maintained.

You might also like

Eventbrite [Only $0.99] Scraper

memo23/eventbrite-scraper

Turn Eventbrite into an events feed AND an organizer lead list: event name, dates, venue, geo, ticket price range and category, plus each organizer’s website, socials, followers and a best-effort email. Any search, event or organizer URL in. One row per event, JSON or CSV out.

πŸ‘ User avatar

Muhamed Didovic

15

Eventbrite Events Scraper

crawlerbros/eventbrite-scraper

Extract events from Eventbrite like title, date, venue, organizer, ticket price, image, tags. Filter by location, category, or keyword. No proxy required.

39

Eventbrite Events & Organizers Scraper

acia/eventbrite-scraper

Scrape events from Eventbrite by keyword and location. Extract title, date, location, price, organizer, and description. Perfect for event research, market analysis, and lead generation.

Eventbrite Scraper - Scrape Events & Organizers

logiover/eventbrite-scraper

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

Eventbrite Events Scraper β€” Tickets, Venues & Organizers

khadinakbar/eventbrite-events-scraper

Scrape Eventbrite events by URL, city, category, date, or free-text search. Returns 30+ fields per event: title, ISO dates, venue with GPS coords, organizer, ticket prices, tags, images. Three input modes, pagination to ~1K events. MCP-ready, auth-free.

Eventbrite Email Scraper

gordian/eventbrite-email-scraper

Instantly extract event organizer email addresses from Eventbrite pages by keyword and domain. Perfect for lead generation and outreach automation.

EventBrite Scraper

newpo/eventbrite-scraper

Scrapes EventBrite events