# Analyze Viral Instagram Video Transcripts for Content Strate

**Use case:** 

Extract detailed transcripts from top-performing Instagram reels to understand key messaging and topic trends. This data helps content creators and marketers re

## Input

```json
{
  "videoUrls": [
    "https://www.instagram.com/reel/C72x4fNPXzL/",
    "https://www.instagram.com/p/C71jJ85vw9e/",
    "https://www.instagram.com/reel/C7rX6z3P5zG/"
  ],
  "transcriptionMethod": "whisper",
  "whisperModel": "small",
  "includeSegments": true,
  "language": "en",
  "cookies": "[{\"name\":\"sessionid\",\"value\":\"your_session_id\",\"domain\":\".instagram.com\",\"path\":\"/\",\"secure\":true,\"httpOnly\":true}]"
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post url"
  },
  "shortCode": {
    "label": "Short code"
  },
  "userName": {
    "label": "User name"
  },
  "userFullName": {
    "label": "User full name"
  },
  "pubDate": {
    "label": "Pub date"
  },
  "likeCount": {
    "label": "Like count"
  },
  "commentCount": {
    "label": "Comment count"
  },
  "fullText": {
    "label": "Full text"
  },
  "transcriptionMethod": {
    "label": "Transcription method"
  },
  "segments": {
    "label": "Segments"
  },
  "errMsg": {
    "label": "Err msg"
  },
  "createdAt": {
    "label": "Created at"
  }
}
```

## About this Actor

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