# See how a creator opens their best reels

**Use case:** 

The first seconds of a creator's biggest reels, written out: the spoken hook, the on-screen hook, and which kind of opening each one is.

## Input

```json
{
  "reelUrls": [],
  "maxItemsMode1": 50,
  "usernames": [
    "mattmurphyai"
  ],
  "sortBy": "Top performing",
  "maxItemsMode2": 3
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "username": {
    "label": "Creator",
    "format": "string"
  },
  "viewsVsCreatorMedian": {
    "label": "Views vs this creator's median",
    "format": "number"
  },
  "hookSpoken": {
    "label": "Spoken hook",
    "format": "string"
  },
  "hookOnScreen": {
    "label": "On-screen hook",
    "format": "string"
  },
  "spokenTranscript": {
    "label": "Spoken transcript",
    "format": "string"
  },
  "onScreenText": {
    "label": "On-screen text",
    "format": "array"
  },
  "contentFormat": {
    "label": "Format",
    "format": "string"
  },
  "ctaType": {
    "label": "Call to action type",
    "format": "string"
  },
  "url": {
    "label": "Reel URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Reel Script Extractor — Voice, On-Screen Text & Hooks](https://apify.com/afanasenko/instagram-reel-script-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/afanasenko/instagram-reel-script-extractor) to learn more, explore other use cases, and run it yourself.