# Social Media Video Thumbnails from TikTok

**Use case:** 

Generate high-quality thumbnails from TikTok videos. Get 8 optimized images extracted at specified intervals for your social media needs.

## Input

```json
{
  "videoUrls": "https://www.tiktok.com/@best_spots_in/video/7464712852234980630",
  "count": 8,
  "size": "1280x720",
  "quality": 31,
  "skipStartSeconds": 5,
  "intervalSeconds": 0.5,
  "testMode": false
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "thumbnailCount": {
    "label": "Thumbnails Generated",
    "format": "integer"
  },
  "bestThumbnail": {
    "label": "Best Thumbnail",
    "format": "string"
  },
  "firstThumbnail": {
    "label": "First Thumbnail",
    "format": "string"
  },
  "thumbnail01Url": {
    "label": "Thumbnail 1",
    "format": "image"
  },
  "thumbnail02Url": {
    "label": "Thumbnail 2",
    "format": "image"
  },
  "thumbnail03Url": {
    "label": "Thumbnail 3",
    "format": "image"
  },
  "thumbnail04Url": {
    "label": "Thumbnail 4",
    "format": "image"
  },
  "thumbnail05Url": {
    "label": "Thumbnail 5",
    "format": "image"
  },
  "thumbnail06Url": {
    "label": "Thumbnail 6",
    "format": "image"
  },
  "thumbnail07Url": {
    "label": "Thumbnail 7",
    "format": "image"
  },
  "thumbnail08Url": {
    "label": "Thumbnail 8",
    "format": "image"
  },
  "thumbnail09Url": {
    "label": "Thumbnail 9",
    "format": "image"
  },
  "thumbnail10Url": {
    "label": "Thumbnail 10",
    "format": "image"
  },
  "thumbnail11Url": {
    "label": "Thumbnail 11",
    "format": "image"
  },
  "thumbnail12Url": {
    "label": "Thumbnail 12",
    "format": "image"
  },
  "thumbnail13Url": {
    "label": "Thumbnail 13",
    "format": "image"
  },
  "thumbnail14Url": {
    "label": "Thumbnail 14",
    "format": "image"
  },
  "thumbnail15Url": {
    "label": "Thumbnail 15",
    "format": "image"
  },
  "thumbnail16Url": {
    "label": "Thumbnail 16",
    "format": "image"
  },
  "thumbnail17Url": {
    "label": "Thumbnail 17",
    "format": "image"
  },
  "thumbnail18Url": {
    "label": "Thumbnail 18",
    "format": "image"
  },
  "thumbnail19Url": {
    "label": "Thumbnail 19",
    "format": "image"
  },
  "thumbnail20Url": {
    "label": "Thumbnail 20",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Smart Social Media Video Thumbnail Generator](https://apify.com/badruddeen/smart-social-media-video-thumbnail-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/badruddeen/smart-social-media-video-thumbnail-generator) to learn more, explore other use cases, and run it yourself.