Prism Handle Audit API
API 한 번의 호출로 Prism Handle Audit 데이터를 받아 가세요. Decide whether to pull a handle before paying for a full collection. Score model 2.0.0 returns nullable top-level and per-platform scores, explicit evidence and component coverage, surface estimates, and `legs[]` diagnostics. Unknown numeric values are `null`, not zero. Output is deterministic only for the same (`score_version`, `evidence_fingerprint`) and returned evidence; a later live collection may produce different evidence and a different score. Stale-if-error evidence is eligible for at most 24 hours, and future-dated evidence more than 300 seconds ahead is rejected. 5 credits for any selection of up to 4 supported platforms; +1 credit per selected platform beyond 4. Every successful HTTP 200 receives the full request-shaped charge with no partial refund. A non-200 execution failure receives a full refund when every requested platform is a definitive miss or cannot return usable profile evidence. Scores are advisory estimates from public evidence, not calibrated probabilities.
2026년 8월 업데이트SocialCrawl 팀이 직접 관리해요
핸들 하나를 여러 플랫폼에 걸쳐 채점해 리포트 한 건으로 반환합니다. 종합 판정과 플랫폼별 점수, 팔로워와 활동 신호, 전량 수집에 들어갈 데이터 규모와 크레딧 추정치가 담깁니다.
크리에이터나 브랜드 이름을 여러 플랫폼에 걸쳐 검증할 때 사용하세요. 네트워크를 하나씩 확인하지 않고 호출 한 번으로 끝납니다.
48개 플랫폼을 병렬로 검색합니다
Handle Audit API로 무엇을 할 수 있을까요
Handle Audit 엔드포인트가 통합 스키마와 계산 필드를 담은 Prism 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.
요청 예시
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/prism/handle-audit?handle=mrbeast"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/prism/handle-audit",
params={
'handle': 'mrbeast',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/prism/handle-audit?handle=mrbeast",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();파라미터
| 파라미터 | 필수 | 설명 |
|---|---|---|
| handle | 예 | The identity to audit. Accepts a bare handle, a leading @, a supported profile URL, or a YouTube channel ID. A YouTube channel ID is YouTube-only: omit `platforms` or set `platforms=youtube`. |
| platforms | 아니오 | CSV subset of tiktok,instagram,youtube,twitter,threads,bluesky,truthsocial (default: tiktok,instagram,youtube,twitter). Names are case-insensitive and deduplicated. Unknown platforms are rejected. At most 8 CSV members before deduplication. |
| sample | 아니오 | Integer from 1 to 25: recent posts sampled per found platform for engagement and activity metrics (default 10). |
Prism Handle Audit API는 무엇을 돌려주나요
score-v2 리듀서 픽스처로 만든 합성 응답이에요. 실제 프로필 조회 결과가 아니라, 응답 구조와 null 처리 방식을 보여 드려요.
응답 예시 보기
{
"success": true,
"platform": "prism",
"endpoint": "/v1/prism/handle-audit",
"data": {
"handle": "creator",
"verdict": "insufficient_evidence",
"score": null,
"score_status": "insufficient_evidence",
"score_version": "2.0.0",
"evidence_fingerprint": "8115d8ff586f018c3f78e10eda64da2b17bb4d598da667c23addd8dbd259ac9b",
"computed_at": "2026-07-21T12:00:00.000Z",
"evidence_as_of": {
"oldest": "2026-07-21T12:00:00.000Z",
"newest": "2026-07-21T12:00:00.000Z"
},
"confidence": {
"tier": "low",
"reason": "No decision-grade post evidence is available. Posts evidence unavailable: tiktok."
},
"evaluated_platforms": [
"tiktok"
],
"skipped_platforms": [],
"stale_platforms": [],
"score_components": {
"presence": null,
"audience": null,
"engagement": null,
"activity": null,
"content_richness": null
},
"component_availability": {
"presence": false,
"audience": false,
"engagement": false,
"activity": false,
"content_richness": false
},
"component_coverage": {
"presence": "unavailable",
"audience": "unavailable",
"engagement": "unavailable",
"activity": "unavailable",
"content_richness": "unavailable"
},
"effective_weights": {
"presence": 0,
"audience": 0,
"engagement": 0,
"activity": 0,
"content_richness": 0
},
"available_weight": 0,
"score_aggregation": {
"best_platform": null,
"best_score": null,
"mean_score": null,
"best_weight": 0.7,
"mean_weight": 0.3
},
"best_platforms": [],
"platforms": {
"tiktok": {
"found": true,
"score": null,
"score_status": "insufficient_evidence",
"score_components": {
"presence": 100,
"audience": 53,
"engagement": null,
"activity": null,
"content_richness": null
},
"component_availability": {
"presence": true,
"audience": true,
"engagement": false,
"activity": false,
"content_richness": false
},
"component_coverage": {
"presence": "complete",
"audience": "complete",
"engagement": "unavailable",
"activity": "unavailable",
"content_richness": "unavailable"
},
"effective_weights": {
"presence": 0.28571428571428575,
"audience": 0.7142857142857143,
"engagement": 0,
"activity": 0,
"content_richness": 0
},
"available_weight": 0.35,
"author": {
"id": "creator-1",
"username": "creator",
"followers": 12000,
"verified": true,
"posts_count": 4
},
"signals": {
"followers": 12000,
"verified": true,
"posts_total": 4,
"sampled_posts": null,
"median_engagement_rate": null,
"er_benchmark_ratio": null,
"days_since_last_post": null,
"avg_comments_per_post": null,
"posts_per_week": null,
"media_fraction": null,
"avg_text_length": null
},
"evidence": {
"profile": {
"state": "live",
"captured_at": "2026-07-21T12:00:00.000Z",
"stale_age_seconds": null,
"failure_reason": null
},
"posts": {
"state": "unavailable",
"captured_at": null,
"stale_age_seconds": null,
"failure_reason": null
}
},
"recommended_endpoints": [
"GET /v1/tiktok/profile/videos",
"GET /v1/tiktok/video/comments"
]
}
},
"surface": {
"posts_estimate": {
"tiktok": 4,
"total": 4
},
"comments_estimate": {
"tiktok": null,
"total": 0
},
"estimate_basis": "posts_total from profile metadata; comments = posts_total x observed average comments per post; null = unknown required evidence and is excluded from total",
"pull_cost_estimate_credits": {
"posts_only": 1,
"posts_and_comments": 5
}
},
"disclaimer": "Scores are heuristics estimated from public data at request time; they are advisory, not calibrated probabilities.",
"legs": [
{
"endpoint": "/v1/tiktok/profile",
"status": 200,
"credits_used": 1,
"latency_ms": 180,
"error": null
},
{
"endpoint": "/v1/tiktok/profile/videos",
"status": 502,
"credits_used": 0,
"latency_ms": 250,
"error": "INVALID_RESPONSE"
}
]
},
"credits_used": 5,
"credits_remaining": 4995,
"request_id": "req-handle-audit-example",
"cached": false
}v2 응답 구조를 확인하기 위한 리듀서 기반 예시예요. 값은 이해를 돕기 위한 것이며 운영 환경에서 가져온 응답이 아니에요.
Prism Handle Audit API는 어떻게 동작하나요
API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.
메서드
GET
응답 형식
JSON
소셜 미디어 데이터를 몇 초 만에 수집하는 방법
개발자를 위한 가장 빠른 소셜 미디어 스크래핑 API. 월간 활성 사용자 100억 명 이상을 포괄하는 48개 플랫폼에서 프로필, 게시물, 댓글, 분석 데이터를 수집하세요.
모든 플랫폼을 하나의 스키마로
동일한 응답 구조로 48개 플랫폼을 조회하세요. 연동은 한 번이면 충분합니다.
단순 수집을 넘어 계산된 필드 제공
엔드포인트가 해당 지표를 지원하고 계산에 필요한 원본 값이 있을 때, 정규화된 레코드에 engagement_rate, estimated_reach, content_category, language를 함께 담아 바로 활용할 수 있습니다.
코드 한 줄 쓰기 전에, 데이터부터
Visual Data Explorer — URL만 붙여넣으면 결과 카드, 정형화된 테이블, CSV 내보내기 기능을 제공합니다.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}Prism Handle Audit 데이터, 가져올 준비 되셨어요?
API 키 받고 60초 안에 Prism 데이터를 받아 가세요.
