Luma Leads Finder
Pricing
from $8.50 / 1,000 results
Luma Leads Finder
Scrapes a Luma event, optionally enriches attendees from LinkedIn, then uses AI to rank each person by relevance to your goals — returning a scored list with a conversation starter for each lead.
Pricing
from $8.50 / 1,000 results
Rating
5.0
(1)
Developer
Martin Forejt
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
18 days ago
Last modified
Categories
Share
Paste a lu.ma event URL, describe who you are and who you want to meet, and get back a ranked list of the most relevant attendees — each with an AI-generated relevance score and a personalised conversation starter.
Built for founders, sales teams, recruiters, and investors who want to make every event count.
How it works
- Scrapes the full attendee list from the Luma event using your session cookie
- Optionally enriches LinkedIn profiles — adds current company and richer job title data for better ranking accuracy
- Ranks every attendee with AI (OpenRouter) using your background and goals as context, in batches of 50
- Returns a sorted dataset — highest relevance first — with a score, a reason, and a conversation topic for each person
Input
| Field | Type | Required | Description |
|---|---|---|---|
eventUrl | string | Yes | The lu.ma event URL, e.g. https://lu.ma/my-event |
lumaSessionCookie | string | Yes | Value of the luma.auth-session-key cookie (see below) |
yourBackground | string | Yes | Brief bio — your role, industry, what you're working on |
whoYouWantToMeet | string | Yes | Your ideal connection — role, company stage, goals |
enableLinkedInEnrichment | boolean | No (default: false) | Fetch LinkedIn profile data before ranking. Improves quality but runs an additional actor. |
limit | integer | No | Return only the top N leads. Omit to rank everyone. |
Getting your session cookie
- Log into lu.ma in your browser
- Open DevTools (
F12) → Application → Cookies →https://lu.ma - Find the cookie named
luma.auth-session-keyand copy its value - Paste it into the
lumaSessionCookiefield
You must also be registered (RSVP'd) for the event to access the full guest list. Without registration, only the ~10 public featured guests are returned.
Output
One dataset row per attendee, sorted by relevanceScore descending:
| Field | Description |
|---|---|
rank | Position in the ranked list (1 = most relevant) |
relevanceScore | AI score from 1 (not relevant) to 10 (perfect match) |
relevanceReason | Why this person matches your goals |
conversationTopic | A personalised opening line for this person |
name | Full name |
headline | Job title or bio |
company | Current company (from LinkedIn enrichment if enabled) |
linkedinUrl | Full LinkedIn profile URL |
twitterUrl | Full Twitter/X URL |
website | Personal or company website |
lumaProfileUrl | Their Luma profile page |
isOrganizer | true if this person is a host of the event |
Example output row
{"rank": 1,"relevanceScore": 9,"relevanceReason": "Sarah leads AI investments at Sequoia and is actively looking at developer tooling, directly aligned with your goal of meeting AI investors.","conversationTopic": "Ask about her thesis on AI infrastructure plays — specifically whether she sees the current wave of model-layer startups as defensible long-term.","name": "Sarah Chen","headline": "Partner at Sequoia Capital","company": "Sequoia Capital","linkedinUrl": "https://www.linkedin.com/in/sarahchen","isOrganizer": false}
LinkedIn enrichment
Enabling enableLinkedInEnrichment runs the LinkedIn Profile Enrichment actor on each attendee's LinkedIn URL. This adds current company name and a richer headline before ranking, which meaningfully improves score accuracy for attendees whose Luma profiles are sparse.
It costs additional compute units and typically adds 2–5 minutes of runtime for 100–200 attendees.
Pricing note
This actor calls three sub-actors:
- martin.forejt/luma-attendees-scraper — scraping Luma (included in your Apify plan)
- anchor/linkedin-profile-enrichment — only if
enableLinkedInEnrichmentis enabled - apify/openrouter — AI ranking via OpenRouter (pay-per-token; cost scales with attendee count)
For a typical event with 200 attendees and no LinkedIn enrichment, the AI ranking costs roughly $0.01–0.05 in OpenRouter tokens.