# TikTok Viral Trend Analysis for Specific Videos

**Use case:** 

Analyze content diffusion and virality on TikTok. Get insights into video performance, engagement metrics, and network trends for a specific video.

## Input

```json
{
  "profileUrl": "https://www.tiktok.com/@creative_explained/video/7653558978546371853?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
  "runFullPipeline": true,
  "maxVideosToDiscover": 40,
  "testMode": false
}
```

## Output

```json
{
  "seedUsername": {
    "label": "Seed username"
  },
  "relatedCreator": {
    "label": "Creator",
    "format": "string"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "views": {
    "label": "Views",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "string"
  },
  "shares": {
    "label": "Shares"
  },
  "comments": {
    "label": "Comments",
    "format": "string"
  },
  "bookmarks": {
    "label": "Bookmarks"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "postedTimeUTC": {
    "label": "Posted time utc"
  },
  "relatedVideoUrl": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok 🔥 Viral Atlas](https://apify.com/badruddeen/tiktok-viral-atlas) with a specific input configuration. Visit the [Actor detail page](https://apify.com/badruddeen/tiktok-viral-atlas) to learn more, explore other use cases, and run it yourself.