# Japanese TikTok video transcript with English translation

**Use case:** 

A Japanese TikTok video returned with both caption tracks TikTok publishes for it: the Japanese transcript from automatic speech recognition and TikTok's English machine translation, each as plain text, WebVTT, SRT and timed segments, with the video's author, duration and counts.

## Input

```json
{
  "videos": [
    "https://www.tiktok.com/@user6222822550964/video/7371575672298425621"
  ],
  "includeMachineTranslations": true,
  "includeVtt": true,
  "includeSrt": true,
  "includeSegments": true,
  "maxVideos": 1,
  "useProxy": true
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video Url",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author Username",
    "format": "string"
  },
  "transcriptLanguage": {
    "label": "Transcript Language",
    "format": "string"
  },
  "transcriptText": {
    "label": "Transcript Text",
    "format": "string"
  },
  "transcriptCount": {
    "label": "Transcript Count",
    "format": "string"
  },
  "availableLanguages": {
    "label": "Available Languages",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration Seconds",
    "format": "string"
  },
  "playCount": {
    "label": "Play Count",
    "format": "string"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "inputUrl": {
    "label": "Input Url",
    "format": "string"
  },
  "resolvedFromShortLink": {
    "label": "Resolved From Short Link",
    "format": "string"
  },
  "videoId": {
    "label": "Video Id",
    "format": "string"
  },
  "authorMatchesInput": {
    "label": "Author Matches Input",
    "format": "string"
  },
  "authorNickname": {
    "label": "Author Nickname",
    "format": "string"
  },
  "authorId": {
    "label": "Author Id",
    "format": "string"
  },
  "authorVerified": {
    "label": "Author Verified",
    "format": "string"
  },
  "descriptionLanguage": {
    "label": "Description Language",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  },
  "isAd": {
    "label": "Is Ad",
    "format": "string"
  },
  "transcriptSource": {
    "label": "Transcript Source",
    "format": "string"
  },
  "transcripts": {
    "label": "Transcripts",
    "format": "string"
  },
  "languagesNotReturned": {
    "label": "Languages Not Returned",
    "format": "string"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "string"
  },
  "shareCount": {
    "label": "Share Count",
    "format": "string"
  },
  "saveCount": {
    "label": "Save Count",
    "format": "string"
  },
  "countsMayBeRounded": {
    "label": "Counts May Be Rounded",
    "format": "string"
  },
  "requestUrl": {
    "label": "Request Url",
    "format": "string"
  },
  "tiktokStatusCode": {
    "label": "Tiktok Status Code",
    "format": "string"
  },
  "noCaptionReasonCode": {
    "label": "No Caption Reason Code",
    "format": "string"
  },
  "hasOriginalAudio": {
    "label": "Has Original Audio",
    "format": "string"
  },
  "redirectedTo": {
    "label": "Redirected To",
    "format": "string"
  },
  "reasons": {
    "label": "Reasons",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/tiktok-transcript-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
