Eventbrite Scraper - Events, Venues & Ticket Prices
Pricing
from $4.50 / 1,000 event scrapeds
Eventbrite Scraper - Events, Venues & Ticket Prices
Search upcoming events by topic and get the date, venue, city, organiser and lowest ticket price for each one. Filter to free events or a date range like this weekend, and walk deep result sets page by page.
Pricing
from $4.50 / 1,000 event scrapeds
Rating
0.0
(0)
Developer
Goutam Soni
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Eventbrite Scraper
Search upcoming events by topic and get the details that matter for planning or research: when it runs, where, who is organising it, and what a ticket costs. No login and no API key.
What it does
- Search by topic - one search per keyword, so add keywords to widen the net.
- Ticket pricing - the lowest ticket price with its currency, plus a plain free flag and a sold out flag.
- Venue and organiser - venue name, city, region and country, and who is running the event.
- Online or in person - a clear flag, so you can filter either way.
- Date filters - all upcoming, today, this weekend, next week, and more.
- Deep pagination - results are collected 20 at a time up to your cap, across large result sets.
Listings change daily as events are added and sell out, so schedule the run to track a topic or a city over time.
Common uses: event and competitor research, sponsorship and speaking opportunities, venue and pricing benchmarks, and building an events dataset.
Input
| Field | Type | Description |
|---|---|---|
searchQueries | array | Topics to find events for. One search per entry. |
placeId | string | Optional place identifier to restrict to one city or region. |
dateRange | string | current_future, today, tomorrow, this_week, this_weekend, next_week, this_month. |
maxResultsPerQuery | integer | Cap per query. Default 100, up to 5000. |
onlyFree | boolean | Keep only free events. Default false. |
proxyConfiguration | object | Optional. Enable to spread requests across IPs. |
Example input
{"searchQueries": ["music", "tech"],"dateRange": "this_weekend","maxResultsPerQuery": 200,"onlyFree": true}
Output
Each item is one event.
{"id": "100000000001","name": "An Example Event","summary": "A short plain text description of the event.","startDate": "2026-08-20","startTime": "18:00","endDate": "2026-08-20","endTime": "21:00","timezone": "Europe/London","isOnline": false,"isCancelled": false,"venueName": "Example Hall","venueCity": "London","venueRegion": "England","venueCountry": "GB","organizer": "Acme Events","isFree": false,"minPrice": 17.85,"currency": "GBP","soldOut": false,"imageUrl": "https://example.com/event-image.jpg","url": "https://example.com/e/an-example-event"}
Online events have no venue, and free events return a minPrice of zero, so the shape is always the same.
Notes
- No login and no API key. Set your search terms and run.
- Combine
dateRange: "this_weekend"withonlyFreeto build a list of free local events. - Raise
maxResultsPerQueryto walk deep into large result sets; the run stops automatically when the listings run out.
Privacy
To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.