Back to YouTube
TikHub·YouTube
YouTube Web V2: Get channel description
/api/v1/youtube/web_v2/get_channel_descriptionsync$0.0015 / callGet YouTube channel description information (subscribers, videos, views, creation date, social links, etc.) (TikHub · YouTube Web V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| channel_id | string | — | Channel ID, can be obtained from channel URL via getchannelid endpoint |
| continuation_token | string | — | Continuation token for getting advanced info like channel creation date |
| language_code | string | — | Language code (default "zh-CN") |
| country_code | string | — | Country code (default "US") |
| need_format | boolean | — | Whether to clean and format the data (default true) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web_v2/get_channel_description","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.