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

89

Total users

8

Monthly active users

7 days ago

Last modified

Share

Export attendees from LinkedIn Events. Get speakers, registered attendees, and interested users. Perfect for event follow-up, networking, and targeted outreach.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies exported from your browser while logged into LinkedIn


Quick Start

Run with real data

{
"eventUrls": [
"https://www.linkedin.com/events/1234567890"
],
"attendeeTypes": [
"speakers",
"attending",
"interested"
],
"cookies": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions",
"maxAttendeesPerEvent": 200,
"webhookPlatform": "custom",
"webhookHeaders": {}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
eventUrlsarray-NoLinkedIn event URLs to scrape attendees from
attendeeTypesarray["speakers","attending","interested"]NoWhich types of attendees to scrape
cookiesstring-Yes*JSON array of cookies exported from your browser while logged into LinkedIn
cookieStorageKeystring-NoStorage key from Cookie Manager actor (e.g., 'linkedin-john'). Loads cookies automatically — no manual paste needed. Run the Cookie Manager actor first to capture cookies.
cookieKvStoreNamestring"cookie-sessions"NoName of the Key-Value Store where Cookie Manager saved cookies. Default: 'cookie-sessions'
maxAttendeesPerEventinteger200NoMaximum number of attendees to extract per event
proxyobject-NoProxy settings (recommended: RESIDENTIAL)
webhookUrlstring-NoURL to POST results when scraping completes
webhookPlatformstring"custom"NoPlatform type for proper payload formatting
webhookHeadersobject-NoAdditional HTTP headers for webhook

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Attendee ScrapedEach attendee exported from a LinkedIn event$0.02

Troubleshooting

"API key is required"

  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?


Built by John Rippy | Actor Arsenal