# 🏪 TikTok Shop Trend Research for DTC Brands

**Use case:** 

DTC brands: find what's getting affiliate traction on TikTok Shop to inform new product development and catalog expansion before your next launch.

## Input

```json
{
  "queries": [
    "skincare serum",
    "hair tool",
    "fitness equipment",
    "home essential",
    "wellness product"
  ],
  "maxPagesPerQuery": 5,
  "maxResultsPerQuery": 200,
  "minAffiliateScore": 25,
  "minReviewCount": 0,
  "requireReviews": false
}
```

## Output

```json
{
  "image": {
    "label": "📸 Image",
    "format": "image"
  },
  "name": {
    "label": "📦 Product",
    "format": "text"
  },
  "score": {
    "label": "⭐ Score",
    "format": "text"
  },
  "price": {
    "label": "💵 Price",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "sold": {
    "label": "📦 Sold",
    "format": "number"
  },
  "priceBand": {
    "label": "💰 Price Band",
    "format": "text"
  },
  "demandSignal": {
    "label": "📈 Demand",
    "format": "text"
  },
  "competitionSignal": {
    "label": "⚔️ Competition",
    "format": "text"
  },
  "categoryFit": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "shopName": {
    "label": "🏪 Shop",
    "format": "text"
  },
  "productUrl": {
    "label": "🔗 URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Affiliate Products](https://apify.com/sentry/tiktok-shop-affiliate-products) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sentry/tiktok-shop-affiliate-products) to learn more, explore other use cases, and run it yourself.