Luma Event Scraper - lu.ma Events & Host Leads
Pricing
from $2.50 / 1,000 results
Luma Event Scraper - lu.ma Events & Host Leads
Luma (lu.ma) event scraper and unofficial API alternative. Export events and host leads to CSV/JSON with no login or API key.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Luma Scraper
Scrape Luma (lu.ma) events by city or category — date, venue, price, guest count and the host's website and socials. This Luma event scraper (also a lu.ma events extractor and event-host lead tool) reads the site's own public data, so you get every upcoming event with no login and no API key, and export it to CSV, JSON or Excel.
It is two tools in one: an event dataset for trend tracking, calendars and market maps, and an event-host lead engine — every event carries the organizer name, website and social handles, so one run becomes a targeted host outreach list.
What you get
One clean row per Luma event, with these fields:
- Event —
id,name,url,startAt,endAt,timezone,eventType,locationType,isOnline,requiresApproval,isSoldOut,spotsRemaining,guestCount,ticketCount,coverImage - Price —
isFree,priceValue,priceCurrency - Location & geo —
venueName,venueAddress,city,region,country,countryCode,latitude,longitude(or a clean online flag) - Host leads —
hostName,hostUsername,hostUrl,hostWebsite,hostBio,hostIsVerified,hostTwitter,hostInstagram,hostLinkedin,hostYoutube,hostTiktok,allHosts - Calendar / community —
calendarName,calendarSlug,calendarUrl,calendarTwitter,calendarInstagram,calendarLinkedin sourceUrl,scrapedAt
Export every row as CSV, JSON or Excel (also HTML / API) — into your CRM, spreadsheet, BI tool or warehouse.
Use cases
- Event-host lead gen — build outreach lists of organizers and communities (website + socials) by city or niche — for sponsors, venues and sponsorship sales.
- Event & market intelligence — track which cities, communities and topics (AI, crypto, startups) are heating up week over week.
- Aggregators & calendars — power a curated city or topic event calendar or newsletter from a scheduled run.
- Community & BD prospecting — find active hosts and recurring meetups to partner, sponsor or speak at.
- Research & ML — feed dates, geo, guest counts and pricing into trend models and dashboards.
How to use
- Open a Luma city or discover page (e.g. lu.ma/sf), copy the URL, and paste it into
searchUrls. - Set
maxResults(use0for no limit). City and place pages paginate through every upcoming event automatically. - Click Start. When the run finishes, open the Output / Dataset tab and export to CSV, JSON or Excel.
Single city:
{"searchUrls": ["https://lu.ma/sf"],"maxResults": 200}
Multiple cities in one run:
{"searchUrls": ["https://lu.ma/sf","https://lu.ma/nyc","https://lu.ma/london"],"maxResults": 2000}
Input fields
| Field | What it does |
|---|---|
searchUrls | Luma page URLs copied from the site — city pages (lu.ma/sf, lu.ma/nyc, lu.ma/london…), discover categories, or any public calendar/community page. City & place pages paginate the full upcoming set. |
maxResults | Global cap across all URLs. 0 = no limit. |
maxResultsPerSearch | Per-URL cap. 0 = no cap. |
useProxy / proxyConfiguration | Apify Proxy — residential recommended (default). |
maxConcurrency | How many Luma URLs to run in parallel. |
Example output
{"id": "evt-8DRVhINH9LTM7T4","name": "Where Design Begins: An Open Exhibition","url": "https://lu.ma/nqkyxczb","startAt": "2026-06-04T18:00:00.000Z","endAt": "2026-06-11T21:00:00.000Z","timezone": "America/Los_Angeles","locationType": "offline","isOnline": false,"venueAddress": "488 Bryant St, San Francisco, CA 94107, USA","city": "San Francisco","region": "California","country": "United States","countryCode": "US","latitude": 37.7817006,"longitude": -122.3956533,"isFree": true,"priceValue": null,"priceCurrency": null,"guestCount": 266,"coverImage": "https://images.lumacdn.com/uploads/v3/....jpg","hostName": "Vizcom","hostWebsite": "https://vizcom.com/","hostTwitter": "Vizcom_ai","hostInstagram": "vizcom_","hostLinkedin": "/company/vizcomhq","hostYoutube": "vizcom_ai","calendarName": "Vizcom","scrapedAt": "2026-06-05T16:20:00.000Z"}
FAQ
Do I need a Luma account or API key?
No. The actor reads public lu.ma event data — no login, no token, no API key.
Which pages can I scrape?
Any public Luma page that lists events: city pages (lu.ma/sf, lu.ma/nyc, lu.ma/london, lu.ma/paris…), discover category pages, and public calendar/community pages. City and place pages paginate through the full set of upcoming events.
Does it get online (virtual) events too?
Yes. Each event has a locationType and an isOnline flag; in-person events also include the full venue address plus latitude and longitude.
Will every event have the host's website and socials?
Whenever the host exposes them publicly on Luma, yes — website, Twitter/X, Instagram, LinkedIn, YouTube and TikTok come through. Fields the host left blank are returned as null.
Is this a lu.ma unofficial API or Luma API alternative?
Effectively, yes. Luma has no public events API, so this actor works as an unofficial lu.ma API / Luma API alternative — it reads the site's own public event data and returns it as clean, structured rows.
How do I export Luma events to CSV or JSON?
Run the actor on any public lu.ma page, then open the Output / Dataset tab and export your Luma event data to CSV, JSON or Excel — ready for your spreadsheet, CRM or BI tool.
Can I scrape Luma events without login?
Yes. The actor scrapes lu.ma without login and without an API key, reading only public event and organizer data.
Changelog
2026-06-07
- Docs: added coverage for lu.ma unofficial API / Luma API alternative use, exporting Luma events to CSV/JSON, and scraping Luma without login.