fetch_post
Retrieve LinkedIn post data including comments and reactions. Provide a post URL to get its content, and optionally fetch comments and reactions with configurable limits and sorting.
Instructions
Open a LinkedIn post and retrieve its data, with optional comments and reactions. (st.openPost action).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postUrl | Yes | LinkedIn URL of the post. (e.g., 'https://www.linkedin.com/posts/username_activity-id') | |
| retrieveComments | No | Optional. When true, also retrieve comments for the post. Configure via commentsRetrievalConfig. | |
| retrieveReactions | No | Optional. When true, also retrieve reactions for the post. Configure via reactionsRetrievalConfig. | |
| commentsRetrievalConfig | No | Optional. Applies only when retrieveComments is true. Controls comments retrieval (limit, replies, sort). | |
| reactionsRetrievalConfig | No | Optional. Applies only when retrieveReactions is true. Controls reactions retrieval (limit). |