Luma Guest List Scraper + LinkedIn URLs avatar

Luma Guest List Scraper + LinkedIn URLs

Pricing

Pay per usage

Go to Apify Store
Luma Guest List Scraper + LinkedIn URLs

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

Amit EL

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Luma Guest Scraper — Apify Actor

Scrape guest lists from Luma events. Exports names, LinkedIn, Instagram, X (Twitter) profiles, bios, and websites.

Input

FieldTypeRequiredDescription
eventUrlsstring[]Luma event URLs or slugs
lumaCookiestringYour luma.auth-session-key cookie
includeLinkedinbooleanInclude LinkedIn URLs (default: true)
includeInstagrambooleanInclude Instagram handles (default: true)
includeXbooleanInclude X/Twitter handles (default: true)
includeBiobooleanInclude short bio (default: false)
includeWebsitebooleanInclude website (default: false)
  1. Log into lu.ma
  2. Open DevTools → Application → Cookies
  3. Copy the value of luma.auth-session-key
  4. Paste it into the lumaCookie input 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 install
echo '{ "eventUrls": ["https://lu.ma/your-event"], "lumaCookie": "your-cookie" }' > storage/key_value_stores/default/INPUT.json
npm start