Luma Events Scraper - Events, Hosts & Calendars avatar

Luma Events Scraper - Events, Hosts & Calendars

Pricing

from $2.50 / 1,000 luma events

Go to Apify Store
Luma Events Scraper - Events, Hosts & Calendars

Luma Events Scraper - Events, Hosts & Calendars

Scrape public Luma events, hosts, calendars, ticket signals, guest counts, featured guests, locations, and event details from categories, calendars, or event URLs.

Pricing

from $2.50 / 1,000 luma events

Rating

0.0

(0)

Developer

Elliot Padfield

Elliot Padfield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Luma Events Scraper

Find events, hosts, calendars, guest-count signals, and ticket availability from public Luma pages.

This scraper is built for lead generation, event research, community mapping, and market intelligence. Use it to discover what is happening in a niche, monitor active event organizers, build prospect lists, or enrich known Luma event and calendar URLs.

What You Can Scrape

  • Public events from Luma categories such as AI, crypto, climate, design, and more
  • Keyword searches inside a Luma category
  • Location-aware discovery using latitude and longitude
  • Upcoming events from specific Luma calendars
  • Event details including descriptions, hosts, dates, ticket signals, and cover images
  • Public featured guest previews and public attendance counts where available
  • Discover startup, AI, founder, investor, or local business events
  • Build lead lists of event hosts and community organizers
  • Track competitor or partner event activity
  • Find high-signal events in a city or niche
  • Enrich a list of Luma event URLs with structured data
  • Monitor public calendars for upcoming events

Input Options

You can start from one or more source types:

  • categorySlugs: Luma category slugs or URLs, for example ai or https://luma.com/ai
  • calendarUrls: Luma calendar URLs or slugs
  • eventUrls: Specific Luma event URLs to enrich
  • searchQuery: Optional keyword search inside selected categories
  • latitude and longitude: Optional location filter for discovery
  • maxEvents: Maximum number of events to save
  • includeEventDetails: Fetch event pages for richer descriptions and metadata
  • includeFeaturedGuests: Include public featured guest names where Luma shows them

Common public Luma categories include ai, tech, crypto, arts, climate, fitness, wellness, and food. You can also enter another public Luma category slug if you know it.

Location filters use a center point. Luma does not provide a custom radius setting for this discovery view, so nearby results are ranked using Luma's own location logic rather than a strict distance radius.

Sample Inputs

Discover AI founder events in San Francisco

{
"categorySlugs": ["ai"],
"searchQuery": "founder",
"locationPreset": "san-francisco",
"maxEvents": 100,
"includeEventDetails": true,
"includeFeaturedGuests": true
}

Monitor a specific Luma calendar

{
"categorySlugs": [],
"calendarUrls": ["https://luma.com/builderandbrews"],
"maxEvents": 50,
"includeEventDetails": true
}

Enrich known Luma event URLs

{
"categorySlugs": [],
"eventUrls": [
"https://luma.com/1rna5bdp"
],
"includeEventDetails": true,
"includeFeaturedGuests": true
}

Output Fields

Each dataset item represents one public Luma event and can include:

  • Event name, URL, start time, end time, and timezone
  • City, region, country, address, latitude, and longitude
  • Calendar name, calendar URL, and calendar ID
  • Host names and host profile URLs
  • Public featured guest names
  • Guest count and ticket count
  • Registration status, approval requirement, and sold-out status
  • Event description, categories, tags, and cover image

Sample Output

{
"sourceType": "category",
"sourceValue": "ai",
"eventApiId": "evt-2l0XqvccXuVqROV",
"eventName": "Builders & Brews London",
"eventUrl": "1rna5bdp",
"lumaUrl": "https://luma.com/1rna5bdp",
"startAt": "2026-05-22T08:00:00.000Z",
"timezone": "Europe/London",
"coverImageUrl": "https://images.lumacdn.com/uploads/example.jpg",
"calendarApiId": "cal-ElvU4UVlAD13ewe",
"calendarName": "Builders & Brews",
"calendarSlug": "builderandbrews",
"calendarUrl": "https://luma.com/builderandbrews",
"hostNames": ["Builders & Brews"],
"hostUrls": ["https://luma.com/user/example"],
"featuredGuestNames": ["Ada Lovelace"],
"guestCount": 128,
"ticketCount": 128,
"registrationStatus": "available",
"approvalRequired": false,
"isSoldOut": false,
"description": "Public event description when available.",
"categories": ["AI"],
"tags": ["startups", "ai"],
"scrapedAt": "2026-05-22T12:00:00.000Z"
}

Notes

This scraper collects public Luma event information only. Some fields may be unavailable for events where the organizer has chosen not to publish them.