# Scrape Instagram Stories Anonymously

**Use case:** 

Scrape Instagram Stories anonymously without logging in. Extract stories from any public profile by username using 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.