Outlier Post Finder
Identify unusual performance relative to the account that published the post.
Inputs
- Profile URLs or handles and platforms.
- Window and sample size; default to 50 recent posts per account.
- Metric priority such as views, engagement, shares, comments, or saves when available.
Workflow
- Fetch profile and recent posts with
scrapecreators-api.
- Normalize each metric for account size and platform. Use a robust account baseline such as the median, not the single best post.
- Compute an outlier multiple for comparable posts. Keep format differences visible rather than blending all formats into one baseline.
- Review the post itself. Use
transcript-intelligence for video and comments when audience reaction matters.
- Explain possible drivers—hook, topic, format, collaboration, timeliness, paid/earned distribution indicators—without asserting causality.
- Extract reusable principles, not copied creative.
Output
Return the baseline method, ranked outliers, source links, normalized metrics, outlier multiple, hook/topic/format analysis, audience response, confidence, and brand-specific experiments.
Flag missing metrics, deleted posts, giveaways, paid boosts, and platform mismatches as limitations.
1---2name: outlier-post-finder-23description: Find posts that materially outperform an account's normal baseline and explain the hook, topic, format, timing, and audience response patterns worth testing.4---5
6# Outlier Post Finder
7
8Identify unusual performance relative to the account that published the post.
9
10## Inputs
11
12- Profile URLs or handles and platforms.
13- Window and sample size; default to 50 recent posts per account.
14- Metric priority such as views, engagement, shares, comments, or saves when available.
15
16## Workflow
17
181. Fetch profile and recent posts with `scrapecreators-api`.
192. Normalize each metric for account size and platform. Use a robust account baseline such as the median, not the single best post.
203. Compute an outlier multiple for comparable posts. Keep format differences visible rather than blending all formats into one baseline.
214. Review the post itself. Use `transcript-intelligence` for video and comments when audience reaction matters.
225. Explain possible drivers—hook, topic, format, collaboration, timeliness, paid/earned distribution indicators—without asserting causality.
236. Extract reusable principles, not copied creative.
24
25## Output
26
27Return the baseline method, ranked outliers, source links, normalized metrics, outlier multiple, hook/topic/format analysis, audience response, confidence, and brand-specific experiments.
28
29Flag missing metrics, deleted posts, giveaways, paid boosts, and platform mismatches as limitations.