# SocialCrawl API — twitch endpoints # Base URL: https://www.socialcrawl.dev # Auth: x-api-key header # Full docs: https://www.socialcrawl.dev/docs/twitch ## GET /v1/twitch/profile Get Twitch streamer profile Credit cost: 1 (standard) Parameters: - handle (required) — Twitch username curl "https://www.socialcrawl.dev/v1/twitch/profile?handle=ninja" \ -H "x-api-key: sc_your_api_key_here" ## GET /v1/twitch/clip Get Twitch clip details Credit cost: 1 (standard) Parameters: - url (required) — Full URL of the Twitch clip curl "https://www.socialcrawl.dev/v1/twitch/clip?url=https://www.twitch.tv/ninja/clip/ExampleClipSlug" \ -H "x-api-key: sc_your_api_key_here"