# Instagram Reels API: MP4 + Thumbnails for AI Pipelines

**Use case:** 

Instagram reels API: fetch MP4 URLs, thumbnails, durations, and dimensions for every reel from a profile. Built for transcription and AI search pipelines.

## Input

```json
{
  "profiles": [
    "nasa"
  ],
  "results_type": "reels",
  "max_items_per_profile": 50,
  "profile_concurrency": 5,
  "strict_author_match": true,
  "trim": false
}
```

## Output

```json
{
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "video.url_no_watermark": {
    "label": "Video URL",
    "format": "link"
  },
  "video.duration_ms": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "video.width": {
    "label": "Width",
    "format": "number"
  },
  "video.height": {
    "label": "Height",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Content Scraper - Posts + Reels [NO LOGIN] ✅](https://apify.com/unseenuser/ig-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/ig-posts) to learn more, explore other use cases, and run it yourself.