tiktok-influencer-finder
Find TikTok influencers using Apify's Influencer Discovery Agent. Use when the user wants to discover TikTok creators or influencers in any niche.
npx skills add gooseworks-ai/goose-skills --skill tiktok-influencer-finder --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.
# TikTok Influencer Finder Search for TikTok influencers matching a specific niche using Apify's Influencer Discovery Agent. ## Quick Start Requires `requests` and either `GOOSEWORKS_API_KEY` or `APIFY_API_TOKEN` env var. ```bash # Basic search python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "fitness coaches for women over 40" # With follower filters python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "AI and tech reviewers" \ --min-followers 10000 --max-followers 500000 # Summary table output python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "vegan cooking creators" --output summary # CSV export python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "sustainable fashion" --output csv ``` ## Step 1: Gather Criteria Before running the search, ask the user for their filtering criteria. Collect ALL of the following: 1. **Niche/Description**: What type of influencer? (use $ARGUMENTS if provided, otherwise ask) 2. **Minimum follower count**: e.g. 5K, 10K, 50K 3. **Maximum follower count**: e.g. 50K, 100K, 500K 4. **Location filter**: e.g. US only, US + Canad
- Quick Start
- Step 1: Gather Criteria
- Step 2: Run the Search
- Step 3: Filter Results
- Step 4: Present Results
- CLI Reference
- Notes
Basic search python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ With follower filters Summary table output CSV export
What does the tiktok-influencer-finder skill do?
Find TikTok influencers using Apify's Influencer Discovery Agent. Use when the user wants to discover TikTok creators or influencers in any niche.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill tiktok-influencer-finder --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.
