# 🔍 Find TikTok Shop Products With a Review Gap

**Use case:** 

Strong affiliate score but low review count = a window still open. Find opportunities where a new seller or affiliate can still get early traction.

## Input

```json
{
  "queries": [
    "home gadget",
    "beauty tool",
    "fitness accessory",
    "kitchen device",
    "tech organizer"
  ],
  "maxPagesPerQuery": 5,
  "maxResultsPerQuery": 200,
  "minAffiliateScore": 40,
  "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.