# Export Instagram Stories to JSON

**Use case:** 

Export Instagram Stories to JSON format from any public profile. Scrape story photos, videos and metadata with this automated Instagram Story Scraper.

## Input

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

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "profilePicUrl": {
    "label": "Profile picture",
    "format": "string"
  },
  "storiesCount": {
    "label": "Stories",
    "format": "integer"
  },
  "stories": {
    "label": "Stories",
    "format": "array"
  }
}
```

## About this Actor

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