---
title: "Channel Videos"
method: GET
path: "/v1/youtube/channel-videos"
tags: ["YouTube"]
---

# Channel Videos

`GET /v1/youtube/channel-videos`

Fetches a paginated list of videos uploaded by a YouTube channel, including each video's title, URL, thumbnail, view count (views), publish date, duration, and description. Supports sorting by latest or popular, and use the continuationToken to page through all results. Optionally include extras like like count, comment count, and descriptions for each video.

## Query parameters

- `channelId` string
- `handle` string
- `sort` 'latest' | 'popular'
- `continuationToken` string
- `is_paid_promotions` string
- `includeExtras` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
