brand-prospect-researcher

Find brands actively spending on influencer and creator campaigns. Scans trade press, Instagram, job boards, and news for active-spender signals, then outputs a scored, prioritized prospect list with contacts. Use when you need to find brands to pitch, identify active advertisers, build a prospect list, research which brands are hiring influencer marketers, or find companies launching creator campaigns. Triggers on: 'find brands to pitch,' 'prospect list,' 'who's spending on influencers,' 'brand prospects,' 'active advertisers,' 'campaign activity,' or any request to identify brands actively investing in creator/influencer marketing.

3,891 stars

Best use case

brand-prospect-researcher is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Find brands actively spending on influencer and creator campaigns. Scans trade press, Instagram, job boards, and news for active-spender signals, then outputs a scored, prioritized prospect list with contacts. Use when you need to find brands to pitch, identify active advertisers, build a prospect list, research which brands are hiring influencer marketers, or find companies launching creator campaigns. Triggers on: 'find brands to pitch,' 'prospect list,' 'who's spending on influencers,' 'brand prospects,' 'active advertisers,' 'campaign activity,' or any request to identify brands actively investing in creator/influencer marketing.

Teams using brand-prospect-researcher 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

$curl -o ~/.claude/skills/brand-prospect-researcher/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/alexa853/brand-prospect-researcher/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/brand-prospect-researcher/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How brand-prospect-researcher Compares

Feature / Agentbrand-prospect-researcherStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Find brands actively spending on influencer and creator campaigns. Scans trade press, Instagram, job boards, and news for active-spender signals, then outputs a scored, prioritized prospect list with contacts. Use when you need to find brands to pitch, identify active advertisers, build a prospect list, research which brands are hiring influencer marketers, or find companies launching creator campaigns. Triggers on: 'find brands to pitch,' 'prospect list,' 'who's spending on influencers,' 'brand prospects,' 'active advertisers,' 'campaign activity,' or any request to identify brands actively investing in creator/influencer marketing.

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.

Related Guides

SKILL.md Source

# Brand Prospect Researcher

Find and score brands actively investing in influencer/creator marketing. Built for talent managers and self-managed creators who need to know which brands are spending right now so they can pitch with confidence.

## Prerequisites

- **web_search** tool (required) — for trade press, job postings, partnership news
- **web_fetch** tool (required) — for reading full articles
- **gram CLI** (optional) — for Instagram campaign activity signals. If unavailable, skip Instagram checks and note in output.

Check gram availability:
```bash
which gram
```
If not found, proceed without Instagram data and flag it in the report.

## Workflow

### 1. Collect User Configuration

Ask the user (or use defaults):

| Parameter | Default | Description |
|-----------|---------|-------------|
| `niche` | general | Vertical to scan (fashion, beauty, food, fitness, tech, lifestyle, gaming, travel, etc.) |
| `num_prospects` | 20 | Number of brands to return |
| `categories` | all | Which signal categories to scan (trade press, jobs, Instagram, partnerships) |
| `geo_focus` | US | Geographic market focus |
| `timeframe` | 3 months | How recent signals should be |

If user provides a niche, tailor ALL searches to that vertical.

### 2. Scan Trade Press for Campaign Activity

Run web searches across major trade publications. Adapt publication list to the user's niche:

**Cross-industry:** Ad Age, Adweek, Marketing Dive, The Drum, Campaign
**Fashion/Beauty:** BoF, WWD, Glossy, Fashionista, Allure
**Food/Bev:** Food & Wine, Eater, BevNET
**Tech:** TechCrunch, The Verge, Wired
**Lifestyle/Home:** Architectural Digest, Domino, Apartment Therapy
**Gaming:** IGN, Polygon, Kotaku
**Fitness:** Well+Good, Shape, Men's Health

Search queries (run 5-8 variations):
```
"[niche] influencer campaign 2026"
"[niche] brand creator partnership"
"[niche] influencer marketing launch"
"brand ambassador [niche] campaign announcement"
"[niche] creator collaboration new"
site:adage.com OR site:glossy.co "[niche] influencer"
```

For each result, extract: brand name, campaign type, date, publication, URL.

### 3. Search for Hiring Signals

Job postings for influencer marketing roles = strong active-spender signal.

```
"influencer marketing manager" "[niche]" hiring 2026
"creator partnerships" job posting [geo_focus]
"influencer relations" "[niche]" open role
site:linkedin.com/jobs "influencer marketing" "[niche]"
```

Extract: company name, role title, posting date, URL.

### 4. Find Partnership Announcements & Product Launches

```
"[niche] brand launch 2026"
"[niche] new product launch influencer"
"[niche] brand agency change" OR "agency of record"
"[niche] rebrand 2026"
```

Brands launching products or changing agencies are actively allocating budget.

### 5. Check Instagram Campaign Activity (if gram available)

For top candidate brands from steps 2-4, check Instagram for activity signals:

```bash
gram search "[brand name]" --limit 5
gram user info [brand_handle]
```

Look for:
- Recent sponsored/partnership posts
- Tagged creator content
- Campaign hashtags
- Follower growth (indicates ad spend)

If gram is unavailable, skip and note: "Instagram verification skipped — install gram CLI for deeper signal data."

### 6. Search for Contact Information

For each high-scoring brand, search for:
```
"[brand name] influencer marketing contact"
"[brand name] PR contact email"
"[brand name] head of influencer marketing" linkedin
"[brand name] partnerships" site:linkedin.com
```

