# Translate a Facebook Video (AI Transcript + Translation)

**Use case:** 

Transcribe any Facebook video and translate the speech into 100+ languages (demo: English → Spanish), with source-language detection and timestamps kept.

## Input

```json
{
  "facebookUrl": "https://www.facebook.com/reel/1527031198388079",
  "translateTo": "ES"
}
```

## Output

```json
{
  "transcript": {
    "label": "🤖 AI Transcript",
    "format": "text"
  },
  "normalizedSegments": {
    "label": "🗣️ Transcript Segments",
    "format": "array"
  },
  "words": {
    "label": "🔤 Word-Level Timestamps",
    "format": "array"
  },
  "srtSubtitles": {
    "label": "🎞️ SRT Subtitles",
    "format": "text"
  },
  "vttSubtitles": {
    "label": "🎞️ WebVTT Subtitles",
    "format": "text"
  },
  "detected_language": {
    "label": "🌐 Detected Language",
    "format": "text"
  },
  "status": {
    "label": "✅ Processing Status",
    "format": "text"
  },
  "scrapingDate": {
    "label": "📅 Scraping Date",
    "format": "date"
  },
  "facebookUrl": {
    "label": "🔗 Facebook Reel URL",
    "format": "link"
  },
  "postId": {
    "label": "🏷️ Post ID",
    "format": "text"
  },
  "username": {
    "label": "👤 Username",
    "format": "text"
  },
  "fullName": {
    "label": "📛 Creator Name",
    "format": "text"
  },
  "ownerId": {
    "label": "🏷️ Owner ID",
    "format": "text"
  },
  "profilePicUrl": {
    "label": "🖼️ Profile Picture",
    "format": "image"
  },
  "isVerified": {
    "label": "✔️ Verified",
    "format": "boolean"
  },
  "caption": {
    "label": "📝 Caption",
    "format": "text"
  },
  "mediaType": {
    "label": "🎥 Media Type",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "🖼️ Thumbnail",
    "format": "image"
  },
  "permalink": {
    "label": "🔗 Permalink",
    "format": "link"
  },
  "reactionCount": {
    "label": "😊 Reactions",
    "format": "text"
  },
  "likeCount": {
    "label": "❤️ Likes",
    "format": "text"
  },
  "commentCount": {
    "label": "💬 Comments",
    "format": "text"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "text"
  },
  "duration": {
    "label": "⏱️ Duration (sec)",
    "format": "number"
  },
  "timestamp": {
    "label": "📅 Content Date",
    "format": "date"
  },
  "videoHeight": {
    "label": "📷 Height (px)",
    "format": "number"
  },
  "videoWidth": {
    "label": "📏 Width (px)",
    "format": "number"
  },
  "download_url_hd": {
    "label": "🎥 HD Video URL",
    "format": "link"
  },
  "download_url_sd": {
    "label": "🎥 SD Video URL",
    "format": "link"
  },
  "translatedTranscript": {
    "label": "🌍 Translated Transcript",
    "format": "text"
  },
  "translationTargetLanguage": {
    "label": "🌍 Translation Language",
    "format": "text"
  },
  "processedAt": {
    "label": "⏰ Processed At",
    "format": "date"
  }
}
```

## About this Actor

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