# TikTok Shop Affiliate Detection in a Creator's Feed

**Use case:** 

TikTok Shop affiliate detection: pull a creator's recent posts with sponsored-post and Shop flags surfaced per video for FTC and influencer vetting audits.

## Input

```json
{
  "profiles": [
    "alixearle",
    "bretmanrock"
  ],
  "sort_by": "latest",
  "max_items_per_profile": 25,
  "region": "US",
  "trim": false
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "TikTok URL",
    "format": "link"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "created_at": {
    "label": "Posted",
    "format": "date"
  },
  "stats": {
    "label": "Engagement",
    "format": "object"
  },
  "clean_url": {
    "label": "No-watermark MP4",
    "format": "link"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "is_pinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "is_ad": {
    "label": "Ad",
    "format": "boolean"
  },
  "is_shop_promo": {
    "label": "Shop",
    "format": "boolean"
  },
  "author": {
    "label": "Author",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Profile Posts - Bulk Video Scraper [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-posts) to learn more, explore other use cases, and run it yourself.