CICreator Intelligence
US TikTok Beauty Intelligence
Data through 2026-08-05사용 가능
Winning Video Lab

인기 영상은 왜 잘됐을까?

단순 조회수뿐 아니라 크리에이터 본인의 평소 조회수 대비 성과와 카테고리·규모별 순위를 함께 봅니다.

이 화면을 API로 구현하기현재 화면이 호출하는 엔드포인트와 적용 중인 파라미터입니다.2개 호출
GET/v1/trends/catalog

analysis_field_catalog 기준의 1차·하위 카테고리 필터를 조회합니다.

이 호출에는 쿼리 파라미터가 없습니다.

주요 응답dimension_type, value_key, display_name, mapped_video_count
cURL 예시
curl --get --request GET "$AGENT_API_BASE_URL/v1/trends/catalog"
JavaScript 예시
const url = new URL("/v1/trends/catalog", process.env.AGENT_API_BASE_URL);
url.search = new URLSearchParams({}).toString();
const response = await fetch(url, { method: "GET" });
const data = await response.json();
GET/v1/videos/benchmarks

카테고리·티어 안에서 조회수, 평소 대비, 참여율 또는 관측 GMV 상위 영상을 조회합니다.

파라미터현재 값설명
period_days30점수와 집계를 계산할 누적 분석 기간입니다. 7·30·60·90일을 사용합니다.
primary_categorybeautyanalysis_field_catalog의 활성 1차 카테고리 키입니다. 복수값은 쉼표로 구분하며 같은 항목 안에서는 OR입니다.
sub_categorymakeupanalysis_field_catalog의 활성 하위 카테고리 키입니다. 복수값은 쉼표로 구분하며 선택한 1차 카테고리 중 하나에 속해야 합니다.
sortoutlier서버가 필터 전체 결과에 먼저 적용한 뒤 페이지를 나누는 정렬 기준입니다. 누락값은 마지막에 배치합니다.
start00부터 시작하는 페이지 오프셋입니다.
limit48한 번에 반환할 최대 항목 수입니다. 엔드포인트별 최대값을 OpenAPI에서 확인하세요.
주요 응답outlier_index, view_percentile, outlier_percentile, analysis_facets, sample_count, confidence
cURL 예시
curl --get --request GET "$AGENT_API_BASE_URL/v1/videos/benchmarks" \
  --data-urlencode "period_days=30" \
  --data-urlencode "primary_category=beauty" \
  --data-urlencode "sub_category=makeup" \
  --data-urlencode "sort=outlier" \
  --data-urlencode "start=0" \
  --data-urlencode "limit=48"
JavaScript 예시
const url = new URL("/v1/videos/benchmarks", process.env.AGENT_API_BASE_URL);
url.search = new URLSearchParams({
  "period_days": 30,
  "primary_category": "beauty",
  "sub_category": "makeup",
  "sort": "outlier",
  "start": 0,
  "limit": 48
}).toString();
const response = await fetch(url, { method: "GET" });
const data = await response.json();
지표 도움말평소 대비
?
평소 대비 성과

영상 조회수를 해당 크리에이터의 같은 기간 영상 중앙 조회수로 나눈 배수입니다.

계산
영상 조회수 ÷ 크리에이터의 동일 기간 중앙 조회수
활용
1배보다 크면 평소보다 높은 조회 성과이며, 규모가 다른 크리에이터의 이례적 성과를 찾는 데 사용합니다.
주의
기준 영상이 3개 미만이면 변동이 크므로 confidence와 표본 수를 함께 확인해야 합니다.
API 필드
outlier_index, creator_median_views, creator_baseline_video_count
카테고리·티어 백분위
?
카테고리·티어 백분위

같은 분석 기간·하위 카테고리·팔로워 티어 안에서 영상 성과의 상대 위치입니다.

활용
95백분위는 비교 집단 영상 중 상위 약 5% 수준이라는 의미입니다.
주의
플랫폼 전체 영상이 아니라 수집·분석된 비교 표본 기준이며 판매 성과를 의미하지 않습니다.
API 필드
view_percentile, outlier_percentile, sample_count
참여율
?
참여율

조회수 대비 좋아요·댓글·공유 반응의 비율입니다.

활용
조회량과 함께 보면 단순 노출과 실제 반응을 구분할 수 있습니다.
주의
저장 수는 현재 커버리지가 낮아 핵심 계산에서 제외합니다.
API 필드
engagement_rate
GMV 관측
?
GMV 관측 신호

