Group

Group Info

Description

This endpoint retrieves detailed information about a specific LinkedIn group, identified by its unique identifier.

Endpoint

GET api/v1/realtime/social/linkedin/v1/group/{{identifier}}/info

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The unique identifier for the LinkedIn group.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/group/121615/info' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "urn": "urn:li:fsd_group:121615",
    "name": "JavaScript",
    "description": "Please READ...  This is the largest group for JavaScript developers on LinkedIn with almost 1 Million members.  Whether it be JS for the web or for mobile. Join us and help us grow into a group of like minded professionals that can help each other solve problems.   When joining the group DO NOT POST \"Thanks for letting me in\" Or \"Thanks for letting me join\".  There are too many members and we don't need notification overload.  Lets focus on the JS.",
    "rules": "The group rules are simple.  NO SPAM.  Spam also includes posting of Jobs or Promotions in the main discussion threads.  There are tabs for that, so use them.\r\n\r\nThis is also not a JAVA group, this is a JavaScript group.  If you don't know the difference, then please don't post here.\r\n\r\nPosting spam or off topic posts will get you banned from the group and your posts deleted.  This is your only warning.",
    "is_public": true,
    "member_count": 1285815,
    "created_at": 1213278637000,
    "logo": "https://media.licdn.com/dms/image/v2/C4D07AQFK5LmvZWWTGg/group-logo_image-shrink_400x400/group-logo_image-shrink_400x400/0/1630999696851?e=1725289200&v=beta&t=erBtc1RXqbaXG8tV3ks2P_evleHTlAOzq5b72YF91sQ",
    "owners": [
        {
            "urn": "urn:li:fsd_profile:ACoAABZu6xkBY8Akf-e4qqyWdlUCSdbXxee1EsM",
            "last_name": "Fall",
            "first_name": "Jaime",
            "profile_picture": {
                "vector_image": "https://media.licdn.com/dms/image/v2/C4E03AQHzFckBecOYVA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1640803792966?e=1730332800&v=beta&t=BrcJOIrLFD_iCtq2KZXuGZlupFZWffnATE92IcEzyxk"
            }
        },
        {
            "urn": "urn:li:fsd_profile:ACoAAAB1EacBq_QSYP9kHJ_tArFGkJDRyy9X6kc",
            "last_name": "Fall",
            "first_name": "Jeff",
            "profile_picture": {
                "vector_image": "https://media.licdn.com/dms/image/v2/C4D03AQHYKYa3n7ivGQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1625107839158?e=1730332800&v=beta&t=MPkqeTA6App1QwiwFBW6kN4QhZ9ajyoM53lx1XS0nqY"
            }
        }
    ],
    "managers": [
        {
            "urn": "urn:li:fsd_profile:ACoAAADjCHIBSlEeqawmGCR8TnlyaUrjs6yWRM0",
            "last_name": "Osia",
            "first_name": "Jeff",
            "profile_picture": {
                "vector_image": "https://media.licdn.com/dms/image/v2/D5603AQEADYeeJ8_kEA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1699499891813?e=1730332800&v=beta&t=XrBhX4Gj7n2kAkUO823F9Sb5wV_MBsUxg_b7QZCESW0"
            }
        }
    ],
    "background_image": "https://media.licdn.com/dms/image/v2/C4D07AQFOs3pzsIS_Bw/group-heroimage-shrink_1440_360/group-heroimage-shrink_1440_360/0/1605830334455?e=1725289200&v=beta&t=HwaWss8sNgEfwNZV368GTMIoi7HiBPKP0zcPmxEhHHY",
    "industry_urns": [
        {
            "name": "Advertising Services",
            "entity_urn": "urn:li:fsd_industryV2:80"
        },
        {
            "name": "IT Services and IT Consulting",
            "entity_urn": "urn:li:fsd_industryV2:96"
        },
        {
            "name": "Technology, Information and Internet",
            "entity_urn": "urn:li:fsd_industryV2:6"
        }
    ],
    "direct_join_enabled": false,
    "post_approval_enabled": true,
    "invitation_level": "ALL"
}

Last updated