YouTube Video & Channel Data Extractor avatar

YouTube Video & Channel Data Extractor

Pricing

from $8.00 / 1,000 results

Go to Apify Store
YouTube Video & Channel Data Extractor

YouTube Video & Channel Data Extractor

Bulk-fetch view/like/comment counts, duration and metadata for YouTube videos and channels using the official YouTube Data API v3. No scraping.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

victor

victor

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

Bulk-fetch view counts, likes, comments, duration and channel stats for any YouTube video or channel — using the official YouTube Data API v3, not a scraper.

Features

  • YouTube video statistics API wrapper — views, likes, comments, duration, tags, in one call
  • YouTube channel data extractor — subscriber count, total views, total video count
  • Bulk YouTube data — check 50 videos in a single API call (Google's own batch limit), instead of one at a time
  • Accepts any URL format: youtube.com/watch?v=, youtu.be/, Shorts, @handle, /channel/UC..., /user/...
  • 100% official API — no scraping, no ToS risk, no CAPTCHAs, no getting your IP blocked

Input

{
"videoUrls": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],
"channelUrls": ["https://www.youtube.com/@somechannel"],
"youtubeApiKey": "your-own-google-cloud-api-key"
}

You need your own free Google Cloud API key with the YouTube Data API v3 enabled (console.cloud.google.com). Free quota is 10,000 units/day (roughly 10,000 video lookups) — you are never charged by us for API usage.

Output

{
"type": "video",
"id": "dQw4w9WgXcQ",
"title": "Video title",
"channelTitle": "Channel name",
"viewCount": 1500000000,
"likeCount": 18000000,
"commentCount": 2200000,
"durationSeconds": 213,
"durationDisplay": "3:33",
"tags": ["tag1", "tag2"]
}

Who this is for

  • Marketers researching competitor videos or channels before a campaign
  • Creators tracking their own or competitors' channel growth over time
  • Anyone building a YouTube analytics dashboard without paying for a scraping proxy

Pricing

Pay per use — no subscription:

  • $0.01 per run
  • $0.008 per video/channel looked up

More tools from this developer