This script allows you to extract attendee names, profile URLs, and their social media links (Instagram, X/Twitter, TikTok, LinkedIn, and personal website) from a Luma event page. The results are downloaded as a CSV file for easy use.
-
Visit the Luma Event Page
- Go to the Luma event page where the attendee list is visible.
-
Click on the Attendee List
- Make sure the attendee list is open and visible.
-
Scroll to the Bottom
- Scroll all the way down to ensure the full list of attendees is loaded (Luma loads more attendees as you scroll).
-
Open Developer Tools
- Right-click anywhere on the page and select
Inspector pressCmd+Option+I(Mac) orCtrl+Shift+I(Windows/Linux). - Go to the
Consoletab.
- Right-click anywhere on the page and select
-
Enable Pasting in the Console
- For security, Chrome disables pasting code directly into the console. To enable it, type
allow pastingand press Enter.
- For security, Chrome disables pasting code directly into the console. To enable it, type
-
Paste and Run the Script
- Copy the contents of
luma_attendee_scraper.jsand paste it into the console. - Press Enter to run the script.
- Copy the contents of
-
Download the CSV
- The script will process each attendee, fetch their social links, and automatically download a CSV file named
luma_attendees_with_socials.csvwhen done.
- The script will process each attendee, fetch their social links, and automatically download a CSV file named
Don't forget to star ⭐ and comment if you found this useful or have suggestions!
Cheers!