# Extract Instagram Artist Portfolio Posts

**Use case:** 

Download media from specified artist posts on Instagram. Receive direct links to images and videos for easy access and sharing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/p/C9hFxK4yLmP/"
    },
    {
      "url": "https://www.instagram.com/p/C8iKpL2xNvQ/"
    },
    {
      "url": "https://www.instagram.com/p/C7jMnP5yOkR/"
    }
  ]
}
```

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