What is a YouTube Channel ID?
Every YouTube channel has a stable identifier that starts with UC (for example
UCBR8-60-B28hp2BmDPdntcQ). Handles (@name), custom URLs (/c/…), and display names can change —
the Channel ID usually does not. APIs, embeds, analytics scripts, and many SEO tools expect this UC… ID.
The YouTube Channel ID Finder on YTSEOHub resolves that ID from a public channel URL, handle, legacy custom URL, or from a video URL (via oEmbed’s author link, then page parsing when needed). It runs in your browser — no API key and no login.
How to use it (step by step)
- Step 1: Paste a channel URL,
@handle,/channel/UC…,/c/name, or any video / Shorts URL from that channel. - Step 2: Click Find Channel ID.
- Step 3: Copy the Channel ID, handle, or canonical URL — or open the channel on YouTube.
- Step 4: Use the ID in Studio links, Data API calls, or research tools like the Data Viewer and Monetization Checker.
How the lookup works
- If the URL already contains
/channel/UC…, the ID is extracted immediately. - If you paste a video / Shorts / youtu.be link, the tool calls YouTube’s public
oEmbed
endpoint and follows
author_url. - For handles and custom URLs, it fetches the public page HTML through CORS proxies (in order:
api.allorigins.win, thencorsproxy.io) and parses"channelId":"UC…",/channel/UC…, andog:url. - When present, it also reads the
@handlefrom the page.
Limitation: third-party sites cannot always fetch YouTube HTML because of CORS, consent walls, and proxy outages. If
lookup fails, try again later, paste a /channel/UC… URL if you have one, or use the Studio method below for your own
channel.
How to find your own Channel ID in YouTube Studio
For channels you own, the most reliable path is YouTube Studio → Settings → Channel →
Advanced settings (the page path is often
https://www.youtube.com/account_advanced when signed in). Your Channel ID is listed there — copy it once and keep it for
API keys, verification, and tooling.
When creators need a Channel ID
- YouTube Data API requests (
channels.list, playlist lookups, analytics scopes) - Embedding a channel or building custom RSS / Atom feeds
- Competitor research when handles redirect or change
- Linking tools that reject vanity URLs and require a UC… ID