Luma Guest List Scraper + LinkedIn URLs
Pricing
Pay per usage
Go to Apify Store

Luma Guest List Scraper + LinkedIn URLs
Scrape guest lists from Luma (lu.ma) events. Exports attendee names, LinkedIn URLs, Instagram handles, X (Twitter) profiles, bios, and websites. Requires your Luma session cookie. Export results as CSV, JSON, or Excel.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Amit EL
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Luma Guest Scraper — Apify Actor
Scrape guest lists from Luma events. Exports names, LinkedIn, Instagram, X (Twitter) profiles, bios, and websites.
Input
| Field | Type | Required | Description |
|---|---|---|---|
eventUrls | string[] | ✅ | Luma event URLs or slugs |
lumaCookie | string | ✅ | Your luma.auth-session-key cookie |
includeLinkedin | boolean | Include LinkedIn URLs (default: true) | |
includeInstagram | boolean | Include Instagram handles (default: true) | |
includeX | boolean | Include X/Twitter handles (default: true) | |
includeBio | boolean | Include short bio (default: false) | |
includeWebsite | boolean | Include website (default: false) |
How to get your Luma cookie
- Log into lu.ma
- Open DevTools → Application → Cookies
- Copy the value of
luma.auth-session-key - Paste it into the
lumaCookieinput field
Output
Each guest is pushed to the default dataset with fields:
{"event_slug": "my-event","event_id": "evt-abc123","name": "Jane Doe","first_name": "Jane","last_name": "Doe","linkedin": "https://linkedin.com/in/janedoe","instagram": "https://instagram.com/janedoe","x": "https://x.com/janedoe"}
Export results as CSV, JSON, or Excel from the Apify console.
Run locally
npm installecho '{ "eventUrls": ["https://lu.ma/your-event"], "lumaCookie": "your-cookie" }' > storage/key_value_stores/default/INPUT.jsonnpm start