# YouTube Channel Videos API | YouTube channel videos

**Use case:** 

Export YouTube channel videos with SocialDataX. Includes video IDs, titles, URLs, publish time, metrics and pagination.

## Input

```json
{
  "operation": "list_channel_videos",
  "keyword": "OpenAI",
  "page_token": "***",
  "video_type": "video",
  "publish_time_range": "all",
  "duration_range": "all",
  "channel_url": "https://www.youtube.com/@KirinCamp",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "share_url": {
    "label": "Share URL",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "publish_time": {
    "label": "Publish time",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Page has more",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube API | search comments channel videos](https://apify.com/socialdatax/socialdatax-youtube-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-youtube-data-api) to learn more, explore other use cases, and run it yourself.