Skip to main content
POST
/
company-linkedin-posts
Get LinkedIn company posts
curl --request POST \
  --url https://api.tryhuntr.com/company-linkedin-posts \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "linkedin_url": "https://www.linkedin.com/company/stripe"
}
'
{
  "success": true,
  "request_id": "req_1746123456_cp1x2y",
  "linkedin_url": "https://www.linkedin.com/company/stripe",
  "price": 0.024,
  "credits_remaining": 4.976,
  "company_id": "1441",
  "posts": [
    {
      "text": "We are launching a new product.",
      "url": "https://www.linkedin.com/feed/update/urn:li:activity:7430337505431957506",
      "urn": "urn:li:activity:7430337505431957506",
      "author": {
        "name": "Stripe",
        "headline": "Technology company",
        "url": "https://www.linkedin.com/company/stripe/posts",
        "type": "COMPANY"
      },
      "posted_at": {
        "timestamp": 1771530510290,
        "full_date": "2026-02-19",
        "relative": "1d"
      },
      "edited": false,
      "engagement": {
        "reactions_count": 20,
        "comments_count": 2,
        "reposts_count": 1,
        "reactions": []
      },
      "media": [],
      "reshared_post": null
    }
  ],
  "pagination": {
    "page_size": 10,
    "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
linkedin_url
string
required

Public LinkedIn company URL.

pagination
object

Response

Company post page returned.

success
boolean
request_id
string
linkedin_url
string
price
number

$0.024 per page.

credits_remaining
number
company_id
string
posts
object[]
pagination
object