luma-event-attendees

Extract hosts, speakers, and guest profiles from Luma events to CSV or JSON.

1.1k|200|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/gooseworks-ai/goose-skills --skill luma-event-attendees-gooseworks-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: luma-event-attendees
Source: https://github.com/gooseworks-ai/goose-skills/tree/main/skills/capabilities/luma-event-attendees
Command: npx skills add https://github.com/gooseworks-ai/goose-skills --skill luma-event-attendees-gooseworks-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill helps outreach teams find conference speakers, hosts, and guest profiles from Luma events for targeted prospecting and outreach workflows.

Core Features & Use Cases

  • Direct scrape (free): Get event metadata and hosts; guest profiles are included only if publicly embedded in the page.
  • Apify search (paid): Retrieve full guest profiles (name, bio, LinkedIn/Twitter) via the lexis-solutions LU MA scraper for richer outreach data.
  • Export formats and caching: Export results as CSV or JSON and cache results for faster repeat runs.
  • Designed for AI agent prospecting workflows.

Quick Start

Set your APIFY_API_TOKEN, then either run python3 scripts/scrape_event.py <event_url> for direct hosts and public guests or run the script with --search to fetch full guest profiles, and optionally export to CSV or JSON.

Frequently Asked Questions about luma-event-attendees

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract guest profiles from Luma events for lead generation?

You can extract guest profiles from Luma events for lead generation by scraping the event URL directly for public data, or by using an Apify-powered search to retrieve full guest profiles including names, bios, and LinkedIn URLs.

Do I need an Apify token to scrape Luma event hosts and speakers?

You do not need an Apify token to scrape Luma event hosts and speakers, as direct free scraping retrieves event metadata and publicly embedded guest profiles without authentication.

Can I export scraped Luma attendee data to CSV or JSON?

You can export scraped Luma attendee data to CSV or JSON formats, with built-in caching to speed up repeat runs and data normalization to clean up LinkedIn and Twitter URLs.

What is the difference between direct scraping and Apify search mode for Luma events?

Direct scraping fetches event metadata and hosts for free, while Apify search mode uses an APIFY_API_TOKEN to retrieve full guest profiles including bios and social links for richer outreach data.

How does the skill handle missing data when prospecting Luma event attendees?

The skill gracefully handles missing data when prospecting Luma event attendees by normalizing available LinkedIn and Twitter URLs and skipping incomplete fields during the CSV or JSON export process.

What is the best way to automate prospecting workflows for conference speakers on Luma?

The best way to automate prospecting workflows for conference speakers on Luma is running a Python script that scrapes event data, normalizes social profiles, and exports attendees directly for outreach campaigns.