Extract: name, title, email (if public), LinkedIn URL.

### 7. Score Each Brand

Score each brand 1-100 based on signal strength:

| Signal | Points |
|--------|--------|
| Active campaign in trade press (last 3 months) | +25 |
| Hiring influencer marketing roles | +20 |
| New product/rebrand launch | +15 |
| Agency change or new agency hire | +15 |
| Instagram campaign activity confirmed | +10 |
| Multiple signals from different sources | +10 |
| Contact info found | +5 |

**Tiers:**
- 🔥 **Hot** (70-100): Multiple strong signals, actively spending now
- 🟡 **Warm** (40-69): Clear intent signals, likely receptive
- 🔵 **Cool** (20-39): Some signals, worth monitoring

### 8. Output Format

```markdown
# Brand Prospect Report: [Niche]

**Generated:** [date]
**Niche:** [niche]
**Geo Focus:** [geo]
**Sources Scanned:** [count]
**Prospects Found:** [count]

## 🔥 Hot Prospects

### 1. [Brand Name] — Score: [X]/100
**Category:** [industry]
**Signals:**
- [Signal 1 with source link]
- [Signal 2 with source link]
**Why Now:** [1-2 sentences on why this brand is actively spending]
**Contact:** [Name, Title, LinkedIn/email if found]
**Campaign Type:** [What they're likely buying: posts, stories, ambassadors, events]

---

### 2. [Brand Name] — Score: [X]/100
...

## 🟡 Warm Prospects
[Same format, briefer]

## 🔵 Watch List
[Brand names with single signals — worth monitoring]

## Methodology
- Trade press scanned: [list publications]
- Job boards checked: [list]
- Search queries run: [count]
- Instagram checked: [yes/no]
- Date range: [timeframe]
```

## Error Handling

| Issue | Action |
|-------|--------|
| gram not installed | Skip Instagram checks, note in report, still deliver results |
| No results for niche | Broaden search terms, try adjacent verticals, report limited findings |
| Rate limited on web_search | Space queries, reduce total searches, prioritize trade press |
| No contacts found | Note "Contact research needed" — don't block the report |
| Very niche vertical | Supplement with general influencer marketing news, flag lower confidence |

## Tips for Best Results

- Narrow niches (e.g., "sustainable fashion" vs "fashion") yield more targeted results
- Run quarterly to catch seasonal campaign cycles
- Cross-reference with your existing outreach to avoid duplicates
- Hot prospects should be pitched within 1-2 weeks of signal detection

Related Skills

Brand Strategy Engine

3891
from openclaw/skills

Complete brand building and go-to-market system — from identity foundations through positioning, messaging, visual systems, and launch execution. Works for solopreneurs, startups, and established businesses rebranding.

Marketing Strategy

brand-narrative

3891
from openclaw/skills

Extract brand tone and generate multi-version brand narratives and naming proposals

Marketing Strategy

brand-voice-generator

3891
from openclaw/skills

Creates consistent brand voice guidelines and content. Generates copy that matches your brand personality across all channels. Perfect for startups building their identity.

Content & Documentation

brand-butler-local-authority-engine

3891
from openclaw/skills

Brand Butler: Local Authority Engine — the white-glove SEO and AEO system for local service businesses. Use this skill immediately when the user asks about SEO rankings, backlinks, citations, site audits, Google Search Console indexing problems, competitor backlink analysis, directory submissions, schema markup, content placement articles, local map pack visibility, or AI answer engine optimization (Perplexity, ChatGPT, Google AI Overviews). Also triggers for any local business growth, online visibility, or 'why isn't my site ranking?' conversation. Works for agencies managing clients and business owners doing their own SEO. Covers HVAC, plumbing, electrical, law, dental, roofing, and any local service business. Built by Adrian Boysel.

Backlink Prospector Lite

3891
from openclaw/skills

Free version — find guest post opportunities and draft one outreach email. Covers opportunity discovery and basic pitching.

local-researcher

3891
from openclaw/skills

完全本地的深度研究助手 Skill。使用 Ollama 或 LMStudio 本地 LLM 进行迭代式网络研究,生成带引用来源的 Markdown 报告。当用户需要进行隐私优先的研究、本地文档分析或生成结构化研究报告时触发。

auto-researcher

3891
from openclaw/skills

自主研究助手 - 深度调研、交叉验证、生成引用报告

web-researcher

3891
from openclaw/skills

Use this skill for deep research, fact-checking, or finding the latest technical news.

anti-seo-researcher

3891
from openclaw/skills

Anti-SEO deep consumer research tool. When a user wants to buy a product or make a consumer decision, use this Skill. Automatically detects user language and adapts to regional platforms and search strategies. Works with or without web_search — gracefully degrades to built-in Bing scraping when web_search is unavailable.

ux-researcher-designer

3891
from openclaw/skills

UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.

brand-guidelines

3891
from openclaw/skills

When the user wants to apply, document, or enforce brand guidelines for any product or company. Also use when the user mentions 'brand guidelines,' 'brand colors,' 'typography,' 'logo usage,' 'brand voice,' 'visual identity,' 'tone of voice,' 'brand standards,' 'style guide,' 'brand consistency,' or 'company design standards.' Covers color systems, typography, logo rules, imagery guidelines, and tone matrix for any brand — including Anthropic's official identity.

low-resource-ai-researcher

3891
from openclaw/skills

Train high-performance medical LLMs on consumer GPUs using parameter-efficient fine-tuning