# MrBeast Instagram Reel Transcript & AI Video Scraper

**Use case:** 

Extract AI transcripts, captions, hashtags and reel metadata from MrBeast Instagram reels for content research and analysis.

## Input

```json
{
  "cookies": "***",
  "url": "https://www.instagram.com/reel/DXrtGhkDpNk/",
  "language": "auto",
  "reel_count": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "ownerUsername": {
    "label": "Owner username"
  },
  "instagramUrl": {
    "label": "Instagram url"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "videoViewCount": {
    "label": "Video view count"
  },
  "likesCount": {
    "label": "Likes count"
  },
  "commentsCount": {
    "label": "Comments count"
  },
  "detectedLanguage": {
    "label": "Detected language"
  },
  "providerUsed": {
    "label": "Provider used"
  },
  "transcript": {
    "label": "Transcript"
  }
}
```

## About this Actor

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