# Extract Download Links for Instagram Reels

**Use case:** 

Retrieve direct download links for specific Instagram Reels. Get access to media from influencer posts effortlessly.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/reel/C9xFxK4yLmG/"
    },
    {
      "url": "https://www.instagram.com/reel/C8yKpL2xNvH/"
    },
    {
      "url": "https://www.instagram.com/reel/C7zMnP5yOkI/"
    }
  ]
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Original post",
    "format": "string"
  },
  "type": {
    "label": "Media type",
    "format": "string"
  },
  "ownerUsername": {
    "label": "Owner",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "filename": {
    "label": "File name",
    "format": "string"
  },
  "downloadUrl": {
    "label": "Download link",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Extraction time",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Downloader - Reels & Posts Video/Image](https://apify.com/logiover/instagram-media-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/instagram-media-downloader) to learn more, explore other use cases, and run it yourself.