Influencer prospecting

01What is it?
Use when the user wants to find creators, influencers, affiliates, or social accounts in a niche for outreach, partnerships, sponsorships, UGC, seeding, or competitive research. It stands out by giving influencer prospecting a defined shape, so the agent asks for better context and returns a more usable result.
02Inputs
Context the agent needs: your goals, audience, constraints, and any source material the skill asks for.
03Output
A ready-to-use result: the analysis, copy, or recommendations the agent produces.
Paste-ready

Install as a package

Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.

Terminal
$ npx skills add scrapecreators/social-media-research-skills --skill influencer-prospecting

Use in Profound

Copy this file into a new Profound Skill. That's it, nothing else to install.

Copy and create in Profound
SKILL.md

Influencer Prospecting

Overview

Build practical creator prospect lists from public social data. The goal is to find accounts that fit the niche, have enough reach, and show evidence of relevant content or audience fit.

When to Use

Use this skill when the user asks to:

  • find influencers or creators in a niche
  • build a UGC, affiliate, sponsorship, or seeding list
  • find micro-influencers with strong engagement
  • identify creators who already talk about a product category
  • export prospects as CSV

Useful Sources

  • TikTok search users, popular creators, profile, profile videos, audience demographics
  • Instagram search profiles, profile, posts, reels
  • YouTube search and channel details
  • Link-in-bio services: Linktree, Komi, Pillar, Linkbio, Linkme
  • Amazon Shop and TikTok Shop showcase where relevant

Scoring Framework

Score each prospect 1-5 on:

  • Niche fit — content clearly matches the category
  • Audience fit — country/language/platform fit when public data supports it
  • Reach — followers/subscribers and recent views
  • Engagement quality — comments look real and relevant
  • Brand safety — obvious controversy or mismatch risk
  • Contactability — public links/email/contact path available

Output Format

# Influencer Prospect List: {niche}

| Creator | Platform | Followers | Recent views | Fit | Contact path | Notes |
|---|---|---:|---:|---:|---|---|

## Best Fits
1. ...

## Outreach Angles
- ...

## CSV
```csv
creator,platform,profile_url,followers,recent_views,fit_score,contact_path,notes

## Common Pitfalls

- Do not equate large follower count with good fit.
- Do not scrape or expose private contact data. Use public links only.
- Do not hide uncertainty when profiles have limited public data.

How do I install Influencer prospecting in Cursor, Claude Code, or Codex?

Run npx skills add scrapecreators/social-media-research-skills --skill influencer-prospecting in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Influencer prospecting, not every skill in the repository.

Where does Influencer prospecting come from and what license is it under?

Influencer prospecting comes from the scrapecreators/social-media-research-skills repository on GitHub. That repository has 1.7K GitHub stars. The skill is published under the MIT license.

Prefer plain text? Read the Influencer prospecting guide as markdown.