Agent skill · Content & Marketing

linkedin-profile-post-scraper

Scrape recent posts from LinkedIn profiles using Apify. Use when you need to monitor what specific people are posting on LinkedIn, track founder/exec activity, or gather LinkedIn content for competitive intelligence.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill linkedin-profile-post-scraper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/social/capabilities/linkedin-profile-post-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LinkedIn Profile Post Scraper Scrape recent posts from specific LinkedIn profiles using the Apify `harvestapi/linkedin-profile-posts` actor. ## Quick Start Requires `APIFY_API_TOKEN` env var (or `--token` flag). Install dependency: `pip install requests`. ```bash # Scrape recent posts from a profile python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \ --profiles "https://www.linkedin.com/in/marcelsantilli" --max-posts 10 # Multiple profiles with keyword filtering python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \ --profiles "https://www.linkedin.com/in/person1,https://www.linkedin.com/in/person2" \ --keywords "AI,growth" --days 30 # Summary table python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \ --profiles "https://www.linkedin.com/in/marcelsantilli" --output summary ``` ## CLI Reference | Flag | Default | Description | |------|---------|-------------| | `--profiles` | *required* | LinkedIn profile URL(s), comma-separated | | `--max-posts` | 20 | Max posts to scrape per profile | | `--keywords` | none | Keywords to filter (comma-separated, OR logic) | | `--days` | 30 | Only include posts from la

What's inside
Steps it walks through
  1. Quick Start
  2. CLI Reference
  3. Cost
  4. Notes
Ships with 2 files
  • scripts/scrape_linkedin_posts.py
  • skill.meta.json
Commands it runs
Scrape recent posts from a profile
python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \
Multiple profiles with keyword filtering
Summary table
More from goose-skills
All skills →
About this skill
What does the linkedin-profile-post-scraper skill do?

Scrape recent posts from LinkedIn profiles using Apify. Use when you need to monitor what specific people are posting on LinkedIn, track founder/exec activity, or gather LinkedIn content for competitive intelligence.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill linkedin-profile-post-scraper --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.

Keep going