SocialCrawl
Twitch

Twitch

Extract profiles and clip data

Twitch

Extract profiles and clip data. 2 endpoints available.

Base URL: /v1/twitch/...

Getting Started

1. Fetch a profile

curl "https://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.

Endpoints

EndpointPathCredit Tier
Get Twitch streamer profile/v1/twitch/profilestandard (1cr)
Get Twitch clip details/v1/twitch/clipstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
Twitch | Socialcrawl