Skip to main content
POST
/
linkedin-post
Get detailed LinkedIn post data
curl --request POST \
  --url https://api.tryhuntr.com/linkedin-post \
  --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_lp1x2y",
  "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7430337505431957506",
  "result": {
    "post": {
      "text": "We are launching a new product.",
      "text_attributes": [],
      "url": "https://www.linkedin.com/feed/update/urn:li:activity:7430337505431957506",
      "urn": "urn:li:activity:7430337505431957506",
      "author": {
        "name": "Jane Doe",
        "headline": "Founder",
        "url": "https://www.linkedin.com/in/janedoe"
      },
      "posted_at": {
        "timestamp": 1771530510290,
        "full_date": "2026-02-19",
        "relative": "1w"
      },
      "edited": false,
      "engagement": {
        "reactions_count": 20,
        "comments_count": 2,
        "reposts_count": 0,
        "reactions": []
      },
      "media": [],
      "reshared_post": null
    },
    "comments": []
  },
  "price": 0.012,
  "credits_remaining": 4.988
}

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.

Response

Post detail returned.

success
boolean
request_id
string
post_url
string
result
object
price
number

$0.012 per request.

credits_remaining
number