find-influencers
Find influencers on TikTok using Apify's Influencer Discovery Agent. Use when the user wants to discover, search for, or find influencers, creators, or content creators in any niche.
Best use case
find-influencers is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Find influencers on TikTok using Apify's Influencer Discovery Agent. Use when the user wants to discover, search for, or find influencers, creators, or content creators in any niche.
Teams using find-influencers should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/find-influencers/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How find-influencers Compares
| Feature / Agent | find-influencers | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Find influencers on TikTok using Apify's Influencer Discovery Agent. Use when the user wants to discover, search for, or find influencers, creators, or content creators in any niche.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Find Influencers Search for TikTok influencers matching a specific niche using Apify's Influencer Discovery Agent. ## Step 1: Gather Criteria Before running the search, ask the user for their filtering criteria using AskUserQuestion. 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 + Canada, any English-speaking country 5. **Sub-niche preferences**: Any specific content focus within the broader niche Ask all 5 criteria in a single AskUserQuestion call to minimize back-and-forth. Provide sensible default options but always allow custom input. ## Step 2: Run the Apify Influencer Discovery Agent Use the `mcp__apify__apify-slash-influencer-discovery-agent` tool with: - **influencerDescription**: Compose a detailed description combining the user's niche, content style preferences, and target audience. Be specific and descriptive. - **generatedKeywords**: 5 (maximum for best coverage) - **profilesPerKeyword**: 10 (maximum for best coverage) If the MCP connection fails, instruct the user to run `/mcp` to reconnect, then retry. ## Step 3: Filter Results After receiving results, apply ALL the user's criteria strictly: - **Remove** profiles below minimum follower count - **Remove** profiles above maximum follower count - **Remove** profiles outside the specified location(s) - **Remove** profiles that don't match the sub-niche (use the `fit` score and `fitDescription` to judge relevance; generally exclude fit < 0.6) - **Sort** remaining results by fit score (descending), then by follower count (descending) ## Step 4: Present Results Present filtered results in a clean markdown table with these columns: | Creator | Handle | Followers | Engagement | Location | Focus | Fit Score | Include: - Clickable TikTok profile links - Follower count formatted readably (e.g. 46.3K) - Engagement rate as percentage - Brief description of their content focus - The AI-generated fit score After the table, include: - **Total profiles analyzed** vs **profiles matching criteria** - A note if very few results matched (suggest adjusting criteria) - Offer to run another search with different keywords or adjusted criteria ## Notes - This skill requires the Apify MCP server to be connected. If not connected, tell the user to run `/mcp` first. - The tool searches TikTok specifically. If the user wants other platforms, let them know this is TikTok-only and suggest alternatives. - Engagement rates above 100% can occur when viral posts drive disproportionate interaction relative to follower count.
Related Skills
sponsored-newsletter-finder
Discover newsletters in a target niche relevant to your ICP, evaluate audience fit, estimate reach and CPM, and output a ranked shortlist of sponsorship opportunities. Uses web search to find newsletters, then scores each against ICP alignment criteria. Use when a marketing team wants to reach an existing engaged audience for less than the cost of building their own, or when testing a new channel before committing.
seo-opportunity-finder
Find quick-win SEO content opportunities by comparing your site's existing content against competitor keyword rankings. Chains site-content-catalog and seo-domain-analyzer to build a content inventory, then identifies gaps — topics competitors rank for that you don't cover yet. Outputs a prioritized list of posts to write or update. Use when a seed/Series A team wants to start winning organic traffic without guessing.
newsletter-sponsorship-finder
Find newsletters relevant to a target audience/industry for sponsorship opportunities. Discovers newsletters through web search, newsletter directories, and industry research. Returns newsletter name, author, estimated audience, topic focus, sponsorship rates (if available), and contact info.
company-contact-finder
Find decision-makers at a specific company using Crustdata and SixtyFour people search via Gooseworks MCP. Given a company name and target titles, returns a list of contacts with name, title, LinkedIn URL, and location.
apollo-lead-finder
Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against Supabase.
signal-detection-pipeline
Detect buying signals from multiple sources, qualify leads, and generate outreach context
seo-content-engine
Build and run an SEO content engine: audit current state, identify gaps, build keyword architecture, generate content calendar, draft content.
outbound-prospecting-engine
End-to-end outbound prospecting: detect intent signals, research companies, find decision-maker contacts, personalize messaging, launch campaign.
event-prospecting-pipeline
Find attendees at conferences/events, research their companies, qualify against ICP, and launch outreach
competitor-monitoring-system
Set up and run ongoing competitive intelligence monitoring for a client. Tracks competitor content, ads, reviews, social, and product moves.
client-packet-engine
Batch client packet generator. Takes company names/URLs, runs intelligence + strategy generation, presents strategies for human selection, executes selected strategies in pitch-packet mode (no live campaigns or paid enrichment), and packages into local delivery packets.
client-package-notion
Package all work done for a client into a shareable Notion page with subpages and Google Sheets. Reads the client's folder (strategies, campaigns, content, leads, notes) and builds a structured Notion workspace the client can browse. Lead list CSVs are uploaded to Google Sheets and linked from the Notion pages. Use when you want to deliver work to a client in a polished, navigable format.