# 📊 Automate a Weekly TikTok Shop Product Report

**Use case:** 

Automate a weekly TikTok Shop product report. Track pricing, ratings, and new entrants across your key categories without lifting a finger.

## Input

```json
{
  "queries": [
    "beauty product",
    "home goods",
    "fitness equipment",
    "tech accessory",
    "fashion 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.