# Translate an Instagram Reel to Japanese

**Use case:** 

Transcribe and translate any Instagram reel or video into Japanese with AI. Export the Japanese text as clean CSV or JSON — no API key needed.

## Input

```json
{
  "instagramUrl": "https://www.instagram.com/p/DS46KJNjva9/",
  "wordLevelTimestamps": false,
  "fastProcessing": false,
  "includeComments": false,
  "translateTo": "JA",
  "channelUsername": "https://www.instagram.com/aryan.mjn/reels/",
  "reelCount": 10,
  "onlyPostsNewerThan": ""
}
```

## Output

```json
{
  "transcript": {
    "label": "AI Transcript",
    "format": "text"
  },
  "detected_language": {
    "label": "Detected language"
  },
  "segments": {
    "label": "Transcript Segments",
    "format": "array"
  },
  "words": {
    "label": "Words",
    "format": "array"
  },
  "displayUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "instagramUrl": {
    "label": "Instagram URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "text"
  },
  "ownerUsername": {
    "label": "Creator Username",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Creator Name",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "videoViewCount": {
    "label": "Views",
    "format": "number"
  },
  "videoPlayCount": {
    "label": "Plays",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "reshareCount": {
    "label": "Reshare count"
  },
  "videoDuration": {
    "label": "Duration (sec)",
    "format": "number"
  },
  "timestamp": {
    "label": "Content Date",
    "format": "date"
  },
  "shortCode": {
    "label": "Short Code",
    "format": "text"
  },
  "musicArtist": {
    "label": "Music Artist",
    "format": "text"
  },
  "musicSong": {
    "label": "Music Track",
    "format": "text"
  },
  "usesOriginalAudio": {
    "label": "Original Audio",
    "format": "boolean"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "mentions": {
    "label": "Mentions",
    "format": "text"
  },
  "firstComment": {
    "label": "Top Comment",
    "format": "text"
  },
  "comments": {
    "label": "💬 Comments",
    "format": "array"
  },
  "pinnedComments": {
    "label": "📌 Pinned Comments",
    "format": "array"
  },
  "creatorComments": {
    "label": "💬 Creator Comments",
    "format": "array"
  },
  "id": {
    "label": "Content ID",
    "format": "text"
  },
  "type": {
    "label": "Content Type",
    "format": "text"
  },
  "productType": {
    "label": "Product Type",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "isCommentsDisabled": {
    "label": "Comments Disabled",
    "format": "boolean"
  },
  "isVerified": {
    "label": "Is verified"
  },
  "dimensionsHeight": {
    "label": "Height (px)",
    "format": "number"
  },
  "dimensionsWidth": {
    "label": "Width (px)",
    "format": "number"
  },
  "processedAt": {
    "label": "Processed At",
    "format": "date"
  },
  "status": {
    "label": "Processing Status",
    "format": "text"
  },
  "error": {
    "label": "Error Details",
    "format": "text"
  },
  "retryAdvice": {
    "label": "Retry Instructions",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "rawInput": {
    "label": "Raw Input Data",
    "format": "object"
  }
}
```

## About this Actor

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