# Analyze a Public NASA Instagram Reel

**Use case:** 

Extract public caption, creator, engagement, timestamp, video asset, dimensions, and audio metadata from a current NASA Instagram Reel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/reel/Dbn-XJhk0_-/"
    }
  ],
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "contentType": {
    "label": "Type",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Instagram URL",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "timestamp": {
    "label": "Published",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "viewsCount": {
    "label": "Views",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Post & Reel Details Scraper](https://apify.com/automation-lab/instagram-post-reel-details-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/instagram-post-reel-details-scraper) to learn more, explore other use cases, and run it yourself.