일부 수집 영상에서만 확인된 commerce 신호입니다.

활용
관측 범위와 source_bias를 함께 확인하는 제한 지표입니다.
주의
상품 전체 판매량, 크리에이터 기여 매출 또는 검증된 ROAS가 아닙니다.
API 필드
observed_gmv, observed_video_count, coverage_ratio
표본·기준일
?
데이터 신뢰 정보

점수의 표본, 커버리지, 출처, 기준일과 제한사항을 함께 전달합니다.

활용
score만 사용하지 말고 confidence, sample_count, coverage_ratio, data_through를 함께 저장하고 표시하세요.
주의
available은 원천이 최신이라는 뜻과 같지 않습니다. freshness_status를 별도로 확인해야 합니다.
API 필드
confidence, sample_count, coverage_ratio, data_source, data_through, limitations
수치 범위 필터
‘평소 대비’는 해당 크리에이터의 같은 기간 영상 중앙 조회수와 비교합니다.

관측 GMV가 없는 영상을 0으로 보지 않으며, 관측 GMV는 실제 전체 판매량이나 영상의 판매 기여도를 뜻하지 않습니다.

평소 대비170.5배
조회수341
참여율0.6%
wet n wildMakeupPerformance ClaimValue Claim

Best way to blend out your makeup flawlessly! #makeup #beauty #makeup #beautytips #fyppppppppppppppppppppppp

아웃라이어 100백분위GMV 미관측
@🌸Aracely🌸Makeup · micro
평소 대비114.7배
조회수1천
참여율0.4%
forever bloomMakeupSkincareIngredient Claim

#protectorsolar #biomimicfoundation #dealsforyoudays #tiktokshopcreatorpicks #paratiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

아웃라이어 100백분위관측 GMV $100
@claire haugerMakeup · nano
평소 대비48.6배
조회수12만
참여율0.9%
MakeupVisualOccasion SetupBeauty

분석 근거 영상

아웃라이어 100백분위관측 GMV $880
@taylorbabebeautyMakeup · micro
평소 대비38.4배
조회수13.8만
참여율0.8%
doll 10MakeupSkincarePerformance Claim

The formula speaks for itself! So beautiful! 🩷 @Doll 10 Beauty #over40makeup #matureskinmakeup

아웃라이어 100백분위관측 GMV $2,908
@The Kayla FlashMakeup · mid
평소 대비29.0배
조회수20.1만
참여율1.3%
god venusMakeupPerformance ClaimValue Claim

These are soooo prettyyy🥹😍✨ Filter style from @Goddvenus Lashes Lash map: 10,12,14,14,16 #lashextensions #lashclusters #clusterlashes #goddvenuslashes #lashmap

아웃라이어 100백분위관측 GMV $380
평소 대비28.9배
조회수4.8만
참여율0.6%
one/sizeMakeupSkincarePerformance Claim

@ONE SIZE BEAUTY LOVE 😍 #onesize #ontildawnspray #productlaunch #dealsforyoudays #makeuptutorial

아웃라이어 100백분위관측 GMV $1,518
@Hannah HeinzMakeup · micro
평소 대비26.6배
조회수19.4만
참여율0.4%
okayloveMakeupPerformance ClaimEasy Application

Which would you choose? 👀🤪😍#lashclusters #lashextensions #clusters #lashes #brownlashes

아웃라이어 100백분위GMV 미관측
@brianna aprilMakeup · micro
평소 대비23.9배
조회수96.7만
참여율4.3%
MakeupPerformance ClaimColor PayoffEasy Application

What should be mixed next?? #makeup #lipstick #mixingcolors #colormixing #crueltyfree | Amalfi Glow Multi Use Complexion Palette @Makeup Revolution | Applicator & Brush @J.Cat Beauty

아웃라이어 100백분위GMV 미관측
@Jessica LaGrangeMakeup · micro
평소 대비23.4배
조회수935
참여율0.6%
one/sizeMakeupPerformance ClaimGlow Finish

분석 근거 영상

아웃라이어 100백분위관측 GMV $40
@✨ GlowUpStudio✨Makeup · nano
평소 대비18.9배
조회수22.6만
참여율2.8%
MakeupPerformance ClaimColor PayoffEasy Application

