Twitch
Extract profiles and clip data
Twitch
Extract profiles and clip data.
Base URL: /v1/twitch/...
Getting Started
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/twitch/profile?handle=ninja" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
엔드포인트 4개를 제공해요.
| 엔드포인트 | 경로 | 크레딧 등급 |
|---|---|---|
| Get Twitch clip details | /v1/twitch/clip | standard (1cr) |
| Get Twitch streamer profile | /v1/twitch/profile | standard (1cr) |
| Get a Twitch user's stream schedule | /v1/twitch/user/schedule | standard (1cr) |
| List a Twitch user's videos | /v1/twitch/user/videos | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
