Lead generation
Pull YouTube signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Title, view count, likes, comments, caption tracks, related videos, channel info — extracted from any public YouTube video URL.
This endpoint takes one input: url. The response carries the parsed YouTube entity — every public field, in a flat, predictable shape.
curl https://api.hproxy.com/v1/scrape/youtube/video/collect/by/url \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/watch?v=Y2Ah_DFr8cw"}'{
"success": true,
"id": "Y2Ah_DFr8cw",
"thumbnail": "https://img.youtube.com/vi/Y2Ah_DFr8cw/maxresdefault.jpg",
"url": "https://www.youtube.com/watch?v=Y2Ah_DFr8cw",
"publishDate": "2019-02-22T03:19:54-08:00",
"type": "video",
"title": "Inside the NBA: Chuck Trolls Jussie Smollett \"Do not commit crimes with checks, use cash!\"",
"commentCountInt": 358,
"likeCountInt": 4043,
"viewCountInt": 372864,
"publishDateText": "Feb 22, 2019",
"channel": {
"id": "UCWH3hing1Qb4LnkRfQdxsxQ",
"url": "https://www.youtube.com/@afroballer8906",
"handle": "afroballer8906",
"title": "Afroballer"
},
"durationFormatted": "00:05:48"
}Full YouTube video metadata, captions, related videos.
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.
Channel profile, subscriber count, total videos, total views, social links.
Paginated list of videos uploaded by a YouTube channel.
List of short-form videos (Shorts) from a YouTube channel.
Captions / subtitles / transcript for a YouTube video.
Sign in with Google, drop $2 in the wallet, fire your first Video call against youtube.com. If it doesn’t do what you need, the balance is refundable for 24 hours.