# Audit Competitor Instagram Video Content for SEO & Keywords

**Use case:** 

Scrape transcripts from competitor Instagram videos to identify keywords, recurring themes, and content formats they leverage successfully. This competitive int

## Input

```json
{
  "videoUrls": [
    "https://www.instagram.com/reel/C7vF1tSPXyL/",
    "https://www.instagram.com/p/C7uG2h9vQ7e/",
    "https://www.instagram.com/reel/C7tH3i0Vz8w/",
    "https://www.instagram.com/reel/C7sJ4j1P6xL/",
    "https://www.instagram.com/p/C7rK5k2Wz9e/"
  ],
  "transcriptionMethod": "auto",
  "whisperModel": "base",
  "includeSegments": false,
  "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.