linkedin-commenter-extractor
Extract commenters from LinkedIn posts via Apify. Returns commenter names, titles, LinkedIn profile URLs, and comment text. Use to find warm leads engaging with relevant discussions. No LinkedIn cookies required.
npx skills add gooseworks-ai/goose-skills --skill linkedin-commenter-extractor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LinkedIn Commenter Extractor Extract names, titles, companies, LinkedIn URLs, and comment text from people who commented on specific LinkedIn posts. Uses Apify — no LinkedIn cookies required. ## Quick Start Requires `requests` and `APIFY_API_TOKEN` environment variable. ```bash # Extract commenters from a single post python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url "https://www.linkedin.com/posts/someone_topic-activity-123456789" # Multiple posts python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL1 --post-url URL2 # Limit comments per post python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL --max-comments 50 # Output formats python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output json python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output csv python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output summary # Deduplicate across multiple posts python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL1 --post-url
- Quick Start
- How It Works
- CLI Reference
- Output Schema
- Cost
Extract commenters from a single post python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ Multiple posts Limit comments per post Output formats python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output json python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output csv python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output summary Deduplicate across multiple posts
What does the linkedin-commenter-extractor skill do?
Extract commenters from LinkedIn posts via Apify. Returns commenter names, titles, LinkedIn profile URLs, and comment text. Use to find warm leads engaging with relevant discussions. No LinkedIn cookies required.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill linkedin-commenter-extractor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
