Eventbrite City Wise
Pricing
from $0.50 / 1,000 results
Eventbrite City Wise
Scrapes public Eventbrite destination pages for a city + date window. Category is optional — omit it to fetch all categories in that city. Same webhook output schema as xenon-eventbrite.
Pricing
from $0.50 / 1,000 results
Rating
5.0
(1)
Developer
XenonDev
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
xenon-eventbrite-city
Apify Actor that scrapes Eventbrite public destination pages for feedirl.
Separate from xenon-eventbrite: here category is optional. Omit it (or pass blank / all / events) to scrape all categories for a city via:
https://www.eventbrite.com/d/{state}--{city}/events/?start_date=…&end_date=…
When category is set, behavior matches the original Actor (/{category}/ path).
Uses Apify residential proxies + CheerioCrawler with SessionPool.
Output shape matches xenon-eventbrite / event-ingestion-webhook (source: "eventbrite").
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
city | string | yes | — | Metro name or Eventbrite slug (ok--oklahoma-city) |
category | string | no | — | Category slug; leave empty for all events |
startDate | string | yes | — | YYYY-MM-DD |
endDate | string | yes | — | YYYY-MM-DD |
country | string | no | united-states | Kept for parity |
maxPages | integer | no | 20 | Max listing pages |
proxyConfiguration | object | no | RESIDENTIAL | Keep residential |
Example — Oklahoma City, no category
{"city": "Oklahoma City","startDate": "2026-08-21","endDate": "2026-08-28","maxPages": 5}
Example — with category
{"city": "ny--new-york","category": "food-and-drink","startDate": "2026-08-21","endDate": "2026-08-28"}
Local / deploy
npm install# Edit INPUT.jsonnpx apify run # often blocked locally without residential proxiesapify loginapify push
After push, use Actor id xenondev~xenon-eventbrite-city (or the Console ID) in runtime / ingest for city-only fetches. Keep xenon-eventbrite for the existing city × category grid.
vs xenon-eventbrite
xenon-eventbrite | xenon-eventbrite-city | |
|---|---|---|
| Category | Required | Optional |
| No-category URL | n/a | /d/{slug}/events/ |
| Use for | Weekly ingest grid | Runtime open browse / unmapped interests |