POV : You learned a perfect Brown Eye makeup 🤎🖤🇺🇸 #fyp #usa #beauty #makeuptutorial #duet #viral #trending #foryoupage

아웃라이어 100백분위GMV 미관측
@morganlivingMakeup · micro
평소 대비18.6배
조회수3.1만
참여율0.2%
l.y.sMakeupPerformance ClaimGlow Finish

Ok but why isn’t Truthful getting more attention?!? She’s STUNNING😭 @LYS Beauty #lipcombo #TTSNationalLipstickDay #SummerTurnUp #TikTokShopCosmetics #TTSBeautyBesties

아웃라이어 100백분위관측 GMV $60
@CynthiamadridxMakeup · micro
평소 대비14.3배
조회수13.2만
참여율2.8%
MakeupPerformance ClaimSoothing ClaimLongwear

You can’t tell me otherwise 😍 @Keyyoulash #lashtutorial #lashes #lashclusters #clusterlashes #makeup

아웃라이어 99백분위GMV 미관측
@Stephanie SosaMakeup · micro
평소 대비11.6배
조회수9.3만
참여율0.9%
MakeupStorytellingFace ApplicationTexture Closeup

both sides trash but which one 😅was better? TBH the foundation formula was all wrong for my skin type (and obviously v wrong shade) it sunk into my pores and made them look bigger :( but it’s all in the name of science #colorcorrection #colortheory #makeup #everydaymakeup def not all experiments end well 😂

아웃라이어 99백분위GMV 미관측
@MichaelascottMakeup · mid
평소 대비10.6배
조회수7.9만
참여율1.2%
wowMakeupIngredient ClaimPerformance Claim

Waterproof brow glue?? Actually everything 😍😍 #brows #laminatedbrows #browglue #makeup #dealsforyoudays

아웃라이어 100백분위GMV 미관측
@Mabell RodriguezMakeup · mega
평소 대비10.5배
조회수13.1만
참여율0.8%
coxMakeupPerformance ClaimEasy Application

Link directo aquí en tiktok shop ⬆️⬆️ Una lápiz de cejas que te facilite ese momento en el maquillaje 🥹. Link directo aquí ⬆️⬆️ . . . . . #mabellrodriguez #mabelltips #eyebrows #cejasperfectas

아웃라이어 100백분위GMV 미관측
@brianna aprilMakeup · micro
평소 대비10.2배
조회수41.3만
참여율3.3%
Beauty Tools & DevicesMakeupTutorialFace Application

Who’s next?? #makeup #beauty #crueltyfreemakeup #crueltyfreebeauty #lipcombo | lip combo I’m wearing: Lip Pencil in Espresso & Suede Matte Lipstick in Alien @NYX Professional Makeup | name written with: Liquid Lipstick in Sand @Anastasia Beverly Hills

아웃라이어 99백분위GMV 미관측
@munecarotaaMakeup · micro
평소 대비10.2배
조회수8.5만
참여율1.5%
laishiMakeupVisualfypシ

#lashclusters #lashes #fypシ゚viral #lashextensions

아웃라이어 99백분위GMV 미관측
@Kristy.Nicole.ShopsMakeup · nano
평소 대비9.2배
조회수430
참여율2.8%
MakeupValue ClaimTutorialFace Application

She is a drugstore makeup must have #DrugstoreMakeup #DrugstoreMakeupMustHave #Bronzer #MakeupTips #BeautyTips @Physicians Formula cal

아웃라이어 100백분위GMV 미관측
@gracie’s goodiesMakeup · mid
평소 대비9.1배
조회수9.6천
참여율0.6%
MakeupPerformance ClaimEasy ApplicationTutorial

the way this changes my eye shape is crazy #lashextensions #lashesathome

아웃라이어 100백분위GMV 미관측
@kristynicole.styleditMakeup · micro
평소 대비8.6배
조회수498
참여율1.6%
covergirle.l.f.hard candyl'oréal paris

Drugstore must have makeup #DrugstoreMakeup #DrugstoreMakeupMustHave #MakeupRoutine #MakeupTip #BeautyTips

아웃라이어 99백분위GMV 미관측
@Itati LopezMakeup · mega
평소 대비8.5배
조회수38.3만
참여율11.5%
MakeupPerformance ClaimLongwearReview

💄💋

아웃라이어 99백분위GMV 미관측
@Jen GenX ShopMakeup · micro
평소 대비8.3배
조회수1.3천
참여율0.5%
sephoraMakeupSkincareValue Claim

#sephora #weeklydeals #makeup #giftforher #giftcards @GiftCards․com

아웃라이어 99백분위관측 GMV $50
@AleyshaMakeup · mid
평소 대비7.9배
조회수18.2만
참여율14.0%
charlotte tilburyglossierlancomel'orgher

#makeup #tutorial #gonewrong #beauty #lifestyle

아웃라이어 99백분위GMV 미관측
@mstakiraaMakeup · mid
평소 대비7.9배
조회수2.6만
참여율1.1%
MakeupSkincareIngredient ClaimTexture Improvement

What are you waiting for? It’s so easy

아웃라이어 99백분위GMV 미관측
@therealrochellemarieMakeup · micro
평소 대비7.3배
조회수483
참여율1.9%
clarinsMakeupSkincareBrightening Claim

#doubleserum #nofoundationmakeup #nomakeupmakeup @Clarins USA

아웃라이어 99백분위관측 GMV $0
@Esthetician MuniraMakeup · micro
평소 대비7.3배
조회수5.7천
참여율1.4%
kikoMakeupPerformance ClaimGlow Finish

KIKO Milano Unlimited Double Touch Liquid Lipstick With A Bright Finish In A Two-Step Application #kikomilano #lipstick #makeup #fyp

아웃라이어 99백분위GMV 미관측
평소 대비6.8배
조회수8.5천
참여율0.8%
MakeupTutorialFace ApplicationRoutine Step

Replying to @Crystal Gayle hopefully this helps 💕 #eyebrows #brows #makeup #eyebrow #beauty

아웃라이어 100백분위관측 GMV $65
@SimplyJenalee💫Makeup · nano
평소 대비6.7배
조회수8.3천
참여율0.7%
shee glamMakeupSkincarePerformance Claim

This is wild! This is blurring my pours and fine lines. @SHEGLAM #sheglam #sheglamprimer #sheglamcameraonprimer #fullfaceofsheglam

아웃라이어 99백분위GMV 미관측
평소 대비6.5배
조회수2.4천
참여율0.3%
abibMakeupSkincarePerformance Claim

#Abib #AbibSkinTint #DewySkinTint #KBeauty #KBeautyMakeup @Abib Cosmetics

아웃라이어 99백분위GMV 미관측
@Rossy san_reyMakeup · nano
평소 대비6.5배
조회수124
참여율1.6%
too facedMakeupDiscount MentionPerformance Claim

#tiktokshopsummersale #summerfinds #SummerWins #tiktokshopbacktoschool #tiktokshopcreatorpicks

아웃라이어 99백분위관측 GMV $0
@ScarletMakeup · mid
평소 대비6.4배
조회수7.7만
참여율7.4%
sephoraMakeupSkincareVisual

#CapCut #scarletrivass #womansjumpsuit #tiktokshopoutfit

아웃라이어 99백분위관측 GMV $409
@addy maeMakeup · micro
평소 대비6.3배
조회수2.2만
참여율0.4%
kisselayMakeupPerformance ClaimEasy Application

#clusterlashes #kisslilylashes #kisslily #lashtips #lashes @kisslily.April @Kisslily

아웃라이어 99백분위관측 GMV $48
@beautifieMakeup · micro
평소 대비5.9배
조회수700
참여율0.4%
dr.melaxinMakeupSkincareIngredient Claim

Just throw away your concealer #HollowUnderEyes #UnderEyeCircles #UnderEyeBags #drmelaxin #TikTokShopCreatorPicks @Dr.Melaxin

아웃라이어 99백분위관측 GMV $48
@Marlencita👸🏼Makeup · mid
평소 대비5.7배
조회수12.1만
참여율14.8%
andreia lashesmg glossmg lashesBeauty Tools & Devices

Empacando sus órdenes, gracias por todo el amor 💝💝✨ Todos los productos en el link de mi perfil . #makeup #lashes #viralvideo #packagingorders #usa

아웃라이어 99백분위GMV 미관측
@Aurea LuxeMakeup · micro
평소 대비5.6배
조회수4.9천
참여율0.4%
espoirMakeupPerformance ClaimEasy Application

Perfect way to change up my brows whenever 💓 #espoir #espoirbrow #browmascara #nobleach #kbeauty @espoir USA

아웃라이어 99백분위관측 GMV $17
평소 대비5.5배
조회수945
참여율0.3%
the ordinaryMakeupSkincareAnti Aging Claim

For the girls that hate foundation lol #onlytheordinary #serumfoundation #makeupover30 #makeupover40

아웃라이어 99백분위관측 GMV $25
@DIJANAMakeup · micro
평소 대비5.5배
조회수232
참여율1.7%
makeup by marioMakeupPerformance ClaimTutorial

분석 근거 영상

아웃라이어 99백분위관측 GMV $0
평소 대비5.3배
조회수4.1천
참여율0.9%
MakeupSkincarePerformance ClaimEasy Application

This stuff Is like wearing a filter irl 😭💀

아웃라이어 99백분위관측 GMV $75
@ISSPANOMakeup · nano
평소 대비5.2배
조회수6.4천
참여율0.6%
too facedMakeupDiscount MentionValue Claim

Full coverage born this way concealer with a mini ?!🥰 #bornthisway #bornthiswayconcealer #makeup #fullcoverageconcealer #makeuphacks

아웃라이어 99백분위GMV 미관측
@Jessica MaldonadoMakeup · mid
평소 대비5.1배
조회수4.7천
참여율1.9%
aerresoMakeupColor PayoffEasy Application

Estoy probando las sombras líquidas, este producto de @Versed Skin me encanta estoy usando el tono cobre es fácil de usar. Les dejo toda la información en el carrito naranja aquí en este post. #jessicamaldonado #versed #makeuphacks #makeup

아웃라이어 98백분위GMV 미관측
평소 대비5.1배
조회수1.2만
참여율0.7%
saltMakeupSkincareTutorial

This so much better! #storagehacks #storage #organizedhome #organizationhacks #uforu

아웃라이어 98백분위GMV 미관측
평소 대비5.1배
조회수3.2천
참여율0.2%
medicubeMakeupSkincareDiscount Mention

literally such a good time to stock up!! #medicubeskincare #matureskin #finelinesandwrinkles #antiaging #collagenstick

아웃라이어 98백분위관측 GMV $96
@✨ A M Y ✨Makeup · nano
평소 대비4.9배
조회수8천
참여율0.5%
too facedMakeupPrice MentionValue Claim

this palette 🤌🏻 ✨ s t u n n I n g ✨🤌🏻 #eyeshadowpalette #toofaced #toofacedcosmetics #bornthisway #tiktokshopcreatorpicks

아웃라이어 99백분위관측 GMV $144
@Lia GlamMakeup · micro
평소 대비4.8배
조회수2만
참여율0.9%
MakeupVisualSwatch TestSensory Texture

Isn’t this the prettiest eyeshadow everrrrr😩✨the color is#Spotlight 🪩#multichrome #holographiceyeshadow #holographic #ourbella

아웃라이어 99백분위관측 GMV $151
@CherishMakeup · micro
평소 대비4.7배
조회수8.9천
참여율0.3%
kisslilyMakeupPerformance ClaimLongwear

Replying to @Bri Anna I understand how frustrating that can be! These are the only ones that don’t fall off for me, but it’s because I have a really good application method. Let me know if it helps you. @Cherish #lashclusters #summervibes #brownlashes #waterprooflashclusters #kisslilylashes @Kisslily

아웃라이어 98백분위GMV 미관측
평소 대비4.4배
조회수3.1만
참여율0.7%
house labsMakeupDiscount MentionPerformance Claim

my #1 favorite foundation!! there, I SAID IT!!🔥🙌🏼 #makeup #beauty #grwm #tiktokshop @Haus Labs

아웃라이어 100백분위GMV 미관측
@Official.Renda☆Makeup · mid
평소 대비4.4배
조회수2.7만
참여율16.4%
MakeupVisualblackgirlmagiccancer

Forgot to post the rest of my drafts 😭🥰but thankyou all for the birthday wishes !!🥹🫶🏽🫶🏽🫶🏽#cancer♋️ #wiginfluencer #wigtok #wighair #blackgirlmagic

아웃라이어 98백분위GMV 미관측
@FaithMakeup · micro
평소 대비4.4배
조회수957
참여율0.4%
westmore beautyMakeupSkincarePerformance Claim

Link to the body perfector bundle is the orange cart! @Westmore Beauty

아웃라이어 98백분위관측 GMV $196