get_profiles_posts
Retrieve the last 50 posts from any LinkedIn profile by providing a username. Use pagination tokens to access older posts and filter by date to get only recent content.
Instructions
Get last 50 posts of a profile. 1 credit per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Example value: adamselipsky | |
| start | No | use this param to get posts in next results page: 0 for page 1, 50 for page 2 100 for page 3, etc. | |
| paginationToken | No | It is required when fetching the next results page. The token from the previous call must be used. | |
| postedAt | No | It is not an official filter. It filters posts after fetching them from LinkedIn and returns posts that are newer than the given date. Example value: 2024-01-01 00:00 |