9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
32 lines
777 B
Markdown
32 lines
777 B
Markdown
# Taobao
|
|
|
|
**Mode**: 🔐 Browser · **Domain**: `taobao.com`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli taobao search <query>` | Search Taobao products |
|
|
| `opencli taobao detail <id>` | Fetch product details |
|
|
| `opencli taobao reviews <id>` | Fetch product reviews |
|
|
| `opencli taobao cart` | View cart items |
|
|
| `opencli taobao add-cart <id>` | Add a product to cart |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# Search products
|
|
opencli taobao search "机械键盘" --limit 5
|
|
|
|
# Fetch product details
|
|
opencli taobao detail 827563850178
|
|
|
|
# Dry-run add to cart
|
|
opencli taobao add-cart 827563850178 --spec "红色 XL" --dry-run
|
|
```
|
|
|
|
## Prerequisites
|
|
|
|
- Chrome running and logged into taobao.com
|
|
- [Browser Bridge extension](/guide/browser-bridge) installed
|