# TikTok Viral Challenge Insights Finder

**Use case:** 

Uncover related TikTok videos from any public URL. Gain insights into content performance with video metadata and creator details.

## Input

```json
{
  "profileUrl": "https://www.tiktok.com/@lala_sadii/video/7633871537157770527?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
  "runFullPipeline": true,
  "maxVideosToDiscover": 5,
  "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 Challenge Finder](https://apify.com/badruddeen/tiktok-viral-challenge-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/badruddeen/tiktok-viral-challenge-finder) to learn more, explore other use cases, and run it yourself.