Luma Guest List Scraper + Linkedin Urls avatar

Luma Guest List Scraper + Linkedin Urls

Pricing

from $5.00 / 1,000 results

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/ public guest list . Export results as CSV, JSON, or Excel.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Amit EL

Amit EL

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

7 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)

Requirements

This actor can only scrape guest lists you have permission to view. That means:

  • You are the event host or co-host, OR
  • You are registered as an attendee, OR
  • The event has a public guest list

If you don't have access, the scraper will return no results.

  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