# 🏠 Home & Kitchen eCom Niche Research via TikTok Shop

**Use case:** 

Home and kitchen is the #1 eCom category. Research what's trending on TikTok Shop with affiliate proof before you source, list, or create content.

## Input

```json
{
  "queries": [
    "closet organizer",
    "under sink organizer",
    "pantry bins",
    "drawer dividers",
    "shower caddy"
  ],
  "maxPagesPerQuery": 5,
  "maxResultsPerQuery": 200,
  "minAffiliateScore": 20,
  "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.