Eventbrite Events Scraper Pro — Search, Filter & Export Events avatar

Eventbrite Events Scraper Pro — Search, Filter & Export Events

Pricing

Pay per usage

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

Eventbrite Events Scraper Pro — Search, Filter & Export Events

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

Pay per usage

Rating

0.0

(0)

Developer

Avinash

Avinash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Eventbrite Events Scraper Pro

What this actor does: Searches Eventbrite for events matching your keywords, city, date range, category, and price type — then exports all results as structured JSON. Paginates through multiple result pages. No API key needed.

Features

  • Search by keyword, city, country, date range, category, and price type
  • Paginates through up to 20 pages of results (~20 events per page = up to 400 events)
  • 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"
maxPagesnumberPages to scrape (each ~20 events)5
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 400 events (20 pages × ~20 events each). Set maxPages: 20, maxResults: 400.

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.