Facebook Pixel
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/groups

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.

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

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use for the search. If not provided, uses the default account.
keywordsstringNoSearch keywords for group name or description
countnumberNoNumber of results to return per page
startnumberNoPagination offset (0-indexed)
filtersobjectNoOptional filters to narrow down search results

Example

{
  "accountId": "string",
  "keywords": "",
  "count": 25,
  "start": 0,
  "filters": {
    "memberCount": "string"
  }
}

Responses

StatusDescription
200Groups retrieved successfully