LinkedIn Engager Analytics
Pulls everyone who liked or commented on a LinkedIn post, segments them by ICP fit, and outputs ready-to-use outreach action lists.
Marketing & SEOIntermediate★ 863⑂ 136AI score 9/10Last updated: Sep 3, 2026
What it does
- Fetches all likers and commenters for any LinkedIn post URL via Apify — no LinkedIn login needed.
- Parses profile subtitles ("Director at Acme Corp") into title, company and seniority bucket (IC / Manager / Director / VP / C-suite / Founder).
- Scores each engager against your ICP rules (target titles, company size, industry) and assigns a tier: Peer / Aspirational / Prospect / Other.
- Generates per-tier action lists: follow-back, comment-drop targets, and DM-able prospects with a one-line opener referencing the post they engaged with.
- Handles multiple posts: dedupes engagers and flags anyone who engaged with 2+ posts as highest-intent.
- Includes quality filters that skip generic praise, copy-paste sales templates and agency profiles.
Who it's for
- B2B founders, sales and growth folks who use LinkedIn content to generate inbound.
- Marketers who want to judge posts by who saw them, not by raw like count.
- Lead-gen operators mining commenter pools on competitor or industry-influencer posts.
- Prerequisite: an
APIFY_TOKEN(paid per record, ~$0.005/engager); without it, the skill falls back to a pasted engager list.
Example uses
- "Who engaged with last week's post, and how many are real ICP?" → engager table, tier breakdown, DM-able shortlist.
- "Pull commenters from the 5 most viral posts in my niche and group them by company size" → deduped roster with multi-post engagers flagged.
- "Write one DM opener per Prospect-tier engager" → outreach queue that respects the 24–72h wait rule.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/sergebulaev/linkedin-skills/HEAD/.codex-marketplace/linkedin-skills/skills/linkedin-engager-analytics/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .codex-marketplace/linkedin-skills/skills/linkedin-engager-analytics folder from the GitHub repo sergebulaev/linkedin-skills into my ~/.claude/skills/linkedin-engager-analytics/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/sergebulaev/linkedin-skills.git /tmp/linkedin-skills && mkdir -p ~/.claude/skills && cp -r /tmp/linkedin-skills/.codex-marketplace/linkedin-skills/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/sergebulaev/linkedin-skills.git - Move into the skills folder:
cd linkedin-skills/.codex-marketplace/linkedin-skills/skills - Create your Claude skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r linkedin-engager-analytics ~/.claude/skills/— copying the whole set (cp -r * ~/.claude/skills/) is recommended so sharedreferences/andlib/resolve. - Set your Apify token:
export APIFY_TOKEN="your_token"and add the line to~/.zshrcor~/.bashrc. - Restart Claude Code and ask something like "who engaged with my post?", providing the post URL plus your ICP definition (titles, industry, company size).
- Start with
max_items=50on the first run to stay inside the $5 free monthly Apify credit.
View source on GitHub ↗License: MIT