Playground

Search within a YouTube channel API playground

Returns normalized video search items scoped to a specific channel, including the resolved top-level `query`.

GETapiKey3 credits/requestyoutube.channelSearchResponseDoc

Selected endpoint

GET /youtube/channel/{id}/search

Returns normalized video search items scoped to a specific channel, including the resolved top-level `query`.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
2
Body parameters
0
GETapiKey3 credits/requestchannelSearchResponseDoc

Search within a YouTube channel

Returns normalized video search items scoped to a specific channel, including the resolved top-level `query`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "gpt",
    "channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
    "channel_title": "OpenAI",
    "handle": "@OpenAI",
    "items": [
      {
        "type": "video",
        "position": 1,
        "title": "Search Result 1",
        "video_id": "abc123xyz89",
        "duration": "04:20"
      }
    ],
    "continuation_token": "NEXT_TOKEN"
  }
}