Eventbrite Pro | Events | Leads | Ticket Data | Global avatar

Eventbrite Pro | Events | Leads | Ticket Data | Global

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Eventbrite Pro | Events | Leads | Ticket Data | Global

Eventbrite Pro | Events | Leads | Ticket Data | Global

Extract Eventbrite event listings with organizer profiles, ticket pricing, and venue data globally

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a day ago

Last modified

Share

Eventbrite Pro Event Scraper — Global Event Data Extraction at Scale

Scrape Eventbrite Events Globally for Lead Generation, Market Research & Competitive Intelligence

The Eventbrite Pro Event Scraper extracts structured event data from Eventbrite across any country, city, or category worldwide. Pull thousands of events with organizer details, pricing, venue info, and dates — all without touching the official API. Ideal for B2B lead generation, event market research, and building custom event databases.


Main Use Cases

  • B2B Event Lead Generation — Build targeted outreach lists by extracting organizer names, event types, and venue data for sponsorship and vendor sales.
  • Conference & Trade Show Intelligence — Track industry events, competitor activity, and partnership opportunities across global markets.
  • Event Market Research & Trend Analysis — Analyze event categories, pricing patterns, and geographic distribution to identify market gaps.
  • Event Marketing Intelligence — Monitor promotional strategies, ticket pricing, and attendance signals to optimize your campaigns.
  • Global Event Database Building — Compile a comprehensive, structured dataset of events across multiple countries, cities, and categories.
  • Competitive Pricing Analysis — Extract ticket tier data and pricing ranges to benchmark your own event pricing.

How It Works

  1. Configure your search — Set country, city, category, keyword, date range, and pagination depth.
  2. Run the Actor — The scraper navigates Eventbrite's public event listings and extracts structured data from each event page.
  3. Get structured results — Download your dataset in JSON, CSV, Excel, or other formats from the Apify Dataset. Use the events_overview view for a clean, flattened dataset.

Input Parameters

FieldTypeRequiredDefaultNotes
countrystringNounited-statesCountry to scrape. Use URL-friendly format (e.g., united-kingdom, germany, australia).
citystringNoSpecific city within the country (e.g., san-francisco, london, tokyo).
categoryenumNoEvent category filter. See available values below.
keywordstringNoSearch keyword to filter events (e.g., AI conference, startup meetup).
startDatestringNoOnly scrape events starting after this date. Format: YYYY-MM-DD.
endDatestringNoOnly scrape events ending before this date. Format: YYYY-MM-DD.
maxPagesintegerNo5Number of listing pages to scrape. Each page contains multiple events. Higher values = more results, higher cost.

Available Categories

business · food-and-drink · health · music · auto-boat-and-air · charity-and-causes · community · family-education · fashion · film-and-media · hobbies · home-and-lifestyle · arts · government · spirituality · school-activities · science-and-tech · holiday · sports-and-fitness · travel-and-outdoor · other · custom


Output

The Actor returns a structured dataset with the events_overview view. Each item in the dataset contains:

FieldDescription
titleEvent title
urlDirect link to the event page
descriptionEvent description or summary
startDateEvent start date/time
endDateEvent end date/time
venueVenue name
cityCity where the event takes place
countryCountry of the event
categoryEvent category
organizerEvent organizer name
organizerUrlOrganizer profile link
ticketPriceTicket price or price range
isFreeWhether the event is free
imageEvent cover image URL
likesNumber of likes/saves (popularity signal)
interestedNumber of people marked as interested

Example Input JSON

{
"country": "united-states",
"city": "san-francisco",
"category": "science-and-tech",
"keyword": "AI",
"startDate": "2026-01-01",
"endDate": "2026-12-31",
"maxPages": 3
}

Example Output JSON

