This action allows you to extract information about attendees of a LinkedIn event. To use this action, you must be either the admin of the event or an attendee. The maximum number of attendees that can be extracted is 1000, due to LinkedIn’s limitations. You can access up to 100 pages, each containing 10 attendees per page.
The maximum number of attendees that can be extracted is 1000, which is
limited by LinkedIn.
Parameters
No additional parameters are required for this action.
Output Fields
The extracted data will include the following fields:
The name of the company associated with the attendee.
The degree of connection with the attendee.
The current job title of the attendee.
The email address of the attendee.
The timestamp when the data was extracted.
The first name of the attendee.
The full name of the attendee.
The LinkedIn headline of the attendee.
The job title of the attendee.
The last name of the attendee.
The URL of the LinkedIn event.
The LinkedIn profile handle of the attendee.
The LinkedIn profile URL of the attendee.
The location of the attendee.
number_shared_connections
The number of shared connections with the attendee.
The URL of the attendee’s profile image.
sales_navigator_profile_id
The Sales Navigator profile ID of the attendee.
shared_connection_profile_urls
The URLs of shared connection profiles.
shared_connection_search_url
The search URL for shared connections.
The tracking ID for the attendee.
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"connection_degree" : "string" ,
"current_title" : "string" ,
"email" : "string" ,
"extracted_at" : "string" ,
"first_name" : "string" ,
"full_name" : "string" ,
"headline" : "string" ,
"job_title" : "string" ,
"last_name" : "string" ,
"linkedin_event_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_url" : "string" ,
"location" : "string" ,
"number_shared_connections" : "integer" ,
"profile_image_url" : "string" ,
"sales_navigator_profile_id" : "string" ,
"shared_connection_profile_urls" : "array" ,
"shared_connection_search_url" : "string" ,
"tracking_id" : "string"
}