List LinkedIn profile posts
linkedin_profiles_posts_listList posts from one specific LinkedIn person profile by URL (not a keyword search — use linkedin.posts.search.list to search across public posts). Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | LinkedIn profile URL or vanity handle whose public posts should be listed. | |
| limit | No | Maximum posts to return (default 10). | |
| endDate | No | Optional end of the date range for posts to include. Must be a valid ISO-8601 date-time. For profile URLs, date filtering applies only to LinkedIn articles. | |
| startDate | No | Optional start of the date range for posts to include. Must be a valid ISO-8601 date-time. For profile URLs, date filtering applies only to LinkedIn articles. | |
| onlyAuthoredPosts | No | When true, return only posts created by the profile owner. |