linkedin-engager-analytics

Solid

Pull the people who liked or commented on any LinkedIn post and segment them by ICP fit (peer / aspirational / prospect / other). Produces an engager roster, tier breakdown, and outbound action lists (follow back, comment-drop, DM-able with one-line openers). Powered by Apify, no LinkedIn login. Triggers on "who liked my post", "who engaged", "engagers report", "audience analytics". Not for tracking author replies to your comments (use linkedin-thread-monitor).

AI & Automation 441 stars 62 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# LinkedIn Engager Analytics Pull every liker and commenter on a LinkedIn post and bucket them by ICP fit. Outputs a roster + action list you can feed into your DM or outreach queue. Depends on `APIFY_TOKEN`. Without it, falls back to user-paste of the engager list. ## When to use - After publishing a post: "Who actually engaged? Are they ICP?" - Before a campaign: "Pull the last 5 viral posts in my niche, group their commenters by company size" - Reviewing competitor engagement: which prospects show up across multiple authors ## Input - One or more LinkedIn post URLs - Optional: ICP definition (target titles, company size, industry) - Optional: max engagers per post (default 100) ## Output Output format (engager roster, tier breakdown, action lists): see `references/output-spec.md`. Headline: a table of engagers labelled by ICP tier and a per-tier action list. ## Steps 1. **Fetch engagers.** Call `lib.ApifyClient.fetch_post_engagers(post_url=<url>, max_items=100)`. Returns a list of dicts with `type` ("commenters" | "likers"), `name`, `subtitle` (job title + company), `url_profile`, `content` (comment text if commenter), `datetime`. Cost is roughly $0.005 per engager-record. 2. **Parse subtitle into structured fields.** The `subtitle` typically reads "Director at Acme Corp" or "Founder & CEO at SaaS Inc". Extract: title, company, seniority bucket (IC / Manager / Director / VP / C-suite / Founder). 3. **Score ICP fit.** Use the user's supplied ICP rules: - Title ...

Details

Author
sergebulaev
Repository
sergebulaev/linkedin-skills
Created
3 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

linkedin-thread-monitor

Track which of your LinkedIn comments earned author replies. Flags the 6-24h warm-reply window where thread momentum peaks, classifies threads as hot/warm/cool/dormant, and routes warm ones to linkedin-reply-handler for follow-up drafts. Powered by Apify, no LinkedIn login. Triggers on "what threads need follow-up", "author replied", "monitor my comments". Not for analyzing likers on a post (use linkedin-engager-analytics).

441 Updated 4 days ago
sergebulaev
AI & Automation Listed

linkedin-viral-post-analyzer

Decode why a specific LinkedIn post performed unusually well. Breaks the post down into hook, structure, format, emotional triggers, timing, and audience match, then produces a reusable template the user can apply to their own content. Requires the Taplio MCP to pull live viral posts to study and fetch the user's own posts and analytics. Use when the user pastes a viral post they want to learn from.

5 Updated 1 weeks ago
TaplioOfficial
AI & Automation Listed

linkedin-analytics-interpreter

Translate raw LinkedIn analytics (impressions, engagement rate, profile visits, follower growth, top posts) into a clear diagnosis : what is working, what is not, and 3 specific actions to take next month. Use when the user has numbers but does not know what they mean or what to do about them. Requires the Taplio MCP, which pulls the user's real analytics and per-post data directly instead of asking them to paste numbers.

5 Updated 1 weeks ago
TaplioOfficial