# 📦 Low-Ticket High-Volume Products on TikTok Shop

**Use case:** 

Sub-$15 products with thousands of reviews signal volume plays — ideal for wholesale, bundling, and high-turnover eCom catalog strategies.

## Input

```json
{
  "queries": [
    "cable clip",
    "shower hook",
    "silicone mat",
    "drawer liner",
    "sticky organizer"
  ],
  "maxPagesPerQuery": 5,
  "maxResultsPerQuery": 200,
  "minAffiliateScore": 0,
  "minReviewCount": 100,
  "maxPrice": 15,
  "requireReviews": true
}
```

## 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.