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

2

Total users

1

Monthly active users

7 days 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
proxyConfigurationobjectβ€”Apify 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