# Read the text in a reel with no sound

**Use case:** 

Silent reels still say plenty. Get every line written on screen, in order, from videos where nobody speaks a single word.

## Input

```json
{
  "reelUrls": [
    "https://www.instagram.com/reel/DaastmaAN_b/",
    "https://www.instagram.com/reel/DadDsokCmxb/",
    "https://www.instagram.com/reel/DaibBUhitIf/"
  ],
  "maxItemsMode1": 3,
  "usernames": [],
  "sortBy": "Top performing",
  "maxItemsMode2": 50
}
```

## 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.