ApiUncategorized
Search LinkedIn groups
Search for LinkedIn groups by keywords. Groups are communities where professionals discuss industry topics, share insights, and network. Filter by group size to find active communities.
POST
/search/groupsSearch LinkedIn groups
Search for LinkedIn groups by keywords. Groups are communities where professionals discuss industry topics, share insights, and network. Filter by group size to find active communities.
Authentication requiredSearch
Code Examples
curl -X POST '/linkedin/search/groups' \ -H 'Authorization: Bearer <your_api_key>' \ -H 'Content-Type: application/json' \ -d '{"accountId":"string","keywords":"","count":25,"start":0,"filters":{"memberCount":"string"}}'Parameters
No parameters.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use for the search. If not provided, uses the default account. |
keywords | string | No | Search keywords for group name or description |
count | number | No | Number of results to return per page |
start | number | No | Pagination offset (0-indexed) |
filters | object | No | Optional filters to narrow down search results |
Example
{
"accountId": "string",
"keywords": "",
"count": 25,
"start": 0,
"filters": {
"memberCount": "string"
}
}Responses
| Status | Description |
|---|---|
| 200 | Groups retrieved successfully |
