LinkedIn Event Attendees - Speakers & Registrations
Pricing
from $0.01 / 1,000 results
LinkedIn Event Attendees - Speakers & Registrations
Export attendees from LinkedIn Events. Get speakers, registered attendees, and interested users.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
1
Bookmarked
31
Total users
14
Monthly active users
6 days ago
Last modified
Categories
Share
LinkedIn Event Attendees Scraper - Export Speakers, Attendees & Interested Users
Export attendees from LinkedIn Events -- speakers, registered guests, and interested users. Perfect for event follow-up, targeted outreach, and networking intelligence.
Features
- Speaker Extraction - Names, headlines, companies, profile URLs
- Registered Attendees - Full attendee lists with professional details
- Interested Users - People who clicked "Interested" on the event
- Event Metadata - Event name, date, organizer, attendee counts
- Connection Degree - 1st, 2nd, 3rd degree connection info
- Anti-Detection - Camoufox stealth browser with fingerprint protection
- Webhook Support - Zapier, Make, n8n, and custom webhook delivery
- Demo Mode - Test with sample data before going live
Quick Start
Demo Mode (Free Test)
{"demoMode": true}
Scrape Event Attendees
{"eventUrls": ["https://www.linkedin.com/events/your-event-id/"],"attendeeTypes": ["speakers", "attending", "interested"],"cookies": "[...your LinkedIn cookies...]","maxAttendeesPerEvent": 200,"demoMode": false}
Authentication
LinkedIn requires authentication to view event attendees. You have two options:
Option 1: Manual Cookies
- Install the Cookie-Editor browser extension
- Go to linkedin.com and log in
- Click Cookie-Editor icon -> Export -> JSON
- Paste the JSON array into the
cookiesfield
Option 2: Cookie Manager (Recommended)
Use the Cookie Manager actor to capture and store cookies automatically -- no manual export needed.
Step 1: Run Cookie Manager once
Run the Cookie Manager actor with:
- Mode:
capture - Platform:
linkedin - Storage Key:
linkedin-yourname
Step 2: Use the stored cookies
In this actor, just set cookieStorageKey to the same key:
{"eventUrls": ["https://www.linkedin.com/events/your-event-id/"],"cookieStorageKey": "linkedin-yourname","demoMode": false}
No manual cookie paste needed. Schedule Cookie Manager to run every 3 days to keep cookies fresh.
How it works
- Cookie Manager logs into LinkedIn and saves session cookies to a named Key-Value Store (
cookie-sessionsby default) - This actor reads cookies from that store using your
cookieStorageKey - If the Cookie Manager key has no cookies or the store doesn't exist, the actor falls back to any manually provided cookies
Custom store name
If you changed the Key-Value Store name in Cookie Manager, pass it here too:
{"eventUrls": ["https://www.linkedin.com/events/your-event-id/"],"cookieStorageKey": "linkedin-yourname","cookieKvStoreName": "my-custom-store","demoMode": false}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
eventUrls | array | - | LinkedIn event URLs to scrape |
attendeeTypes | array | ["speakers", "attending", "interested"] | Which types to scrape |
cookies | string | - | LinkedIn cookies as JSON array |
cookieStorageKey | string | - | Storage key from Cookie Manager actor |
cookieKvStoreName | string | "cookie-sessions" | KV Store name used by Cookie Manager |
maxAttendeesPerEvent | number | 200 | Max attendees per event (1-1000) |
proxy | object | - | Proxy settings (recommended: RESIDENTIAL) |
demoMode | boolean | true | Return sample data for testing |
webhookUrl | string | - | Webhook URL for results delivery |
webhookPlatform | string | "custom" | Platform: zapier, make, n8n, custom |
webhookHeaders | object | - | Custom HTTP headers for webhook |
Output Format
{"linkedinUrl": "https://www.linkedin.com/in/alex-thompson","firstName": "Alex","lastName": "Thompson","fullName": "Alex Thompson","headline": "CEO & Keynote Speaker | AI & Digital Transformation","currentCompany": "TechFuture Inc","location": "San Francisco, CA","profilePicUrl": "https://...","connectionDegree": "2nd","attendeeType": "speaker","eventUrl": "https://linkedin.com/events/tech-summit-2025","eventName": "Tech Summit 2025","eventDate": "2025-03-15","eventOrganizer": "TechConf Organization","scrapedAt": "2026-03-28T10:30:00.000Z"}
Pricing (Pay-Per-Event)
| Event | Description | Price |
|---|---|---|
attendee_scraped | Per attendee extracted | $0.03 |
Example costs:
- 50 attendees: 50 x $0.03 = $1.50
- 200 attendees: 200 x $0.03 = $6.00
- Demo mode: $0.00
You are never charged for 0 results. If cookies are expired, LinkedIn blocks the scraper, or no attendees are found, the actor returns demo data with a _warning field explaining what happened — and no charge is applied. You only pay for real attendee data.
Webhook Integration
{"eventUrls": ["https://www.linkedin.com/events/your-event-id/"],"cookies": "[...cookies...]","webhookUrl": "https://hooks.zapier.com/your-hook","webhookPlatform": "zapier","demoMode": false}
Supported platforms: Zapier, Make.com, n8n, and any custom endpoint.
Troubleshooting
"Not logged into LinkedIn"
- Cookies may have expired. Re-export from Cookie-Editor or re-run Cookie Manager
- Use residential proxies for better success rates
"No attendees found"
- Check that the event URL is valid and the event has attendees
- Some events restrict attendee visibility
Built by John Rippy | Actor Arsenal