# Bulk Download Instagram Meme Posts

**Use case:** 

Download multiple Instagram meme posts in bulk. Get direct links to videos and images without needing to log in.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/p/C9kFxK4yLmS/"
    },
    {
      "url": "https://www.instagram.com/p/C8lKpL2xNvT/"
    },
    {
      "url": "https://www.instagram.com/p/C7mMnP5yOkU/"
    }
  ]
}
```

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