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://hproxy.com/v1/scrape/youtube/video \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/watch?v=Y2Ah_DFr8cw"}'{
"platform": "youtube",
"scraper": "youtube-video-collect-by-url",
"input": {
"url": "https://www.youtube.com/watch?v=Y2Ah_DFr8cw"
},
"data": {
"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"
},
"records": 1,
"costUsd": 0.01,
"requestId": "run_3Qm8x2V7nKp4dWcF",
"elapsedMs": 1840
}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.