Who Engaged With Your LinkedIn Post? How to See Specific Profiles
To see who engaged with your LinkedIn post, open the post's reactions and comments list — LinkedIn shows you the names there, but no context. Flux goes further: it captures every person who reacted or commented, resolves their company and title, and lets you group, filter, and track them across posts. You see not just how many people engaged, but who — by name, employer, and whether they're in your target market.
What you'll learn
- Why knowing who engaged matters more than knowing how many
- Grouping engagers by company with
get_post_engagers_by_company - Finding your most consistent engagers across multiple posts with
get_post_set_engagers - Pulling raw reaction and comment lists with
linkedin_post_reactionsandlinkedin_post_comments - Prepping for a meeting with
get_engagement_brief - Spotting shared audiences with
get_company_engagement_overlap - Finding warm intro paths through
get_alumni_engagers
Why does knowing who engaged matter more than the like count?
A like count is a vanity number. Fifty likes from people outside your market is worth less than three comments from decision-makers at accounts you're trying to close. LinkedIn's native analytics stop at the aggregate — it tells you 50 people reacted, then leaves you to scroll the reaction list one profile at a time with no way to filter or remember who they were.
Flux captures the identity behind every reaction and comment: name, current company, title, and engagement history with your content. That turns a feed of vanity metrics into sales intelligence. The same person who liked your last three posts is a warm lead; the four people from a target account who commented this week are a buying signal worth a follow-up.
This is Flux's core differentiator. Flux does not track impressions or guess at reach — it tells you exactly which real people engaged, which no other surviving LinkedIn analytics tool does at this level of detail.
How do I see which companies engaged with a post?
A single post often draws engagement from people scattered across dozens of companies, and the ones that matter are easy to miss in a flat list. get_post_engagers_by_company groups everyone who reacted to or commented on a post by their employer, so you can see "4 people from Acme Corp engaged with this post" at a glance.
Point it at a specific post to get a company-rollup of every engager:
get_post_engagers_by_company(post_url: "https://www.linkedin.com/posts/...")The output clusters engagers under their company, which makes target accounts jump out immediately. If three people from a single prospect company all reacted to your post about a problem you solve, that is a signal worth acting on the same day.
Who keeps engaging with my content across multiple posts?
One like is noise; a pattern is a signal. get_post_set_engagers takes a set of post URLs or IDs and surfaces the people who appear across multiple posts — your most consistent engagers, the ones who keep coming back.
Feed it your recent posts to find repeat engagers:
get_post_set_engagers(post_urls: ["...post1...", "...post2...", "...post3..."])People who engage with three of your last five posts are your warmest audience, even if they have never replied to a message. Cross-referencing that list against your target accounts answers the question every seller actually cares about: who from my target market engaged this week?
How do I get the raw list of who liked or commented?
When you want the unfiltered roster for a single post — every reaction and every comment — two tools give you the raw lists.
linkedin_post_reactions returns everyone who reacted, along with the reaction type (like, celebrate, support, and so on):
linkedin_post_reactions(post_url: "https://www.linkedin.com/posts/...")linkedin_post_comments returns the comments with each commenter's profile attached:
linkedin_post_comments(post_url: "https://www.linkedin.com/posts/...")Comments carry more intent than reactions — someone who took the time to write a reply is more invested than someone who tapped like. Reading the commenter profiles tells you whether that intent is coming from a buyer, a peer, or a competitor.
How do I prep for a meeting using engagement data?
Walking into a call knowing the prospect's team has been reading your posts changes the conversation. get_engagement_brief is a higher-level summary of who engaged recently and the patterns across your posts — built for prep before a call or meeting.
Scope a brief to a specific company before a meeting:
get_engagement_brief(company: "Acme Corp")The brief tells you which of your posts Acme's people liked, who specifically engaged, and how recently — so you can open with "I noticed a few folks on your team caught my post on X" instead of a cold pitch. It is the fastest path from "we have a meeting" to "I know what they care about."
Which companies engage with both me and a competitor?
Your shared audience with a peer or competitor is a map of accounts already in-market for what you both offer. get_company_engagement_overlap shows which companies have people engaging with both you and another profile, revealing that overlap directly.
get_company_engagement_overlap(competitor_profile: "https://www.linkedin.com/in/...")If a company's people engage with both you and a competitor, they are evaluating the category — exactly the audience worth investing in. It also tells you where a competitor has mindshare you have not yet captured.
How do I find warm introduction paths from engagers?
Some of your most valuable engagers used to work at the companies you are trying to reach. get_alumni_engagers finds people who previously worked at a target company and now engage with your content — warm intro paths hiding in your audience.
get_alumni_engagers(target_company: "Acme Corp")A former Acme employee who likes your posts is a credible, low-friction bridge into the account. Instead of a cold approach, you have someone who already knows your content and knows people on the inside.
Example workflows
Who from my target accounts engaged this week? Run get_post_set_engagers on your last five posts, then filter the results by your target companies. The intersection is your warm pipeline for the week.
Prep for a meeting with a specific account. Run get_engagement_brief scoped to that company. You walk in knowing which of your posts their people liked and who specifically engaged.
Find warm paths into a target company. Run get_alumni_engagers for that company to surface people who left but still follow your content — each one is a potential introduction.
FAQ
Can Flux show me who viewed my LinkedIn post? No. LinkedIn does not expose post viewers to third parties, and Flux does not track impressions or views. Flux focuses on engagement you can act on — the specific people who reacted to or commented on your posts, identified by name, company, and title.
Does Flux track post impressions or reach? No. Impression and reach numbers are aggregate vanity metrics that LinkedIn keeps inside its native analytics. Flux deliberately focuses on the identities behind engagement instead, because knowing who engaged is what unlocks sales and relationship value.
How is this different from LinkedIn's built-in analytics? LinkedIn gives you counts and lets you scroll a reaction list one profile at a time, with no filtering, grouping, or memory. Flux resolves each engager's company and title, groups them by employer, tracks them across posts, and lets you cross-reference against your target accounts.
Can I see who engaged across all my posts, not just one?
Yes. get_post_set_engagers aggregates engagers across a set of posts so you can find the people who consistently come back, and get_engagement_brief summarizes recent engagement patterns across your content.
Can I find engagers who work at a specific company?
Yes. get_post_engagers_by_company groups a post's engagers by employer, and get_engagement_brief can be scoped to a single company so you see exactly who from that account has been engaging with you.
Related guides
How to Write LinkedIn Posts with AI (Using Claude and Flux)
Connect Flux's MCP tools to Claude so AI writes in your voice, about topics your audience rewards, calibrated to your performance data.
How to Get More Engagement on LinkedIn
A data-driven playbook: pick the formats and lengths that win, post on topics your audience rewards, and track who actually engages.