# Subtítulos de TikTok con IA — Texto de Vídeos

**Use case:** 

Genera los subtítulos de cualquier vídeo de TikTok: transcripción con IA y marcas de tiempo, exportable en CSV o JSON. Sin código.

## Input

```json
{
  "tiktokUrl": "https://www.tiktok.com/@thatdudecancook/video/7649086431641521421",
  "translateToEnglish": false,
  "includeComments": false
}
```

## Output

```json
{
  "transcript": {
    "label": "🤖 AI Transcript",
    "format": "text"
  },
  "segments": {
    "label": "🗣️ Transcript Segments",
    "format": "array"
  },
  "coverImageUrl": {
    "label": "📸 Cover Image",
    "format": "image"
  },
  "viewsCount": {
    "label": "👁️ Views",
    "format": "number"
  },
  "likesCount": {
    "label": "❤️ Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "💬 Comments",
    "format": "number"
  },
  "sharesCount": {
    "label": "🔄 Shares",
    "format": "number"
  },
  "collectCount": {
    "label": "🔖 Bookmarks",
    "format": "text"
  },
  "videoDescription": {
    "label": "📝 Video Description",
    "format": "text"
  },
  "tiktokUrl": {
    "label": "🔗 TikTok Video URL",
    "format": "link"
  },
  "hashtags": {
    "label": "#️⃣ Hashtags",
    "format": "text"
  },
  "comments": {
    "label": "💬 Comments",
    "format": "array"
  },
  "pinnedComments": {
    "label": "📌 Pinned Comments",
    "format": "array"
  },
  "creatorComments": {
    "label": "💬 Creator Comments",
    "format": "array"
  },
  "diversificationLabels": {
    "label": "🏷️ Content Categories",
    "format": "text"
  },
  "musicTitle": {
    "label": "🎵 Music Title",
    "format": "text"
  },
  "musicAuthor": {
    "label": "🎤 Music Artist",
    "format": "text"
  },
  "isOriginalSound": {
    "label": "🎙️ Original Sound",
    "format": "boolean"
  },
  "videoDuration": {
    "label": "⏱️ Duration (s)",
    "format": "number"
  },
  "fileSize": {
    "label": "📦 File Size",
    "format": "number"
  },
  "authorDisplayName": {
    "label": "📛 Creator Name",
    "format": "text"
  },
  "authorUsername": {
    "label": "👤 Username",
    "format": "text"
  },
  "authorId": {
    "label": "🏷️ Author ID",
    "format": "text"
  },
  "authorBio": {
    "label": "📄 Author Bio",
    "format": "text"
  },
  "authorVerified": {
    "label": "✔️ Verified",
    "format": "boolean"
  },
  "followerCount": {
    "label": "👥 Followers",
    "format": "number"
  },
  "authorHeartCount": {
    "label": "💖 Author Likes",
    "format": "number"
  },
  "authorVideoCount": {
    "label": "🎬 Author Videos",
    "format": "number"
  },
  "videoId": {
    "label": "🏷️ Video ID",
    "format": "text"
  },
  "videoHeight": {
    "label": "📷 Height (px)",
    "format": "number"
  },
  "videoWidth": {
    "label": "📏 Width (px)",
    "format": "number"
  },
  "textLanguage": {
    "label": "🌐 Language",
    "format": "text"
  },
  "locationCreated": {
    "label": "🌍 Location Created",
    "format": "text"
  },
  "isAd": {
    "label": "📢 Is Ad",
    "format": "boolean"
  },
  "poiName": {
    "label": "📍 Location Name",
    "format": "text"
  },
  "poiAddress": {
    "label": "📍 Location Address",
    "format": "text"
  },
  "scrapingDate": {
    "label": "📅 Scraping Date",
    "format": "date"
  },
  "srtSubtitles": {
    "label": "📜 SRT Subtitles",
    "format": "text"
  },
  "vttSubtitles": {
    "label": "📜 VTT Subtitles",
    "format": "text"
  },
  "createTime": {
    "label": "📅 Created At",
    "format": "date"
  },
  "processedAt": {
    "label": "⏰ Processed At",
    "format": "date"
  },
  "status": {
    "label": "✅ Processing Status",
    "format": "text"
  },
  "shareUrl": {
    "label": "🔗 Share URL",
    "format": "link"
  },
  "downloadUrl": {
    "label": "📥 Download URL",
    "format": "link"
  },
  "downloadUrlNoWatermark": {
    "label": "📥 No Watermark URL",
    "format": "link"
  },
  "playUrl": {
    "label": "▶️ Play URL",
    "format": "link"
  },
  "musicUrl": {
    "label": "🎵 Music URL",
    "format": "link"
  },
  "srtUrl": {
    "label": "📜 SRT URL",
    "format": "link"
  },
  "segmentsUrl": {
    "label": "🗣️ Segments URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Best Tiktok Ai Transcript Extractor](https://apify.com/sian.agency/best-tiktok-ai-transcript-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/best-tiktok-ai-transcript-extractor) to learn more, explore other use cases, and run it yourself.