Skip to main content
GET
/
v1
/
people
/
post-comments
curl --request GET \
  --url 'https://api.netrows.com/v1/people/post-comments?postId=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": [
    {
      "isPinned": false,
      "isEdited": false,
      "threadUrn": "",
      "urn": "7397857650555637760",
      "createdAt": 1763786709442,
      "createdAtString": "2025-11-22 04:45:09",
      "permalink": "https://www.linkedin.com/feed/update/urn:li:activity:7397791429097537536?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7397791429097537536%2C7397857650555637760%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287397857650555637760%2Curn%3Ali%3Aactivity%3A7397791429097537536%29",
      "text": "What an inspiring trajectory. 👏 

I had the privilege of speaking with the exceptional team behind VS this week (Tim Baxter Jr., Harry Guo) and in the past as well (Kevin Lee, Carlyn Bujouves), and every conversation reinforced how VS has built this ecosystem layer by layer: social, gaming, creator, data. 

A very few publisher-content studios (if any) in the space have built this level of full-stack capability across creator media, data, and ad operations. Excited to see what’s next.",
      "author": {
        "name": "Satvik Sinha",
        "urn": "ACoAABeOWjsBh02EwiZRqTx7eYKpkMhuolatNUU",
        "id": "395205179",
        "username": "satviksinha",
        "linkedinUrl": "https://www.linkedin.com/in/satviksinha",
        "title": "Marketing Strategist using AI to fix the problems humans create ▪️ Performance Marketing & Ad Ops Specialist ▪️ Career & Education Advisor ▪️ Writer who rhapsodizes about work, culture and society.",
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4D03AQG6LXNKBWOrdw/profile-displayphoto-shrink_400_400/B4DZZJ9fFtH4BY-/0/1744997577627?e=1765411200&v=beta&t=0_pvIEWQXV_ZKy2xfkdLTwECKa4VwWLTRx0cFVZMfNA"
      },
      "totalSocialActivityCounts": {
        "numComments": 0,
        "likeCount": 0,
        "appreciationCount": 0,
        "empathyCount": 0,
        "InterestCount": 0,
        "praiseCount": 0,
        "funnyCount": 0,
        "maybeCount": 0,
        "totalReactionCount": 0,
        "numShares": 0
      }
    }
  ],
  "total": 1,
  "totalPage": 1
}
Authorization
string
required
Your API key from dashboard

Query Parameters

postId
string
required
The post identifier
curl --request GET \
  --url 'https://api.netrows.com/v1/people/post-comments?postId=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": [
    {
      "isPinned": false,
      "isEdited": false,
      "threadUrn": "",
      "urn": "7397857650555637760",
      "createdAt": 1763786709442,
      "createdAtString": "2025-11-22 04:45:09",
      "permalink": "https://www.linkedin.com/feed/update/urn:li:activity:7397791429097537536?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7397791429097537536%2C7397857650555637760%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287397857650555637760%2Curn%3Ali%3Aactivity%3A7397791429097537536%29",
      "text": "What an inspiring trajectory. 👏 

I had the privilege of speaking with the exceptional team behind VS this week (Tim Baxter Jr., Harry Guo) and in the past as well (Kevin Lee, Carlyn Bujouves), and every conversation reinforced how VS has built this ecosystem layer by layer: social, gaming, creator, data. 

A very few publisher-content studios (if any) in the space have built this level of full-stack capability across creator media, data, and ad operations. Excited to see what’s next.",
      "author": {
        "name": "Satvik Sinha",
        "urn": "ACoAABeOWjsBh02EwiZRqTx7eYKpkMhuolatNUU",
        "id": "395205179",
        "username": "satviksinha",
        "linkedinUrl": "https://www.linkedin.com/in/satviksinha",
        "title": "Marketing Strategist using AI to fix the problems humans create ▪️ Performance Marketing & Ad Ops Specialist ▪️ Career & Education Advisor ▪️ Writer who rhapsodizes about work, culture and society.",
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4D03AQG6LXNKBWOrdw/profile-displayphoto-shrink_400_400/B4DZZJ9fFtH4BY-/0/1744997577627?e=1765411200&v=beta&t=0_pvIEWQXV_ZKy2xfkdLTwECKa4VwWLTRx0cFVZMfNA"
      },
      "totalSocialActivityCounts": {
        "numComments": 0,
        "likeCount": 0,
        "appreciationCount": 0,
        "empathyCount": 0,
        "InterestCount": 0,
        "praiseCount": 0,
        "funnyCount": 0,
        "maybeCount": 0,
        "totalReactionCount": 0,
        "numShares": 0
      }
    }
  ],
  "total": 1,
  "totalPage": 1
}

Cost

This endpoint costs 1 credit per request.

Rate Limits

Subject to your account’s rate limit (10-100 requests/minute based on plan).