# Is @msrachel's TikTok Actually An Ad?

**Use case:** 

Verify if kids educator @msrachel discloses paid toy placements. Protect family brand safety by catching non-compliant posts early.

## Input

```json
{
  "username": "msrachel",
  "maxPosts": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "awemeId": {
    "label": "awemeId",
    "format": "string"
  },
  "username": {
    "label": "username",
    "format": "string"
  },
  "disclosureStatus": {
    "label": "disclosureStatus",
    "format": "string"
  },
  "disclosureType": {
    "label": "disclosureType",
    "format": "string"
  },
  "isDisclosed": {
    "label": "isDisclosed",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "videoUrl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Paid Partnership Check - Was That An Ad?](https://apify.com/reapx/tiktok-disclosure-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/tiktok-disclosure-checker) to learn more, explore other use cases, and run it yourself.