🎫 Luma Event Scraper — Dates, Venues & Hosts
Pricing
from $0.0015 / event scraped
🎫 Luma Event Scraper — Dates, Venues & Hosts
Scrape public events from Luma (lu.ma): name, date & time, venue, city, host, cover image, description and ticket info. Browse by city or scrape specific event pages, and export one clean row per event as JSON, CSV or Excel.
Pricing
from $0.0015 / event scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Turn public Luma (lu.ma) event pages into clean, structured data. Browse events by city or topic, or scrape a list of specific event URLs — and get one tidy row per event with the name, date & time, venue, city, host, cover image, ticket info and full description. Export to JSON, CSV or Excel, or pull straight from the API.
Perfect for building event calendars, city guides, community newsletters, market research, lead lists for organizers, or feeding events into your own app, spreadsheet or workflow.
What you get
One flat, ready-to-use record per event:
| Field | Description |
|---|---|
name | Event title |
url / slug | Direct link to the event page |
startAt / endAt | Start and end time (ISO 8601) |
timezone | Event timezone |
isOnline | Whether the event is online |
venueName / address | Venue and full address |
city / region / country | Location |
latitude / longitude | Map coordinates |
coverImageUrl | Event cover image |
host / hostNames | Organizer(s) |
calendarName | The calendar / community it belongs to |
isFree / price / ticketInfo | Free vs. paid and ticket status |
guestCount / registrationCount | Attendance numbers (when shown) |
description | Full event description (detail mode / Include full details) |
categories | Event topics (detail mode / Include full details) |
How to use
1. Discover events (browse & list)
Set mode to Discover events and optionally narrow down:
- City — e.g.
Paris,London,Singapore,New York. Leave empty to browse popular events across many cities. - Category — e.g.
tech,ai,crypto,fooddrink,climate,games,running,books. - Include full event details — also adds the full description and topics to every row.
{"mode": "discover","city": "Paris","maxItems": 100}
2. Event details (from URLs)
Set mode to Event details and paste one or more Luma event links (or their short codes):
{"mode": "event_detail","eventUrls": ["https://lu.ma/7l3q1vki","o6vbvdqe"]}
Input reference
| Field | Type | Description |
|---|---|---|
mode | select | discover (browse & list) or event_detail (from URLs) |
eventUrls | array | Event URLs or codes for detail mode |
city | string | Optional city filter for discover mode |
category | string | Optional topic filter for discover mode |
includeDetails | boolean | Add full description + topics to discover rows |
maxItems | integer | Max events to collect (0 = no limit) |
maxConcurrency | integer | Parallel detail-page fetches |
Tips
- Start with a small
maxItemsto preview the shape of the data, then scale up. - Use Discover with a City for the freshest local events, and Event details when you already have a list of links you care about.
- Results include ISO timestamps and map coordinates, so they drop straight into calendars, maps and databases.
Notes
This scraper collects public event information only. Please use the data responsibly and in line with Luma's terms.