# Get the latest public MrBeast TikTok video

**Use case:** 

Extract one recent public TikTok video from the @mrbeast creator profile with engagement metrics.

## Input

```json
{
  "creators": [
    "mrbeast"
  ],
  "maxVideos": 1,
  "dataSource": "tikwm",
  "maxConcurrency": 1,
  "maxRequestRetries": 2,
  "requestTimeoutSecs": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "cover": {
    "label": "封面 Cover",
    "format": "string"
  },
  "url": {
    "label": "链接 URL",
    "format": "string"
  },
  "text": {
    "label": "文案 Caption",
    "format": "string"
  },
  "createTime": {
    "label": "发布时间 Published",
    "format": "string"
  },
  "durationSeconds": {
    "label": "时长(秒) Duration",
    "format": "integer"
  },
  "playCount": {
    "label": "播放量 Views",
    "format": "integer"
  },
  "diggCount": {
    "label": "点赞 Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "评论 Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "分享 Shares",
    "format": "integer"
  },
  "collectCount": {
    "label": "收藏 Saves",
    "format": "integer"
  },
  "isPinned": {
    "label": "置顶 Pinned",
    "format": "boolean"
  },
  "authorUsername": {
    "label": "达人 Creator",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creator Videos Scraper — $0.50 per 1K](https://apify.com/funny_ground/tiktok-creator-videos) with a specific input configuration. Visit the [Actor detail page](https://apify.com/funny_ground/tiktok-creator-videos) to learn more, explore other use cases, and run it yourself.