# Analyze Competitor Video Ad Scripts

**Use case:** 

Scrape transcripts from competitor Instagram video ads and organic content to identify high-converting hooks and keywords. Gain a competitive edge by reverse-en

## Input

```json
{
  "videoUrls": [
    "https://www.instagram.com/p/C6Z7m-XNx_X/",
    "https://www.instagram.com/reel/C3_kU5yL9qA/"
  ],
  "transcriptionMethod": "auto",
  "whisperModel": "base",
  "includeSegments": true,
  "language": "",
  "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.