Eventbrite Events Scraper Pro — Search, Filter & Export avatar

Eventbrite Events Scraper Pro — Search, Filter & Export

Pricing

from $8.00 / 1,000 result processeds

Go to Apify Store
Eventbrite Events Scraper Pro — Search, Filter & Export

Eventbrite Events Scraper Pro — Search, Filter & Export

Scrape Eventbrite events by keyword, city, date range, category, and price. Get event name, date, location, price, organizer, description, and direct ticket URL. Ideal for event research, lead generation, and market analysis.

Pricing

from $8.00 / 1,000 result processeds

Rating

0.0

(0)

Developer

Avinash

Avinash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Eventbrite Events Scraper Pro

What this actor does: Finds Eventbrite events matching your keywords, city, date range, category, and price type — then exports full event details as structured JSON. Discovers events via search, then extracts name, date, location, venue, organizer, ticket price, description, and image from each event page. No API key needed.

Features

  • Search by keyword, city, country, date range, category, and price type
  • Smart discovery that works from cloud IPs (Eventbrite search pages block datacenter traffic; this actor discovers events via search-engine indexing instead)
  • Extracts: event name, date, location, venue, organizer, ticket price, description, image URL
  • Filters: free vs paid events, date range
  • Output: clean JSON compatible with Airtable, Notion, Make.com, and Zapier

Use Cases

  • Event research: Find all AI conferences in San Francisco in Q3 2026
  • Lead generation: Discover startup networking events and get organizer names
  • Market research: Track which categories and cities have the most events
  • Content creation: Build event roundup newsletters automatically
  • Competitive intelligence: Monitor what events competitors are hosting or attending

Input Parameters

ParameterTypeDescriptionDefault
querystringSearch keywords (e.g. "AI summit", "crypto meetup")
citystringCity name (e.g. "San Francisco", "London")
countrystringCountry code (e.g. "us", "gb", "de")"us"
dateFromstringStart date filter (YYYY-MM-DD)
dateTostringEnd date filter (YYYY-MM-DD)
categorystringEventbrite category (e.g. "technology", "business", "music")
priceTypestring"free", "paid", or "both""both"
maxPagesnumberKept for backward compatibility (discovery is now index-based)2
maxResultsnumberMaximum events to return100

Output Fields

Each event in the dataset contains:

FieldDescription
nameEvent title
urlEventbrite event page (direct ticket link)
startAtISO 8601 start datetime
endDateISO 8601 end datetime (if available)
descriptionPlain text description
location"City, Country" string
venueObject: name, address, city, country, lat, lng
isOnlineBoolean — true if virtual event
isFreeBoolean
ticketPricePrice string (e.g. "25 USD") or "Free"
ticketUrlDirect link to purchase tickets
organizerOrganizer name
imageUrlEvent cover image URL
scrapedAtTimestamp when event was scraped

Example Input

{
"query": "AI startup",
"city": "San Francisco",
"country": "us",
"dateFrom": "2026-05-01",
"dateTo": "2026-08-31",
"category": "technology",
"priceType": "both",
"maxPages": 3,
"maxResults": 60
}

Example Output

{
"name": "AI Founders Summit 2026",
"url": "https://www.eventbrite.com/e/ai-founders-summit-2026-tickets-1234567890",
"startAt": "2026-06-15T18:00:00.000Z",
"location": "San Francisco, US",
"venue": { "name": "Moscone Center", "city": "San Francisco", "country": "US" },
"isOnline": false,
"isFree": false,
"ticketPrice": "299 USD",
"organizer": "TechConf Events LLC",
"source": "eventbrite",
"scrapedAt": "2026-04-23T10:00:00.000Z"
}

Questions answered by this actor

  • Where are all the AI events in San Francisco this summer?
  • What free business networking events are happening in New York?
  • Who organizes the most technology conferences in London?
  • What's the average ticket price for startup events in my city?
  • Which music festivals are coming up in Austin next month?

Frequently Asked Questions

Does this require an Eventbrite API key? No. This actor scrapes the public Eventbrite website using Playwright.

How many events can I get per run? Up to maxResults events (max 500). Discovery pulls from currently indexed Eventbrite listings matching your keywords and city.

How fresh is the data? Data is scraped live each time you run the actor.

Can I schedule this actor? Yes — use Apify's built-in scheduling to run daily or weekly and keep your dataset fresh.

What Eventbrite categories can I use? Common slugs: technology, business, music, food-and-drink, arts, science-and-tech, sports, health, family-education, charity.