Luma Email Scraper - Keyword Search & Domain Filter avatar

Luma Email Scraper - Keyword Search & Domain Filter

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Luma Email Scraper - Keyword Search & Domain Filter

Luma Email Scraper - Keyword Search & Domain Filter

โœจ Luma Email Scraper pulls event host and organizer emails with keyword and location filters. ๐ŸŽฏ Limit to chosen domains, decode hidden addresses and drop duplicates. ๐ŸŽค Built for event sponsorship and community sales.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Parse Point

Parse Point

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Luma Email Scraper ๐Ÿ”

Luma Email Scraper helps you extract emails from publicly available Luma content without manual hunting. Itโ€™s built for marketers, recruiters, sales pros, researchers, and anyone doing Luma lead generation, Luma contact scraper work, or Luma email finder tasks at scale. ๐Ÿš€

๐ŸŒŸ Key Features of Luma Email Scraper

FeatureBenefit
โœ… Targeted Keyword SearchUse your keywords to find relevant Luma profiles, helping you focus on the right audience faster.
โœ… Custom Domain FilteringNarrow results to specific email domains like @gmail.com or @yahoo.com for better Luma contact extraction.
โœ… Location FilterAdd a location to refine results for more precise Luma audience scraping and lead discovery.
โœ… Max Emails LimitSet a cap on results to control run size, time, and costs.
โœ… Built-In Proxy SupportUses built-in proxy support for more reliable scraping and smoother runs.
โœ… Incremental SavingSaves results as they are found, reducing the risk of losing data during longer runs.
โœ… Resume ProgressCan continue from saved progress, which is helpful for larger Luma event scraping jobs.
โœ… Public Data ExtractionScrapes email addresses from publicly available sources on Luma for practical lead generation.

๐Ÿ“ฅ Input โ€” Luma Email Scraper Parameters

{
"keywords": [
"manager",
"founder"
],
"location": "",
"customDomains": [
"@gmail.com",
"@yahoo.com"
],
"maxEmails": 20
}
ParameterTypeRequiredDefaultDescription
keywordsArrayโœ… Yes["manager","founder"]A list of keywords or queries to find relevant Luma results.
locationStringNo""Optional location filter to narrow your search results.
customDomainsArrayNo["@gmail.com","@yahoo.com"]A list of email domains to match, such as personal or company domains.
maxEmailsIntegerNo20Maximum number of emails to collect before the actor stops.

๐Ÿ“ค Output โ€” What Luma Email Scraper Returns

The actor saves each result as a JSON record in your Apify dataset. ๐Ÿ“ฆ

[
{
"keyword": "founder",
"title": "Startup Growth Summit",
"description": "Community event for founders, operators, and builders in San Francisco.",
"url": "https://lu.ma/startup-growth-summit",
"email": "alex.johnson@gmail.com"
}
]
FieldLabelFormatDescription
keywordKeywordtextThe keyword that produced the result.
titleTitletextThe title associated with the result.
descriptionDescriptiontextThe public description text captured for the result.
urlUrllinkThe public link for the result.
emailEmailtextThe email address found in the public content.

๐Ÿ’ป How to Use Luma Email Scraper โ€” Step-by-Step

  1. Open the Actor โ€” Start Luma Email Scraper in Apify and get ready to find public Luma contacts.
  2. Enter Keywords โ€” Add keywords that match the people, roles, or topics you want to target.
  3. Set Location โ€” Optionally narrow results with a location for more focused Luma event lead generation.
  4. Add Email Domains โ€” Include the domains you want to prioritize, such as @gmail.com or @yahoo.com.
  5. Set Max Emails โ€” Control how many leads you want in a single run.
  6. Run the Actor โ€” Launch the actor and monitor progress in real time.
  7. Export Results โ€” Download the dataset and use it for outreach, analysis, or CRM enrichment.

No coding required โ€” results are ready in minutes. โšก

๐Ÿ’ก Best Use Cases for Luma Email Scraper

  • ๐ŸŽฏ B2B Lead Generation โ€” Build targeted contact lists from public Luma data.
  • ๐Ÿ“ฃ Email Marketing โ€” Collect contacts for newsletters, outreach, and follow-up campaigns.
  • ๐Ÿค Recruitment โ€” Find public contact details for candidates, speakers, and event organizers.
  • ๐Ÿ”ฌ Market Research โ€” Support Luma registration data scraping and audience analysis.
  • ๐Ÿ“Š CRM Enrichment โ€” Add new public contacts to existing lead records and prospect databases.

Disclaimer

This actor only accesses publicly available data on Luma. It does not scrape private profiles, authenticated content, or password-protected pages. Users are solely responsible for ensuring their use complies with Lumaโ€™s Terms of Service, GDPR, CCPA, and applicable anti-spam laws. This tool is intended for legitimate purposes only โ€” including research, lead generation, and marketing in compliance with local regulations. For data-removal requests, contact ๐Ÿ“ง hello.parsepoint@gmail.com.

๐Ÿ†˜ Support & Feedback

Have a question or found an issue with the Luma Email Scraper? Weโ€™re here to help.

  • ๐Ÿž Bug Reports: Share the issue details so it can be investigated quickly.
  • โœจ Custom Solutions & Feature Requests: Reach out if you need tailored Luma automation tool support.
  • ๐Ÿ“ง Email: hello.parsepoint@gmail.com

Your feedback helps improve the Luma email extraction tool for everyone.

Run Memory

Skip keywords already scraped in a previous run - the actor keeps a persistent record of every keyword it finishes, in a named key-value store that survives between runs. Turn this on and a repeat run silently drops the keywords it has already covered, so a scheduled job over a fixed list only pays for new ground.

A keyword is identified by the keyword plus the set of email domains it was searched against, so re-running fitness against a new domain list is correctly treated as new work rather than a duplicate.

Reset keyword history - wipe that record before the run starts, so everything counts as new again.

Max emails per keyword - cap how many results any single keyword may produce before the actor moves on to the next one. Stops one broad term from consuming the entire run budget. 0 means no per-keyword limit.

These sit alongside the existing address-level deduplication: Skip previous runs prevents re-pushing an individual mailbox, while Skip duplicate keywords prevents re-running the search at all.