This action allows you to search for events on LinkedIn using a specific search URL. It is useful for gathering information about upcoming events, including details such as event names, descriptions, dates, and locations.
Step 1
Navigate to a LinkedIn Events search page.
Step 2
Copy the URL from your browser.
Step 3
Paste the URL into the provided input field.
linkedin_event_search_url
Parameters
The maximum number of events to extract per input.
Output Fields
The action returns the following fields:
The number of attendees for the event
The description of the event
The URL of the LinkedIn event
The location of the event
The tracking ID for the event
Below is the JSON schema for the output fields:
{
"attendees" : "string" ,
"date" : "string" ,
"description" : "string" ,
"event_name" : "string" ,
"linkedin_event_id" : "string" ,
"linkedin_event_url" : "string" ,
"location" : "string" ,
"tracking_id" : "string"
}