Skip to main content
POST
Post Details

Post Details

Cost: 1 credit / successful request. This endpoint retrieves comprehensive details about a single LinkedIn post, including the post text, author information, social engagement metrics, attachments, and repost information.
This page is the current contract for POST /api/v1/post. Engagement counts live under social_count (num_likes, num_comments, num_shares) and the publish time is posted_at. There is no engagement object and no created_at field.Do not confuse this with the deprecated POST /api/v1/posts (plural), a legacy page-scraping alias that returns a different, less reliable shape.

Post details endpoint

This endpoint allows you to get full details of any LinkedIn post by providing its URL.

Required attributes

string
required
The LinkedIn post URL. Supports multiple URL formats:
  • https://www.linkedin.com/posts/username_slug-activity-7430615551086850048-XXXX
  • https://www.linkedin.com/posts/username_slug-ugcPost-7430527985071595520-XXXX
  • https://www.linkedin.com/feed/update/urn:li:activity:7430615551086850048

Response

The post details model

Properties

object
The post details payload.
integer
Number of credits consumed by this request.