LinkedIn Event Attendees - Speakers & Registrations avatar

LinkedIn Event Attendees - Speakers & Registrations

Pricing

from $0.01 / 1,000 results

Go to Apify Store
LinkedIn Event Attendees - Speakers & Registrations

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

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

31

Total users

14

Monthly active users

6 days ago

Last modified

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

  1. Install the Cookie-Editor browser extension
  2. Go to linkedin.com and log in
  3. Click Cookie-Editor icon -> Export -> JSON
  4. Paste the JSON array into the cookies field

Use the Cookie Manager actor to capture and store cookies automatically -- no manual export needed.

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

  1. Cookie Manager logs into LinkedIn and saves session cookies to a named Key-Value Store (cookie-sessions by default)
  2. This actor reads cookies from that store using your cookieStorageKey
  3. 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

ParameterTypeDefaultDescription
eventUrlsarray-LinkedIn event URLs to scrape
attendeeTypesarray["speakers", "attending", "interested"]Which types to scrape
cookiesstring-LinkedIn cookies as JSON array
cookieStorageKeystring-Storage key from Cookie Manager actor
cookieKvStoreNamestring"cookie-sessions"KV Store name used by Cookie Manager
maxAttendeesPerEventnumber200Max attendees per event (1-1000)
proxyobject-Proxy settings (recommended: RESIDENTIAL)
demoModebooleantrueReturn sample data for testing
webhookUrlstring-Webhook URL for results delivery
webhookPlatformstring"custom"Platform: zapier, make, n8n, custom
webhookHeadersobject-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)

EventDescriptionPrice
attendee_scrapedPer 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