# Daily Archive of NASA and NatGeo Instagram Stories

**Use case:** 

Capture the latest Instagram stories from NASA and NatGeo. Get image/video URLs, hashtags, mentions, and expiry timestamps.

## Input

```json
{
  "usernames": [
    "nasa",
    "natgeo"
  ],
  "resultsLimit": 200
}
```

## Output

```json
{
  "ofUsername": {
    "label": "Of Username"
  },
  "type": {
    "label": "Type"
  },
  "takenAt": {
    "label": "Taken At"
  },
  "expiringAt": {
    "label": "Expiring At"
  },
  "videoUrl": {
    "label": "Video Url",
    "format": "link"
  },
  "displayUrl": {
    "label": "Display Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Stories Scraper V2](https://apify.com/myagizm/instagram-stories-scraper-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/myagizm/instagram-stories-scraper-v2) to learn more, explore other use cases, and run it yourself.