LinkedIn Profile Reactions
Give it a LinkedIn profile URL, get back the posts that person has reacted to.
- Tool
linkedin_profile_reactions- Cost
- 0.2 credits
- Category
- LinkedIn Profile
- Required input
profile_url- Returns
- Posts reacted to, with author, content, engagement, URL
What it does
- Returns the posts a profile has reacted to — liked, celebrated or reposted. A bare username works in place of the full URL.
- Each result carries the post’s author, content, engagement counts and URL.
- Useful for spotting what a prospect engages with before you reach out.
- Returns 3 posts by default, up to 50 per call via
max_results. posted_limitnarrows results by recency —any,24h,week,month,3months,6months.
Direction matters here. This tool answers “what did this person react to”. To answer “who reacted to this post”, use linkedin_post_engagers instead — it takes a post URL and returns the accounts that engaged with it.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
profile_url | string | Yes | Full profile URL or username |
max_results | number | No | 1–50, default 3 |
posted_limit | string | No | any, 24h, week, month, 3months, 6months; default any |
How to use it
Connect the MCP server
Follow the setup guide for your client. Browser sign-in, no API key.
Pull recent reactions
Show me what linkedin.com/in/janedoe has reacted to in the past month.Widen the sample
Get 25 posts she reacted to over the last 3 months. Group them by the
author of the post.Turn it into an opener
Pick the reaction that is most relevant to revenue operations and draft
a two-line opener referencing the idea in that post — not the fact that
she liked it.Example prompts
| Ask your client | What you get back |
|---|---|
| ”What has this person been engaging with lately?” | Posts they reacted to, newest first |
| ”Show 25 reactions from the past 3 months, grouped by author” | Who they consistently engage with |
| ”What topics does this prospect care about?” | Themes inferred from the posts they reacted to |
| ”Who liked this post?” | Not this tool — use linkedin_post_engagers with the post URL |
Best prompting practices
- Say “what they reacted to”. Phrasing it as “who reacted” sends your client to the post-engagement tool, which answers the opposite question.
- Set
posted_limit. A reaction from six months ago is not a timing signal.weekormonthis usually what you want for outreach. - Raise
max_resultsfor pattern-finding. The default of 3 is a spot check; 25 shows a pattern. The cost is the same either way. - Reference the idea, not the click. “I saw you liked a post” reads as surveillance. Referencing the argument in that post reads as relevance.
- Pair it with comments. Reactions show interest;
linkedin_profile_commentsshows opinion. Both are 0.2 credits.
Output
{
"reactions": [
{
"post_author": "John Smith",
"content": "Most RevOps teams measure the wrong thing...",
"engagement": { "reactions": 412, "comments": 58 },
"url": "https://linkedin.com/posts/johnsmith-activity-456"
}
]
}Credits and limits
0.2 credits per call, flat. max_results accepts 1–50 and defaults to 3. Run check_credits (free) before a large batch.
A tight posted_limit like 24h will often return nothing — most people do not
react to something every day. Widen to week or month before concluding the
profile is inactive.
Related tools
| Tool | Use it instead when |
|---|---|
linkedin_profile_comments | You want their written opinions, not just a reaction — 0.2 credits |
linkedin_profile_posts | You want what they published themselves — 0.3 credits |
linkedin_post_engagers | You have a post URL and want the accounts that reacted to it |
x_profile_reactions | The same question on X instead of LinkedIn |
Next steps
- All MCP tools — the full catalogue with credit costs
- MCP use cases — personalisation workflows
- AI for Sales Reps — workflows that chain this tool into outreach
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.