# Extract on-screen text from Instagram Reels

**Use case:** 

Pull visible text and captions from Instagram Reel URLs. Export transcript-style text for social content research, competitor monitoring, and UGC analysis.

## Input

```json
{
  "reelUrls": [
    "https://www.instagram.com/reels/DY_TxjmohRd/"
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "shortcode": {
    "label": "Shortcode"
  },
  "reelUrl": {
    "label": "Reel url"
  },
  "duration": {
    "label": "Duration"
  },
  "textSegments": {
    "label": "Text segments"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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