ApiUncategorized
Get group details
Retrieve detailed information about a specific LinkedIn group including full description, rules, member count, activity level, and admin information.
POST
/search/groups/detailsGet group details
Retrieve detailed information about a specific LinkedIn group including full description, rules, member count, activity level, and admin information.
Authentication requiredSearch
Code Examples
curl -X POST '/linkedin/search/groups/details' \ -H 'Authorization: Bearer <your_api_key>' \ -H 'Content-Type: application/json' \ -d '{"groupId":"string"}'Parameters
No parameters.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use. If not provided, uses the default account. |
groupId | string | Yes | LinkedIn group ID from search results or group page URL |
Example
{
"groupId": "string"
}Responses
| Status | Description |
|---|---|
| 200 | Group details retrieved successfully |
