harvest_get_profile_posts
Retrieve posts from a LinkedIn profile using its URL, ID, or public identifier. Supports pagination and date filtering for targeted results.
Instructions
Get LinkedIn profile posts — requires at least one of profile, profileId, profilePublicIdentifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| profile | No | Profile URL, e.g. https://www.linkedin.com/in/williamhgates | |
| profileId | No | Profile ID (faster) | |
| postedLimit | No | Filter by max posted date: 24h, week, month | |
| paginationToken | No | Token from previous page | |
| scrapePostedLimit | No | Post-filter by date: 1h, 24h, week, month, 3months, 6months, year | |
| profilePublicIdentifier | No | Public identifier (last part of URL) |