# 📈 Find TikTok Shop Products Before They Hit Amazon

**Use case:** 

The FBA arbitrage play: products trending on TikTok Shop today show up on Amazon bestseller lists 3-6 months later. Get there first.

## Input

```json
{
  "queries": [
    "neck fan",
    "portable blender",
    "car organizer",
    "led strip lights",
    "posture corrector"
  ],
  "maxPagesPerQuery": 5,
  "maxResultsPerQuery": 200,
  "minAffiliateScore": 35,
  "minReviewCount": 0,
  "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.