App Logo
luma.com

Get Luma event visible attendees

Get the publicly visible attendees of a Luma event (the featured preview Luma itself shows on the event page, with social handles) plus the total registered guest count. Luma does not expose a full roster to anonymous visitors, so this returns the visible subset, not every attendee.

Input

slug required

The event's short Luma slug, e.g. "9n5kxo7k" from luma.com/9n5kxo7k.

Output

slug required
event_id required
guest_count required
show_guest_list required
visible_attendees required

FAQ

Get the publicly visible attendees of a Luma event (the featured preview Luma itself shows on the event page, with social handles) plus the total registered guest count. Luma does not expose a full roster to anonymous visitors, so this returns the visible subset, not every attendee.
Required: slug.
It returns slug, event_id, guest_count, show_guest_list, visible_attendees.
No. It only uses pages of luma.com that are reachable without signing in.
It only reads. It looks things up on luma.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/luma.com/get_event_attendees, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/luma.com/get_event_attendees
It is part of Reduck's official curated catalogue.

Start building not clicking