# Export NASA Instagram tagged posts and Reels

**Use case:** 

Collect public posts and Reels tagging NASA on Instagram with creator, caption, publishing time, engagement, and downloadable media URLs.

## Input

```json
{
  "usernames": [
    "nike"
  ],
  "profileUrls": [
    "https://www.instagram.com/nasa/"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "monitoredUsername": {
    "label": "Monitored profile",
    "format": "string"
  },
  "ownerUsername": {
    "label": "Author",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "url": {
    "label": "Post URL",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "timestamp": {
    "label": "Published",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "integer"
  },
  "matchTypes": {
    "label": "Match",
    "format": "array"
  },
  "taggedUsers": {
    "label": "Tagged users",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Tagged Posts Scraper](https://apify.com/automation-lab/instagram-mentions-tagged-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/instagram-mentions-tagged-posts-scraper) to learn more, explore other use cases, and run it yourself.