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

# Channel Shorts

`GET /v1/youtube/channel/shorts`

Retrieves a paginated list of short-form videos (Shorts) from a YouTube channel, including each short's title, URL, view count (views), likes, comments, and description. Supports sorting by newest or popular, and use the continuationToken to page through all results. Returns data in the shorts array.

## Query parameters

- `handle` string
- `channelId` string
- `sort` 'newest' | 'popular'
- `continuationToken` 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)
