linkedin-influencer-discovery
Discover top LinkedIn influencers and voices by topic, industry, follower count, and country. Use when you need to find the top 100 voices in a space, build influencer lists for outreach, or identify thought leaders on LinkedIn.
npx skills add gooseworks-ai/goose-skills --skill linkedin-influencer-discovery --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 Influencer Discovery Discover top LinkedIn influencers by topic, country, and follower count using the Apify `powerai/influencer-filter-api-scraper` actor. Queries a database of 3.6M+ influencer profiles filtered to those with LinkedIn presence. ## Quick Start Requires `APIFY_API_TOKEN` env var (or `--token` flag). Install dependency: `pip install requests`. ```bash # Find top AI influencers with LinkedIn profiles python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "artificial intelligence" --max-results 50 --output summary # Find SaaS influencers in the US python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "saas" --country "United States of America" --output summary # Find marketing influencers with email available python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "marketing" --has-email --max-results 100 # Filter to a specific follower range python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "fintech" --min-followers 10000 --max-followers 500000 --output summary ``` ## CLI Reference | Flag | Default | Description | |------|----
- Quick Start
- CLI Reference
- Cost
- Output Fields
- Notes
Find top AI influencers with LinkedIn profiles python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ Find SaaS influencers in the US Find marketing influencers with email available Filter to a specific follower range
What does the linkedin-influencer-discovery skill do?
Discover top LinkedIn influencers and voices by topic, industry, follower count, and country. Use when you need to find the top 100 voices in a space, build influencer lists for outreach, or identify thought leaders on LinkedIn.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill linkedin-influencer-discovery --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.
