Competitor Social Research
Overview
Analyze what competitors are doing on social and what appears to be working. This skill combines profile data, recent posts, outlier analysis, transcripts, and optionally comments to produce a practical competitor brief.
When to Use
Use this skill when the user asks to:
- compare competitors on TikTok, Instagram, YouTube, LinkedIn, Facebook, X, Threads, or other social platforms
- find what content is working in a niche
- benchmark posting frequency, formats, topics, and engagement
- identify content gaps or opportunities
- build a social strategy from competitor research
Workflow
Define competitors and platforms
- Use provided handles/URLs.
- If only company names are provided, search profiles first and confirm likely matches when ambiguity matters.
Fetch profile snapshots
- Followers/subscribers
- Bio/positioning
- Links
- Verification/public metadata
Fetch recent content
- Pull comparable recent windows per competitor.
- Track source URLs, dates, captions, formats, and metrics.
Find outliers per competitor
- Use each account's own median baseline.
- Do not compare raw views between a huge brand and a small brand without context.
Analyze content strategy
- Content pillars
- Formats
- Hook styles
- Posting cadence
- Offers/CTAs
- Use of founder/creator personality
- Community/comment patterns
Find gaps and opportunities
Look for:
- topics competitors avoid
- formats that overperform but few competitors use
- unanswered audience questions
- weak hooks or repetitive content
- platform whitespace
Useful ScrapeCreators Endpoints
Use the relevant profile/feed/detail/transcript/comment endpoints from scrapecreators-api. Common routes include:
- TikTok:
/v1/tiktok/profile, /v3/tiktok/profile/videos
- Instagram:
/v1/instagram/profile, /v2/instagram/user/posts, /v1/instagram/user/reels
- YouTube:
/v1/youtube/channel, /v1/youtube/channel-videos, /v1/youtube/channel/shorts
- LinkedIn:
/v1/linkedin/company, /v1/linkedin/company/posts
- Facebook:
/v1/facebook/profile, /v1/facebook/profile/posts, /v1/facebook/profile/reels
- X/Twitter:
/v1/twitter/profile, /v1/twitter/user-tweets
- Threads:
/v1/threads/profile, /v1/threads/user/posts
- Bluesky:
/v1/bluesky/profile, /v1/bluesky/user/posts
Output Format
# Competitor Social Research Brief
## Executive Summary
- Biggest opportunity:
- Competitor to study closest:
- Content format to test first:
## Competitor Snapshot
| Competitor | Platforms | Audience size | Posting cadence | Best-performing format | Notes |
|---|---|---:|---|---|---|
## What Is Working
### Competitor A
- Content pillars:
- Outlier examples:
- Hooks/formats:
## Cross-Competitor Patterns
1. ...
2. ...
## Gaps and Opportunities
| Opportunity | Evidence | Suggested test |
|---|---|---|
## Recommended Content Tests
1. ...
2. ...
3. ...
## Sources
- [Post/profile/ad](url)
Common Pitfalls
- Do not compare competitors only by follower count. Engagement and outlier lift matter more.
- Do not mix platforms without platform context. A good LinkedIn post and good TikTok are different artifacts.
- Do not assume a profile match from a company name if multiple brands share the name.
- Do not present competitor strategy as fact when it is inferred from public content. Say "appears to" or "suggests".
1---2name: competitor-social-research3description: Use when the user wants to research competitors' social media strategy, compare brands or creators, find what content is working in a niche, identify content gaps, or produce a practical social strategy brief from public social data.4license: MIT5---6
7# Competitor Social Research
8
9## Overview
10
11Analyze what competitors are doing on social and what appears to be working. This skill combines profile data, recent posts, outlier analysis, transcripts, and optionally comments to produce a practical competitor brief.
12
13## When to Use
14
15Use this skill when the user asks to:
16
17- compare competitors on TikTok, Instagram, YouTube, LinkedIn, Facebook, X, Threads, or other social platforms
18- find what content is working in a niche
19- benchmark posting frequency, formats, topics, and engagement
20- identify content gaps or opportunities
21- build a social strategy from competitor research
22
23## Workflow
24
251. **Define competitors and platforms**
26 - Use provided handles/URLs.
27 - If only company names are provided, search profiles first and confirm likely matches when ambiguity matters.
28
292. **Fetch profile snapshots**
30 - Followers/subscribers
31 - Bio/positioning
32 - Links
33 - Verification/public metadata
34
353. **Fetch recent content**
36 - Pull comparable recent windows per competitor.
37 - Track source URLs, dates, captions, formats, and metrics.
38
394. **Find outliers per competitor**
40 - Use each account's own median baseline.
41 - Do not compare raw views between a huge brand and a small brand without context.
42
435. **Analyze content strategy**
44 - Content pillars
45 - Formats
46 - Hook styles
47 - Posting cadence
48 - Offers/CTAs
49 - Use of founder/creator personality
50 - Community/comment patterns
51
526. **Find gaps and opportunities**
53 Look for:
54 - topics competitors avoid
55 - formats that overperform but few competitors use
56 - unanswered audience questions
57 - weak hooks or repetitive content
58 - platform whitespace
59
60## Useful ScrapeCreators Endpoints
61
62Use the relevant profile/feed/detail/transcript/comment endpoints from `scrapecreators-api`. Common routes include:
63
64- TikTok: `/v1/tiktok/profile`, `/v3/tiktok/profile/videos`
65- Instagram: `/v1/instagram/profile`, `/v2/instagram/user/posts`, `/v1/instagram/user/reels`
66- YouTube: `/v1/youtube/channel`, `/v1/youtube/channel-videos`, `/v1/youtube/channel/shorts`
67- LinkedIn: `/v1/linkedin/company`, `/v1/linkedin/company/posts`
68- Facebook: `/v1/facebook/profile`, `/v1/facebook/profile/posts`, `/v1/facebook/profile/reels`
69- X/Twitter: `/v1/twitter/profile`, `/v1/twitter/user-tweets`
70- Threads: `/v1/threads/profile`, `/v1/threads/user/posts`
71- Bluesky: `/v1/bluesky/profile`, `/v1/bluesky/user/posts`
72
73## Output Format
74
75```markdown
76# Competitor Social Research Brief
77
78## Executive Summary
79- Biggest opportunity:
80- Competitor to study closest:
81- Content format to test first:
82
83## Competitor Snapshot
84| Competitor | Platforms | Audience size | Posting cadence | Best-performing format | Notes |
85|---|---|---:|---|---|---|
86
87## What Is Working
88### Competitor A
89- Content pillars:
90- Outlier examples:
91- Hooks/formats:
92
93## Cross-Competitor Patterns
941. ...
952. ...
96
97## Gaps and Opportunities
98| Opportunity | Evidence | Suggested test |
99|---|---|---|
100
101## Recommended Content Tests
1021. ...
1032. ...
1043. ...
105
106## Sources
107- [Post/profile/ad](url)
108```
109
110## Common Pitfalls
111
112- Do not compare competitors only by follower count. Engagement and outlier lift matter more.
113- Do not mix platforms without platform context. A good LinkedIn post and good TikTok are different artifacts.
114- Do not assume a profile match from a company name if multiple brands share the name.
115- Do not present competitor strategy as fact when it is inferred from public content. Say "appears to" or "suggests".