get_profile_posts
Retrieve posts from a LinkedIn profile to analyze content performance and engagement metrics like likes, comments, and shares.
Instructions
Get posts from a specific LinkedIn profile.
Args: profile_id: LinkedIn public ID or URN limit: Maximum number of posts to return (default: 10, max: 50) use_cache: Whether to use cached data if available (default: True)
Returns posts with engagement metrics (likes, comments, shares).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | ||
| limit | No | ||
| use_cache | No |