To efficiently manage and analyze LinkedIn group dynamics, this action allows you to extract detailed information about group members, including their profiles and connection details.
Navigate to a Group Page
Go to the LinkedIn group page you are interested in.
Copy the URL
Copy the URL from your browser’s address bar.
Paste the URL
Paste the URL into the provided input field.
Parameters
Maximum number of results to extract per input. The limit is 2500.
If you want to skip a number of members, to extract more than 2500 members.
Output Fields
The extracted data includes the following fields:
The first name of the group member
The full name of the group member
The date the member joined the group
The last name of the group member
linkedin_connection_degree
The connection degree on LinkedIn
The ID of the LinkedIn group
linkedin_people_post_search_url
The LinkedIn URL for people post search
The LinkedIn profile handle
The LinkedIn profile picture URL
The membership status in the group
sales_navigator_profile_id
The Sales Navigator profile ID
A summary of the group member
Here is the JSON schema for the output:
{
"first_name" : "string" ,
"full_name" : "string" ,
"joined_at" : "string" ,
"last_name" : "string" ,
"linkedin_connection_degree" : "string" ,
"linkedin_group_id" : "string" ,
"linkedin_people_post_search_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_picture" : "string" ,
"linkedin_profile_url" : "string" ,
"membership_status" : "string" ,
"sales_navigator_profile_id" : "string" ,
"summary" : "string"
}