# Track age-restricted (18+) brand Instagram stories

**Use case:** 

Scrape stories from age-restricted 18+ Instagram accounts (alcohol, vape, nightlife) that anonymous viewers and most scrapers cannot see.

## Input

```json
{
  "usernames": [
    "budweiser",
    "guinness",
    "absolutvodka"
  ],
  "maxResults": 30
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "taken_at": {
    "label": "Posted at",
    "format": "date"
  },
  "expiring_at": {
    "label": "Expires at",
    "format": "date"
  },
  "media_type": {
    "label": "Type",
    "format": "text"
  },
  "media_url": {
    "label": "Media",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "link_urls": {
    "label": "Links",
    "format": "array"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "music_title": {
    "label": "Music",
    "format": "text"
  },
  "music_artist": {
    "label": "Artist",
    "format": "text"
  },
  "is_paid_partnership": {
    "label": "Paid partnership",
    "format": "boolean"
  }
}
```

## About this Actor

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