# TikTok to MP4 for YouTube Shorts - No Watermark

**Use case:** 

Pull the no-watermark TikTok MP4 URL to cross-post a creator's video to YouTube Shorts cleanly. Bulk input, one row per video. Add attribution yourself.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@randomspamvideos25/video/7251387037834595630"
  ],
  "get_transcript": false,
  "region": "PH"
}
```

## Output

```json
{
  "input_url": {
    "label": "Input URL",
    "format": "link"
  },
  "aweme_id": {
    "label": "Video ID"
  },
  "clean_url": {
    "label": "Clean MP4 URL",
    "format": "link"
  },
  "clean_url_source": {
    "label": "Source field"
  },
  "has_watermark": {
    "label": "Watermarked?"
  },
  "url_expires_estimate": {
    "label": "URL validity"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Video Downloader API - Clean URL [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-no-watermark-url-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-no-watermark-url-extractor) to learn more, explore other use cases, and run it yourself.