# Extract on-screen text from TikTok videos

**Use case:** 

Pull visible text overlays from TikTok video URLs. Export transcript-style content for trend research, ad creative analysis, and social listening.

## Input

```json
{
  "videoUrls": [
    "https://www.tiktok.com/@soursweetypie/video/7641482629862182162"
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video id"
  },
  "videoUrl": {
    "label": "Video url"
  },
  "duration": {
    "label": "Duration"
  },
  "textSegments": {
    "label": "Text segments"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Video Text Extractor](https://apify.com/rainminer/tiktok-video-text-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/tiktok-video-text-extractor) to learn more, explore other use cases, and run it yourself.