name: luma-attendees-scraper description: Browser-console script to export attendee data from a Luma event into a CSV. Use when users ask to scrape or export attendees from a Luma event. author: Varnan version: 1.0.0
Luma Attendees Scraper
You have access to a JavaScript script (\luma_attendees_export.js) that runs in the browser console to extract attendee data from a Luma event URL and saves it as a CSV.
Instructions
- If the user asks to scrape Luma attendees, instruct them to open the Luma event page in their browser.
- Ask them to open their browser's Developer Tools (Console).
- Provide them with the contents of \luma_attendees_export.js.
- Instruct them to paste the script into the console and hit Enter.
- Explain that they can test it first by setting \sampleLimit: 5, and then \sampleLimit: Infinity\ for the full list.