# Track Top 100 Appliances on Temu Daily

**Use case:** 

Daily Temu Appliances top-100 — momentum scores, rank changes, price trends, and market signal. Catch breakout products before they hit your BSR.

## Input

```json
{
  "category_id": "990",
  "region": "US"
}
```

## Output

```json
{
  "rank": {
    "label": "Category rank",
    "format": "integer"
  },
  "thumb_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "price_str": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "discount_rate": {
    "label": "Discount rate (%)",
    "format": "integer"
  },
  "momentum_status": {
    "label": "Momentum status",
    "format": "string"
  },
  "rank_7d_delta": {
    "label": "Rank change (7d)",
    "format": "integer"
  },
  "sales_volume": {
    "label": "Sales volume",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review count",
    "format": "integer"
  },
  "is_on_sale": {
    "label": "On sale",
    "format": "boolean"
  },
  "goods_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Temu Category Trend Report](https://apify.com/crw/temu-category-trend-report) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crw/temu-category-trend-report) to learn more, explore other use cases, and run it yourself.