# Audit TikTok Story Signals with Raw Data

**Use case:** 

Run a compact story-status audit and include raw story diagnostics for downstream troubleshooting.

## Input

```json
{
  "profileUrls": [
    {
      "url": "https://www.tiktok.com/@tiktok"
    }
  ],
  "usernames": [
    "tiktokforbusiness"
  ],
  "maxProfiles": 5,
  "includeRawData": true
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "nickname": {
    "label": "Nickname",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "hasActiveStory": {
    "label": "Has active story",
    "format": "boolean"
  },
  "storyStatusLabel": {
    "label": "Story status",
    "format": "text"
  },
  "storyItemCount": {
    "label": "Story items",
    "format": "number"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "privateAccount": {
    "label": "Private",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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