linkedin-influencer-discovery

Installation
SKILL.md

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.

# 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 \
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 29, 2026