# TikTok Video Recommendations from Public URLs

**Use case:** 

Get recommendations for TikTok videos and creators based on a public video URL. Ideal for discovering content trends and niche insights.

## Input

```json
{
  "testMode": false,
  "runFullPipeline": true,
  "profileUrl": "https://www.tiktok.com/@mtv/video/7641988173416926477?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
  "maxVideos": 5
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "videoDescription": {
    "label": "Description",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Video Discovery Engine](https://apify.com/badruddeen/tiktok-video-discovery-engine) with a specific input configuration. Visit the [Actor detail page](https://apify.com/badruddeen/tiktok-video-discovery-engine) to learn more, explore other use cases, and run it yourself.