
Luma Event Attendees
FreeExtract event profiles for targeted outreach.
Free Β· Opens the source repo
What Luma Event Attendees does
Luma Event Attendees is a skill designed for developers and marketers looking to enhance their outreach efforts by extracting valuable attendee data from Luma events. This tool provides two modes of operation: a free direct scraping method for hosts and a paid Apify-powered search for comprehensive guest profiles. Users can easily gather event metadata, host information, and, when available, detailed guest profiles including social media links and bios.
The direct scrape mode allows users to quickly pull data from specific Luma event pages, making it suitable for those who need immediate access to host information without incurring costs. In contrast, the Apify search mode is recommended for users who require detailed guest information, as it leverages the capabilities of the Apify platform to return extensive profiles, including LinkedIn and Twitter links. This dual approach ensures that users can choose the method that best fits their needs and budget.
To get started, users need to set up an Apify API token and install the necessary dependencies. The skill supports multiple event URLs and can export results in both CSV and JSON formats. With caching options available, users can manage data freshness according to their specific requirements. This skill is particularly beneficial for sales teams and marketers who are looking to identify and connect with potential leads at industry events, facilitating targeted outreach efforts based on attendee profiles.
When to use it
Use this skill when you need to gather information about speakers, hosts, and guests at Luma events for outreach or lead generation purposes.
When not to use it
This skill may not be suitable for events where guest lists are not publicly accessible or when detailed attendee information is not required.
What you can build with it
Finding Event Speakers
Quickly scrape a specific Luma event page to gather host and speaker information for outreach.
Generating Guest Lists
Use the Apify search mode to find guest profiles from multiple events, exporting the data for further analysis.
Targeted Outreach Campaigns
Identify potential leads by filtering guest profiles based on specific criteria, such as job title or company size.
How to install Luma Event Attendees
View source1. Install with the skills CLI
npx skills add gooseworks-ai/goose-skills/luma-event-attendees --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by gooseworks-ailuma-event-attendees
Find and extract speakers, hosts, and registered guest profiles from Luma events for outreach prospecting.
Two Modes
1. Direct Scrape (free)
Scrapes Luma event pages directly. Gets event metadata + hosts. Guest profiles only if publicly embedded in the page.
python3 scripts/scrape_event.py https://lu.ma/abc123
2. Apify Search (paid, recommended for guest lists)
Uses the lexis-solutions/lu-ma-scraper Apify actor to search Luma and return full event data including featured guest profiles (name, bio, LinkedIn, Twitter, Instagram, website).
python3 scripts/scrape_event.py --search "AI San Francisco"
Cost: $29/month flat subscription on Apify. Rent: https://console.apify.com/actors/r5gMxLV2rOF3J1fxu
Setup
1. Apify API Token (required for --search mode)
- Create account: https://apify.com/
- Get API token: https://console.apify.com/account/integrations
- Rent the Luma scraper: https://console.apify.com/actors/r5gMxLV2rOF3J1fxu ($29/mo, 24h free trial)
- Set token:
export APIFY_API_TOKEN="apify_api_YOUR_TOKEN_HERE"
# Or create .env file in skill directory
2. Install Dependencies
pip3 install requests
Usage
Direct Scrape (free, hosts only)
# Single event
python3 scripts/scrape_event.py https://lu.ma/pwciozw0
# Multiple events
python3 scripts/scrape_event.py https://lu.ma/abc https://lu.ma/def
# Export to CSV
python3 scripts/scrape_event.py https://lu.ma/abc --output hosts.csv
Apify Search (guest profiles)
# Search for AI events in SF
python3 scripts/scrape_event.py --search "AI San Francisco"
# Just list events (don't extract people)
python3 scripts/scrape_event.py --search "SaaS NYC" --events-only
# Export all guests to CSV
python3 scripts/scrape_event.py --search "AI San Francisco" --output guests.csv
# Export as JSON
python3 scripts/scrape_event.py --search "AI SF" --output guests.json --json
Caching
Results cached for 24 hours by default:
# Force fresh fetch
python3 scripts/scrape_event.py --search "AI SF" --no-cache
# Custom cache duration
python3 scripts/scrape_event.py --search "AI SF" --cache-hours 12
Options Reference
Positional:
urls Event URLs to scrape directly (free)
Search:
--search, -s Search Luma via Apify (e.g., 'AI San Francisco')
--events-only Only list events, don't extract people
Output:
--output, -o Output file path (.csv or .json)
--json Output JSON format (default: CSV)
Cache:
--no-cache Skip cache, always fetch fresh
--cache-hours Cache max age in hours (default: 24)
Output Format
CSV Columns
| name | event_role | bio | title | company | linkedin_url | twitter_url | instagram_url | website_url | username | event_name | event_date | event_url |
|---|
What You Get Per Person
- name - Full name
- event_role - Host, Guest, or Speaker
- bio - Luma profile bio
- linkedin_url - LinkedIn profile URL
- twitter_url - Twitter/X profile URL
- instagram_url - Instagram handle
- website_url - Personal website
- username - Luma username
- event_name - Which event they're associated with
- event_date - Event date (ISO format)
- event_url - Link to the event
AI Agent Workflow
This skill is designed to be called by an AI agent as part of a prospecting workflow:
Step 1: Find Events
"Search Luma for AI and SaaS events in San Francisco"
python3 scripts/scrape_event.py --search "AI San Francisco" --events-only
Step 2: Extract Guest Profiles
"Get all guest profiles from those events"
python3 scripts/scrape_event.py --search "AI San Francisco" --output guests.csv
Step 3: Qualify Against ICP
Ask the agent to filter the CSV:
"From these guests, find founders/VPs at B2B SaaS companies, 20-200 employees"
Step 4: Enrich
For qualified leads:
- Look up LinkedIn profiles for role/company details
- Research their companies
- Check for overlapping signals (hiring? recently funded?)
Step 5: Generate Outreach
"Draft connection requests for qualified guests. I'll be at [event]. We sell [product] at [price]. Keep it casual."
Data Access Realities
| Data | Direct Scrape (free) | Apify Search (paid) |
|---|---|---|
| Event metadata | Yes | Yes |
| Hosts/organizers | Yes | Yes |
| Featured guests (public RSVPs) | Sometimes | Yes |
| Full attendee list | No (requires auth) | Partial (public profiles only) |
| Guest LinkedIn/Twitter | Yes (if in page) | Yes |
| Guest bio | Yes (if in page) | Yes |
| Guest email | No | No |
Note: Luma events have a show_guest_list setting. When disabled, guest profiles aren't publicly accessible. The Apify scraper can still get featured_guests for events that have them.
Example Prompts
Quick search:
"Find AI events in SF this month and get me guest profiles"
Targeted:
"Search Luma for 'SaaS growth' events. Export all guest profiles to CSV. Then qualify against our ICP: VP+ at B2B SaaS, 50-500 employees."
Full workflow:
"Search Luma for AI and developer events in SF. Get all guest profiles. For each person with a LinkedIn, check if they match our ICP (founders/VPs at B2B SaaS, 20-200 employees, Series A-C). Draft pre-event connection requests for the ones I'll see at [event name]. We sell GTM engineering at $10K/month. Output qualified leads to CSV."
Troubleshooting
"APIFY_API_TOKEN not set"
export APIFY_API_TOKEN="your_token_here"
"Apify actor not rented"
Rent the Luma scraper at: https://console.apify.com/actors/r5gMxLV2rOF3J1fxu
No guests found for an event
- The event may have
show_guest_listdisabled - Try the --search mode which can access featured_guests
- Some events simply don't have public guest profiles
"ModuleNotFoundError: requests"
pip3 install requests
Metadata
metadata:
clawdbot:
emoji: "π€"
requires:
env: ["APIFY_API_TOKEN"]
bins: ["python3"]
packages: ["requests"]
Built by Goose - Powered by Apify (lexis-solutions/lu-ma-scraper)
Frequently asked questions about Luma Event Attendees
Similar skills
Create an Asset
Generate tailored sales assets from your deal context.
Contact Research
Effortlessly retrieve detailed contact profiles.
Compose Outreach
Generate tailored outreach messages with ease.
Enterprise Account Planning
Optimize your enterprise sales strategy effectively.
Lead Triage
Prioritize HubSpot leads with actionable insights.
Pipeline Review
Optimize your sales pipeline with actionable insights.
