get_profile_reactions
Retrieve posts that a specific LinkedIn profile has reacted to. Provide a username to start; use pagination start index and token for additional results.
Instructions
Find out what posts a profile reacted to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Example value: adamselipsky | |
| start | No | for pagination, increase +100 to parse next result until you see less than 100 results. it could be one of these; 0, 100, 200, 300, 400, etc. | |
| paginationToken | No | It is required when fetching the next results page. The token from the previous call must be used. |