# Analyze Viral TikTok Content Trends for Marketing

**Use case:** 

Understand what makes TikTok videos go viral by scraping detailed metadata from top-performing posts. This insight helps content strategists replicate success a

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@tiktok/video/7338714083818626350",
    "https://www.tiktok.com/@mrbeast/video/7325605051061972266",
    "https://www.tiktok.com/@khaby.lame/video/7309506637373809926",
    "https://www.tiktok.com/@charlidamelio/video/7338706077551068462",
    "https://www.tiktok.com/@zachking/video/7338705706935985450"
  ],
  "includeMediaUrls": true,
  "validateMediaUrls": false,
  "includeAuthorStats": true,
  "includeSubtitles": false,
  "includeHashtags": true,
  "includeMentions": true,
  "includeEffectStickers": false,
  "includeItemControl": false,
  "includeContents": false
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "postType": {
    "label": "Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "collectCount": {
    "label": "Collects",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Post Scraper](https://apify.com/crawlerbros/tiktok-post-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-post-scraper) to learn more, explore other use cases, and run it yourself.