Product

Description

This endpoint retrieves a list of featured customers for a specified LinkedIn product, identified by its unique identifier.

Endpoint

GET api/v1/realtime/social/linkedin/v1/product/{{identifier}}/featured-customers

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/product/urn:li:fsd_organizationProduct:1866725/featured-customers' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "product_featured_customers": [
         {
            "name": "Argyle",
            "public_identifier": "argylesystems",
            "urn": "urn:li:fsd_company:18936735",
            "linkedin_id": 18936735,
            "url": "https://www.linkedin.com/company/argylesystems/",
            "industry": [
                {
                    "name": "Financial Services",
                    "urn": "urn:li:fsd_industryV2:43"
                }
            ],
            "headline": "Argyle lets consumers connect their payroll records to your app, so you can automate more and spend less.",
            "employee_count_range": {
                "start": 51,
                "end": 200
            },
            "followers_count": 9200,
            "universal_name": "argylesystems",
            "logo": "https://media.licdn.com/dms/image/v2/C560BAQEeiq8pncnd3w/company-logo_400_400/company-logo_400_400/0/1671213840241/argylesystems_logo?e=1732752000&v=beta&t=ptcAI7ykN85EK5z-M6rJMDwzM9CD1k2BTrSCZpIgh6M",
            "background_image": "https://media.licdn.com/dms/image/v2/D561BAQHe4ExaEXJw5A/company-background_10000/company-background_10000/0/1671213827371/argylesystems_cover?e=1725289200&v=beta&t=t-QrbD6NtOqr1X5NJj5CzqGyclFETRR7ea7BnPgmcPk"
        },
        ...
    ],
    "cursor": null
}

Last updated