# Extract Instagram Reel Transcript with Timestamps

**Use case:** 

Extract one public Instagram Reel into transcript text and timestamped speech segments for research, accessibility, summaries, and content reuse.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/reel/DPR-1mcCAqa/"
    }
  ],
  "maxItems": 1,
  "language": "en",
  "includeSegments": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "errorType": {
    "label": "Error",
    "format": "string"
  },
  "transcriptText": {
    "label": "Transcript",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "ownerUsername": {
    "label": "Owner",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "videoContentLength": {
    "label": "Video bytes",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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