# Scrape Public Instagram Stories Without Login

**Use case:** 

Scrape active public Instagram Stories without cookies or login. Get photos, videos, timestamps, links, hashtags, stickers, and rich metadata.

## Input

```json
{
  "usernames": [
    "natgeo"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "id": {
    "label": "Story ID",
    "format": "text"
  },
  "taken_at": {
    "label": "Taken at (Unix)",
    "format": "number"
  },
  "expiring_at": {
    "label": "Expiring at (Unix)",
    "format": "number"
  },
  "media_type": {
    "label": "Media type",
    "format": "number"
  },
  "has_audio": {
    "label": "Has audio",
    "format": "boolean"
  },
  "video_duration": {
    "label": "Video duration (seconds)",
    "format": "number"
  },
  "image_versions2": {
    "label": "Image variants",
    "format": "object"
  },
  "video_versions": {
    "label": "Video variants",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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