{
"title": "AI & Machine Learning Summit 2026",
"url": "https://www.eventbrite.com/e/ai-ml-summit-2026-tickets-123456789",
"description": "Join 500+ AI practitioners for a day of talks, workshops, and networking.",
"startDate": "2026-03-15T09:00:00",
"endDate": "2026-03-15T18:00:00",
"venue": "Moscone Center",
"city": "San Francisco",
"country": "united-states",
"category": "science-and-tech",
"organizer": "Tech Events Co",
"organizerUrl": "https://www.eventbrite.com/o/tech-events-co-987654",
"ticketPrice": "$99 - $299",
"isFree": false,
"image": "https://img.evbuc.com/...",
"likes": 142,
"interested": 873
}

Integrations & Automation

  • Apify Webhooks — Trigger downstream workflows (CRM updates, Slack alerts) when a run completes.
  • Apify Scheduler — Automate recurring scrapes (e.g., weekly industry event monitoring).
  • Zapier / Make / n8n — Connect the dataset to Google Sheets, Airtable, HubSpot, or any automation platform.
  • Google Sheets — Push results directly to a spreadsheet for team collaboration.
  • CRM Integration — Pipe organizer leads into Salesforce, Pipedrive, or your CRM via API.
  • Custom Pipelines — Use the Apify API to fetch dataset items and feed them into your own data processing pipelines.


FAQ

Why use this Actor instead of the official Eventbrite API?

The official Eventbrite API requires OAuth authentication, has rate limits, and restricts access to events you own or have been granted permissions for. This Actor scrapes public event listings — no API key needed, no rate limits, and access to the full catalog of public events worldwide. It's designed for market research and lead generation use cases where you need broad, unsupervised data collection.

What are alternatives to this Actor?

Alternatives include: (1) the official Eventbrite API for event owners, (2) building a custom scraper with Puppeteer or Playwright, (3) using general-purpose web scraping Actors like apify/web-scraper, or (4) manual data collection. This Actor offers the best balance of ease, reliability, and cost for bulk public event data extraction.

How accurate is the scraped data?

The Actor extracts data directly from Eventbrite's public pages. Data accuracy depends on how event organizers fill out their listings. Fields like title, date, venue, and organizer are highly reliable. Descriptive fields may vary in quality.

Can I scrape private or ticketed events?

No. This Actor only accesses publicly listed events. Private, invite-only, or hidden events are not accessible.

How do I control costs?

Use the maxPages parameter to limit how many pages are scraped. Each page contains multiple events. Combine with category, city, and keyword filters to narrow your results and reduce unnecessary pages. At $0.004 per result, costs are predictable and controllable.


SEO Keywords

Eventbrite scraper, event data extraction, event lead generation, conference data scraping, Eventbrite API alternative, event organizer data, ticket pricing data, event market research, B2B event leads, event trend analysis, meetup data extraction, trade show data, event venue data, event marketing intelligence, global event database, Eventbrite events scraper, event data API, public event scraping


For AI Agents & LLM Apps

Purpose: Extract structured event data from Eventbrite for lead generation, market research, and event intelligence.

Minimal Input:

{ "country": "united-states", "maxPages": 1 }

Output Fields: title, url, description, startDate, endDate, venue, city, country, category, organizer, organizerUrl, ticketPrice, isFree, image, likes, interested

Agent Behaviors:

  • Use the events_overview dataset view for a clean, flattened output.
  • Filter by category or keyword to reduce noise before processing.
  • Respect the maxPages limit to control cost and latency.
  • Each result costs $0.004 — estimate total cost as num_events × $0.004.
  • Use startDate/endDate to scope results to relevant timeframes.

Billing: $0.004 per result (event extracted).


This Actor is an independent scraper and is not affiliated with, endorsed by, or sponsored by Eventbrite, Inc. It accesses only publicly available data from Eventbrite's website. Users are solely responsible for ensuring their use of this Actor complies with Eventbrite's Terms of Service, all applicable laws, and data protection regulations (including GDPR, CCPA, and others) in their jurisdiction. The developer of this Actor assumes no liability for misuse.


Categories: Ecommerce, Lead Generation, Social Media