# Improve TikTok Accessibility with Accurate Transcripts

**Use case:** 

Obtain precise, timestamped transcripts for TikTok videos to improve accessibility for hearing-impaired audiences and enhance overall user experience. This help

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@news_channel/video/7322113344556677889",
    "https://www.tiktok.com/@educational_content/video/7311002233445566778",
    "https://www.tiktok.com/@public_figure/video/7300991122334455667"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "segmentCount": {
    "label": "Segments",
    "format": "integer"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

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