Read-only

List User Reactions

Return the public reactions a LinkedIn user has made, identified by their provider_id from get_profile or get_connections. Supports a limit between 1 and 100 (default 20) with cursor pagination, and returns each reaction's type, post ID, and timestamp. The call fails if the user ID is invalid or the user has no public reactions.

list_user_reactionsGET/api/v1/users/{user_id}/reactions
crispy — bash

Example prompt: List the recent public reactions from the LinkedIn user with provider_id ACoAABxyz

[
  {
    "reaction_type": "LIKE",
    "post_id": "urn:li:activity:7012",
    "timestamp": "2026-06-12T15:04:00Z"
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Discover the topics and creators a prospect engages with before reaching out
Find shared interests with a contact to open a warmer, more relevant conversation
Track what a key account decision-maker is publicly endorsing over time
Surface posts your target has reacted to as natural conversation starters

Parameters

Inputs accepted by list_user_reactions.

NameTypeDescription
user_idstringLinkedIn provider_id of the user (from get_profile or get_connections)
limitnumberMax results (default 20)
cursorstringPagination cursor

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.