---
title: "Search LinkedIn Groups"
method: GET
path: "/linkedin/group-search"
---

# Search LinkedIn Groups

`GET /linkedin/group-search`

Retrieve a list of LinkedIn Groups matching the specified search criteria.

## Query parameters

- `search` string
- `page` integer

## Response `200`

A list of groups matching the search criteria.

- object
  - `elements` GroupShort[]
    - `id` string, required — Unique identifier for the LinkedIn group.
    - `linkedinUrl` string, url, nullable — URL of the LinkedIn group.
    - `name` string, nullable — Name of the LinkedIn group.
    - `members` string, nullable — Text representation of the member count (e.g., '10,000+ members').
    - `summary` string, nullable — Short summary or description of the group.
    - `picture` string, url, nullable — URL of the group's profile picture.
    - `primaryActions` object[], nullable — List of primary actions related to the group.
      - `label` string, nullable — Label for the action (e.g., 'Join', 'View').
      - `value` string, nullable — Value associated with the action (e.g., a URL or action ID).
  - `pagination` Pagination
    - `totalPages` integer
    - `totalElements` integer
    - `pageNumber` integer
    - `previousElements` integer
    - `pageSize` integer
    - `paginationToken` string, nullable
  - `status` string — Status of the response.
  - `error` string — Error message, if any.
  - `query` object
    - `search` string

## Other responses

- `400` — Invalid request parameters.
- `401` — Unauthorized access.
- `500` — Internal server error.

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/revisions/8dbddebc7f88/schema)
