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://hproxy.com/v1/scrape/twitch/profile \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"ishowspeed"}'{
"platform": "twitch",
"scraper": "twitch-profile-by-handle",
"input": {
"handle": "ishowspeed"
},
"data": {
"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
},
"records": 1,
"costUsd": 0.01,
"requestId": "run_3Qm8x2V7nKp4dWcF",
"elapsedMs": 1840
}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.