YouTube Channel ID Extractor avatar

YouTube Channel ID Extractor

Pricing

from $4.99 / 1,000 results

Go to Apify Store
YouTube Channel ID Extractor

YouTube Channel ID Extractor

Extract YouTube channel IDs effortlessly! Converts channel URLs to channel IDs, supporting @handle and traditional URL formats. Perfect for YouTube API integration, analytics, and channel management.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Share

Extract YouTube channel IDs effortlessly! This powerful actor automatically converts YouTube channel URLs to channel IDs, supporting both @handle and traditional URL formats. Perfect for YouTube API integration, analytics, and channel management. 🎥✨

Features

  • Channel ID extraction — extracts the unique UCxxxxxx channel ID from any YouTube channel URL
  • Multiple URL formats — supports @handle, /channel/UCxxx, /user/username, bare usernames
  • Rich metadata — subscriber count, video count, total views, joined date, country, description, keywords
  • Avatar & banner — extracts high-resolution avatar and banner images
  • Batch processing — process up to 1000 channel URLs in a single run
  • Deduplication — skips already-seen channel IDs

Input Parameters

FieldTypeDefaultDescription
channelUrlsarray(required)List of YouTube channel URLs
maxItemsinteger50Maximum number of channels to process
proxyConfigurationobjectApify proxy config

Example INPUT.json

{
"channelUrls": [
"https://www.youtube.com/@MrBeast",
"https://www.youtube.com/@PewDiePie",
"https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA"
],
"maxItems": 50
}

Output Fields

FieldTypeDescription
channelIdstringUnique YouTube channel ID (UCxxxxxxxxx)
channelNamestringChannel display name
channelHandlestring@handle username
canonicalUrlstringCanonical channel URL
subscriberCountstringSubscriber count (e.g. "485M subscriber")
videoCountstringTotal video count
viewCountstringTotal view count
descriptionstringChannel description
isVerifiedbooleanWhether channel is verified
countrystringChannel's country
joinedDatestringDate channel was created
keywordsstringChannel keywords/tags
avatarstringAvatar image URL
bannerUrlstringBanner image URL
scrapedAtstringISO timestamp of scrape