Skip to main content
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.
1

Navigate to a Group Page

Go to the LinkedIn group page you are interested in.
2

Copy the URL

Copy the URL from your browser’s address bar.
3

Paste the URL

Paste the URL into the provided input field.
Ensure the URL format is correct, such as “https://www.linkedin.com/groups/8952/”.

Inputs

linkedin_group_url
string
required
Input should look like this: “https://www.linkedin.com/groups/8952/

Parameters

max_results
number
default:100
Maximum number of results to extract per input. The limit is 2500.
group_manager
boolean
default:true
Extract group managers.
group_owner
boolean
default:true
Extract the group owner.
group_member
boolean
default:true
Extract group members.
skip
number
If you want to skip a number of members, to extract more than 2500 members.

Output Fields

The extracted data includes the following fields:
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"
}