---
name: taobao-hot-cn
version: 1.0.0
description: Taobao Hot Products Discovery - Find trending products, hot categories, and best deals
license: MIT
---

# Taobao Hot Products Discovery 🛒

AI-powered tool for discovering trending products on Taobao (淘宝).

## Features

### 1. Hot Products 📊
Browse top-selling products by category.

```bash
./scripts/hot.sh "女装"
```

### 2. Trending Categories 🏷️
Discover trending product categories.

```bash
./scripts/categories.sh
```

### 3. Price Analysis 💰
Analyze price trends for products.

```bash
./scripts/price.sh "手机" 1000-3000
```

### 4. Seasonal Trends 📈
Discover seasonal trending products.

```bash
./scripts/seasonal.sh "春节"
```

## Use Cases

- **Dropshipping**: Find hot products to sell
- **代购**: Discover what's trending in China
- **Personal Shopping**: Find best deals
- **Market Research**: Understand Chinese consumer trends

## Installation

```bash
clawhub install taobao-hot-cn
```

## Author

money-maker-ai

## Changelog

### v1.0.0 (2026-02-18)
- Initial release
