Lead generation
Pull Twitch signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Public Twitch profile with social links, follower count, live status, and recent broadcasts.
This endpoint takes one input: handle. The response carries the parsed Twitch entity — every public field, in a flat, predictable shape.
curl https://api.hproxy.com/v1/scrape/twitch/profile/by/handle \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"ishowspeed"}'{
"success": true,
"id": "220476955",
"isLive": true,
"currentViewersCount": 6293,
"handle": "ishowspeed",
"displayName": "IShowSpeed",
"profileImageURL": "https://static-cdn.jtvnw.net/jtv_user_pictures/….png",
"description": "YouTube:IShowSpeed Instagram:IShowSpeed: Snapchat:wishowspeed",
"followers": 3830874,
"isPartner": true
}Public Twitch user profile with stream + clips.
Pull Twitch signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Track competitors, audience movements, and trends across Twitch without standing up any scraping infrastructure.
Feed predictable Twitch JSON straight into your model fine-tuning pipeline. Same schema every call.
VOD list for a Twitch user with optional filter and sort.
Detailed metadata for a Twitch clip with download URL.
Upcoming streaming schedule for a Twitch user.
Sign in with Google, drop $2 in the wallet, fire your first Profile call against twitch.tv. If it doesn’t do what you need, the balance is refundable for 24 hours.