Lead generation
Pull YouTube signals at scale and enrich your CRM with public profile data. Clean, structured, ready to import.
Subscriber count, video count, total views, linked socials, tags — everything a public YouTube channel exposes, in one call.
This endpoint takes one input: handle. The response carries the parsed YouTube entity. Every public field, in a flat, predictable shape.
curl https://hproxy.com/v1/scrape/youtube/channel \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"ThePatMcAfeeShow"}'{
"platform": "youtube",
"scraper": "youtube-channel-collect-by-handle",
"input": {
"handle": "ThePatMcAfeeShow"
},
"data": {
"channelId": "UCxcTeAKWJca6XyJ37_ZoKIQ",
"channel": "http://www.youtube.com/@ThePatMcAfeeShow",
"name": "The Pat McAfee Show",
"avatar": {
"image": {
"sources": [
{
"url": "https://yt3.googleusercontent.com/….jpg",
"width": 72,
"height": 72
}
]
}
},
"subscriberCount": 2750000,
"subscriberCountText": "2.75M subscribers",
"videoCountText": "9,221 videos",
"viewCountText": "2,170,355,382 views",
"joinedDateText": "Joined Aug 23, 2017",
"twitter": "https://twitter.com/PatMcAfeeShow",
"instagram": "https://instagram.com/patmcafeeshow",
"country": "United States"
},
"records": 1,
"costUsd": 0.01,
"requestId": "run_3Qm8x2V7nKp4dWcF",
"elapsedMs": 1840
}Channel profile, subscriber count, total videos, total views, social links.
Pull YouTube signals at scale and enrich your CRM with public profile data. Clean, structured, ready to import.
Track competitors, audience movements, and trends across YouTube without standing up any scraping infrastructure.
Feed predictable YouTube JSON straight into your model fine-tuning pipeline. Same schema every call.
Paginated list of videos uploaded by a YouTube channel.
List of short-form videos (Shorts) from a YouTube channel.
Full YouTube video metadata, captions, related videos.
Captions / subtitles / transcript for a YouTube video.
Sign in with Google, drop $2 in the wallet, fire your first Channel call against youtube.com. If it doesn’t do what you need, the balance is refundable for 24 hours.