🎫 Luma Event Scraper — Dates, Venues & Hosts avatar

🎫 Luma Event Scraper — Dates, Venues & Hosts

Pricing

from $0.0015 / event scraped

Go to Apify Store
🎫 Luma Event Scraper — Dates, Venues & Hosts

🎫 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

hiper soft

Maintained by Community

Actor 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:

FieldDescription
nameEvent title
url / slugDirect link to the event page
startAt / endAtStart and end time (ISO 8601)
timezoneEvent timezone
isOnlineWhether the event is online
venueName / addressVenue and full address
city / region / countryLocation
latitude / longitudeMap coordinates
coverImageUrlEvent cover image
host / hostNamesOrganizer(s)
calendarNameThe calendar / community it belongs to
isFree / price / ticketInfoFree vs. paid and ticket status
guestCount / registrationCountAttendance numbers (when shown)
descriptionFull event description (detail mode / Include full details)
categoriesEvent 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

FieldTypeDescription
modeselectdiscover (browse & list) or event_detail (from URLs)
eventUrlsarrayEvent URLs or codes for detail mode
citystringOptional city filter for discover mode
categorystringOptional topic filter for discover mode
includeDetailsbooleanAdd full description + topics to discover rows
maxItemsintegerMax events to collect (0 = no limit)
maxConcurrencyintegerParallel detail-page fetches

Tips

  • Start with a small maxItems to 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.