Skip to main content
POST
/
linkedin-post-comments
Get LinkedIn post comments
curl --request POST \
  --url https://api.tryhuntr.com/linkedin-post-comments \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7430337505431957506"
}
'
{
  "success": true,
  "request_id": "req_1746123456_lc1x2y",
  "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7430337505431957506",
  "price": 0.012,
  "credits_remaining": 4.988,
  "post_urn": "urn:li:activity:7430337505431957506",
  "comments": [
    {
      "author": {
        "name": "Jane Doe",
        "headline": "Founder",
        "urn": "ACoAAExample",
        "id": "urn:li:member:25082785",
        "url": "https://www.linkedin.com/in/janedoe",
        "profile_picture_url": "https://example.com/jane.jpg"
      },
      "text": "Useful post",
      "created_at": 1771579108466,
      "permalink": "https://www.linkedin.com/feed/update/example",
      "edited": false,
      "engagement": {
        "reactions_count": 2,
        "replies_count": 1,
        "reposts_count": 0,
        "reactions": [
          {
            "type": "LIKE",
            "count": 2
          }
        ]
      }
    }
  ],
  "pagination": {
    "page_size": 100,
    "token": null
  }
}

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Body

application/json
post_url
string
required

Public LinkedIn post URL.

pagination
object

Response

Comment page returned.

success
boolean
request_id
string
post_url
string
price
number

$0.012 per page.

credits_remaining
number
post_urn
string
comments
object[]
pagination
object