Skip to main content
This endpoint is in beta. Please report any issues to support@theswarm.com

Endpoint

GET https://bee.theswarm.com/social/post/:postUrn/comments

Parameters

ParameterTypeRequiredDescription
:postUrnstringYesURN of the post. Available in the Get Posts response

Request Example

GET https://bee.theswarm.com/social/post/urn:li:ugcPost:7439318163827339265/comments
https://bee.theswarm.com/social/post/urn:li:ugcPost:7439318163827339265/comments
{
    "comments": [
        {
            "commentary": "Watch it here! https://www.theswarm.com/go-to-network-academy-videos/jared-robin",
            "commenter": {
                "image": "https://media.licdn.com/dms/image/v2/D5603AQE7PKvsHmvlzA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1697662162523?e=1775692800&v=beta&t=VnD-jQQgXUJecfx7cwY-ekmChHfSWmNwy_ZR_yWwLLc",
                "linkedin_url": "https://www.linkedin.com/in/olivier-roth",
                "linkedin_id": "olivier-roth",
                "name": "Olivier Roth"
            },
            "created_at": "2026-03-16T14:35:09.666Z",
            "num_reactions": 2,
            "num_comments": 0,
            "reaction_type_counts": [
                {
                    "count": 2,
                    "reaction_type": "LIKE"
                }
            ],
            "comments": []
        },
        {
            "commentary": "Couldn't agree more with the with first point. Most companies forget about culture and think it can be bought with foosball and ping-pong tables. \n\nScaling sales and keeping the growth happens when systems meet culture, creating sustainable growth!",
            "commenter": {
                "image": "https://media.licdn.com/dms/image/v2/D5603AQHb1NjTdKL-Pg/profile-displayphoto-crop_800_800/B56Z0EiQnVHkAM-/0/1773897590791?e=1775692800&v=beta&t=v5xHfZ8mT6zG7FVhDl6wKFNWH8IzLScc2mkQkiO_-Tk",
                "linkedin_url": "https://www.linkedin.com/in/semmie-onojaife",
                "linkedin_id": "semmie-onojaife",
                "name": "Semmie Onojaife"
            },
            "created_at": "2026-03-17T08:13:06.393Z",
            "num_reactions": 2,
            "num_comments": 1,
            "reaction_type_counts": [
                {
                    "count": 2,
                    "reaction_type": "LIKE"
                }
            ],
            "comments": [
                {
                    "commentary": "Semmie, that's right. Culture is the make or break factor in tough times",
                    "commenter": {
                        "image": "https://media.licdn.com/dms/image/v2/D5603AQE7PKvsHmvlzA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1697662162523?e=1775692800&v=beta&t=VnD-jQQgXUJecfx7cwY-ekmChHfSWmNwy_ZR_yWwLLc",
                        "linkedin_url": "https://www.linkedin.com/in/olivier-roth",
                        "linkedin_id": "olivier-roth",
                        "name": "Olivier Roth"
                    },
                    "created_at": "2026-03-20T04:19:30.725Z",
                    "num_reactions": 1,
                    "num_comments": 0,
                    "reaction_type_counts": [
                        {
                            "count": 1,
                            "reaction_type": "LIKE"
                        }
                    ],
                    "comments": []
                }
            ]
        },
        {
            "commentary": "This hairstyle I'm testing out is called the 'bullet'. \npart bun + part mullet = bullet\nverdict is out.\n\nbut, loved this conversation and appreciate your time!",
            "commenter": {
                "image": "https://media.licdn.com/dms/image/v2/C4D03AQGLqQWpRiByNg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1641498314211?e=1775692800&v=beta&t=28xBHAKd0J-w5n_EJnZyAdEzGIhJ8zFB2L7oWnzycY4",
                "linkedin_url": "https://www.linkedin.com/in/jaredrobin",
                "linkedin_id": "jaredrobin",
                "name": "Jared Robin"
            },
            "created_at": "2026-03-16T16:55:45.703Z",
            "num_reactions": 4,
            "num_comments": 2,
            "reaction_type_counts": [
                {
                    "count": 3,
                    "reaction_type": "LIKE"
                },
                {
                    "count": 1,
                    "reaction_type": "ENTERTAINMENT"
                }
            ],
            "comments": [
                {
                    "commentary": "Jared Robin Hansel, he is so hot right now, Hansel",
                    "commenter": {
                        "image": "",
                        "linkedin_url": "https://www.linkedin.com/in/adem-manderovic",
                        "linkedin_id": "adem-manderovic",
                        "name": "Adem Manderovic"
                    },
                    "created_at": "2026-03-23T00:20:46.265Z",
                    "num_reactions": 0,
                    "num_comments": 0,
                    "reaction_type_counts": [],
                    "comments": []
                }
            ]
        }
    ],
    "totalCount": 3,
    "pages": 1,
    "paginationToken": "1644010843-1774278017734-76967b2702698df63fb20ce936437fa9"
}