100 free credits. No credit card required.Start building
Logo
Analyze

Outlier video finder for any creator

Free outlier video finder for YouTube, TikTok and Instagram. Enter a handle to see a creator's median views and the recent posts that reached 2x that or more.

Find outlier posts

Type a handle to see which recent posts beat the creator's usual.

Platform

Free, no login required

Median views · outliers at 2x

Which posts beat the creator's own usual?

We read the creator's recent public posts, take the median, and flag the posts that reached at least twice that.

  • 01Recent public posts read from the creator's own feed
  • 02The usual is the median of the comparable posts
  • 03Outliers are the posts at 2x the usual or more

Searching 67 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
How it works

Three steps, zero learning curve

Paste a URL, hit run, get structured data. That's the whole workflow.

  1. 01

    What does the tool read?

    Enter a handle and we read one page of the creator's most recent public posts. If that page is short of comparable posts, we read one more.

  2. 02

    How is the usual measured?

    We take the median views of the creator's recent posts. Instagram photos and carousels are measured on likes, because Instagram shows no view count for them. Pinned posts and posts younger than 48 hours are left out.

  3. 03

    What counts as an outlier?

    A post that reached at least 2x the median of the creator's other posts of the same type. The list runs from the biggest multiple down.

Developer API

Use it in your code in seconds

Same engine, exposed as a clean REST API. One key works for every platform, and every response uses the same schema.

One key, every platform

Authenticate once. Hit TikTok, Instagram, YouTube, Reddit, and 17 more, all from the same key.

Same shape, every response

Identical schema across platforms. Write your integration once and never adapt to a new payload.

Drop into any agent

Cleanly typed JSON, ready for LLM tool-calls, RAG pipelines, and automation flows.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/instagram/profile',
    params={'handle': 'mkbhd'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "instagram",
  "data": {
    "author": {
      "username": "mkbhd",
      "followers": 5240000
    },
    "engagement": {
      "likes": 178000,
      "engagement_rate": 0.034
    },
    "metadata": {
      "language": "en",
      "content_category": "tech"
    }
  }
}
and many more
Try a search

What is the world really saying?

Type a question. 14 walled gardens search at the same time. AI gives you the brief. The source posts stay one click away.

For builders → MCP, skills, and the API
Use cases

Real ways teams use this tool

A few patterns we see from marketers, researchers, and builders shipping with SocialCrawl.

Creators

Which of my posts actually broke out?

See which recent posts beat your own usual, so you can make more of what worked instead of guessing.

0x

outlier line

of the creator's median

0

posts at minimum

for a fair baseline

Marketers

Is this creator's reach steady or one lucky hit?

A creator with one viral post and a low median is a different buy from one who clears the same number every week. The median shows which one you are looking at.

0h

age cut

new posts wait before they count

0

logins required

free to run

Content ideas

Find the formats that break out

Outlier posts show which topics and formats land with a creator's audience right now.

Vetting

Judge reach by the median

The median resists a single viral hit, so it is a fairer read of what a sponsored post is likely to get.

Competitors

Study a rival channel

Run a competitor's handle to see which of their recent posts outperformed, and by how much.

Frequently asked questions

Can't find what you're looking for? Talk to our team or ask the AI agent below

An outlier video is a post that performs far above the creator's own usual. Here that means at least 2x the median views of the creator's other recent posts of the same type.

More tools you might like

Every SocialCrawl tool, one click away.