Skip to documentation
Browse documentation

Get Channel

Fetch metadata for a YouTube channel.

Capability ID youtube.channel.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

YouTube channel URL, handle, or channel ID

Example https://www.youtube.com/@MrBeast

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
available_countries array 3 items
available_countries array 3 items
available_tabs array 3 items
available_tabs array 3 items
avatar array 1 items
avatar array 1 items
channel_id string UCX6OQ3DkcsbYNE6H8uQQuVA
description string SUBSCRIBE FOR A COOKIE! New MrBeast or MrBeast Gaming video every singl…
external_id string UCX6OQ3DkcsbYNE6H8uQQuVA
is_family_safe boolean true
keywords string mrbeast6000 beast mrbeast Mr.Beast mr
rss_url string https://www.youtube.com/feeds/videos.xml?channel_id=UCX6OQ3DkcsbYNE6H8u…
title string MrBeast
url string https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA
vanity_url string http://www.youtube.com/@MrBeast

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.