linkedin_post
Extract LinkedIn post content and engagement data using the post ID from the share URL.
Instructions
Scrape publicly available LinkedIn posts by their post ID, returning the post's content and engagement data. [Credits: 5 credits per successful request] Notes: id is the numeric LinkedIn post/activity ID extracted from the post's share URL. Returns: No example response is published in the Scrapingdog documentation for this endpoint. Expected to be an object with post fields such as author info, post text/content, posted date, and engagement metrics (likes, comments, shares) -- exact field names are not confirmed by the docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The post ID of any LinkedIn post. Found in the post's share URL (e.g., '6976499964512243712'). |