# LinkedIn Post Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/linkedin/post/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/linkedin-post-info | ## Description Simplify LinkedIn post retrieval with our efficient API for enhanced content analysis. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/linkedin/post/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup by post ID ```json { "id": "7027826235833520128", "url": "https://www.linkedin.com/posts/tanyalindsay_we-have-been-building-a-web3-gaming-platform-activity-7027826235833520128-m0GW", "text": "We have been building a web3 gaming platform based on entertainment and not on ponzi or the p2e narrative...", "author": { "url": "https://ca.linkedin.com/in/tanyalindsay", "full_name": "Tanya Lindsay", "image_url": null, "profile_type": "person" }, "images": [ "https://media.licdn.com/dms/image/v2/C4E22AQGXHY67ydHRgQ/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1675462056613" ], "comments": [ { "text": "These stats are too funny. The web3 investors need to learn that whilst youth audiences have ideals and morals but these get easily lost when it comes down to having fun.", "author": { "url": "https://uk.linkedin.com/in/ian-manson-83926827", "headline": "Virtual Reality SPECIALIST| VR/AR/MR/360/XR | CEO Omnilux VR", "full_name": "Ian Manson", "image_url": null, "profile_type": "person" } } ], "hashtags": [], "image_url": "https://media.licdn.com/dms/image/v2/C4E22AQGXHY67ydHRgQ/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1675462056613", "like_count": 5, "shared_link": null, "shared_post": { "id": "7027397210061328384", "link": null, "text": "Web 3 Gaming has a serious problem...", "image": null, "title": null }, "shared_video": null, "comments_count": 2, "date_published": "2023-02-05T02:32:25.297Z", "total_engagement": 7, "mentioned_profiles": [] } ``` ## Documentation ## Overview Retrieve full details of a LinkedIn post using its ID or URL. Returns post text, author info, engagement metrics, hashtags, images, shared content, and mentioned profiles. ## Quickstart ``` GET https://api.piloterr.com/v2/linkedin/post/info?query=7027826235833520128 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | LinkedIn post ID or full post URL | ## Main use cases - Monitor brand mentions and executive communications on LinkedIn for PR intelligence - Extract post engagement data to analyze content performance across company pages - Build content aggregation tools that track specific LinkedIn thought leaders - Feed social listening dashboards with structured LinkedIn post data