# 🎄 Identify TikTok Shop Products with Seasonal Demand

**Use case:** 

Research seasonal product opportunities on TikTok Shop ahead of peak periods. Get pricing, ratings, and seller data for holiday-driven niches.

## Input

```json
{
  "queries": [
    "christmas gift",
    "holiday decoration",
    "gift set",
    "seasonal home item",
    "winter accessory"
  ],
  "maxPagesPerQuery": 10,
  "maxResultsPerQuery": 500,
  "includeRawProduct": true,
  "requireAllQueryTokens": true,
  "minimumQueryTokenMatches": 2,
  "requestTimeoutSec": 30,
  "maxFetchRetries": 5,
  "queryRetryAttempts": 5
}
```

## Output

```json
{
  "image": {
    "label": "Image"
  },
  "name": {
    "label": "Name"
  },
  "shopName": {
    "label": "Shop name"
  },
  "price": {
    "label": "Price"
  },
  "sold": {
    "label": "Sold"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews": {
    "label": "Reviews"
  },
  "rank": {
    "label": "Rank"
  },
  "query": {
    "label": "Query"
  },
  "productUrl": {
    "label": "Product url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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