SOCIAL MEDIA

YouTube API.

Videos, channels, playlists, comments, transcripts, and search results via InnerTube API. Just call the endpoint. We handle proxies, rate limits, anti-bot, and data formatting for you.

10 ready-to-use endpointsNo infrastructure neededClean JSON response

Try the API.

request.sh
curl -X POST https://api.scrapebase.io/api/v2/youtube/video \
  -H "X-API-Key-ID: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "videoId": "dQw4w9WgXcQ"
  }'
response.json
{
  "videoId": "dQw4w9WgXcQ",
  "title": "Rick Astley - Never Gonna Give You Up",
  "channelName": "Rick Astley",
  "channelId": "UCuAXFkgsw1L7xaCfnd5JJOw",
  "viewCount": 1542876203,
  "likeCount": 18200000,
  "commentCount": 2850000,
  "publishedAt": "2009-10-25T06:57:33Z",
  "duration": "PT3M33S",
  "keywords": ["rick astley", "never gonna give you up", "official video"]
}

All endpoints.

POST
/api/v2/youtube/videoFull video metadata, engagement stats, captions, related videos
sync
POST
/api/v2/youtube/channelChannel metadata, subscriber count, tabs
sync
POST
/api/v2/youtube/channel/videosAll videos from a channel with metadata
stream
POST
/api/v2/youtube/channel/shortsAll Shorts from a channel
stream
POST
/api/v2/youtube/video/commentsVideo comments with replies and engagement
stream
POST
/api/v2/youtube/searchSearch videos, channels, playlists
stream

Who uses this.

01

Media Agencies

Track competitor video performance and trending content across niches to inform campaign strategy.

02

Brand Marketers

Monitor brand mentions and sentiment in video comments at scale for reputation management.

03

Research Firms

Collect channel growth metrics and engagement data for influencer vetting and sponsorship analysis.

Start building.

Pay per successful request. Failed calls are free.